Click or drag to resize

IWaveletForPeakSearching Interface

Interface to a wavelet that can be used for peak searching. The class must provide the wavelet function, plus a method to transform the Cwt coefficient and width at the maximum of the ridge line to amplitude and sigma of a Gaussian peak.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IWaveletForPeakSearching

The IWaveletForPeakSearching type exposes the following members.

Methods
 NameDescription
Public methodGetParametersForGaussianPeak Gets the parameters of a Gaussian peak that would best fit.
Public methodWaveletFunction The function that calculates the wavelet.
Top
See Also