Click or drag to resize

PeakSearchingByCwtWavelet Property

Gets the wavelet function used for transformation. Default is WaveletRicker.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IWaveletForPeakSearching Wavelet { get; init; }

Property Value

IWaveletForPeakSearching
The wavelet.
Exceptions
ExceptionCondition
ArgumentNullExceptionWavelet
See Also