Click or drag to resize

WaveletRickerGetParametersForGaussianPeak Method

Gets the parameters of a Gaussian peak that best fits.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double GaussAmplitude, double GaussSigma) GetParametersForGaussianPeak(
	double cwtCoefficient,
	double width
)

Parameters

cwtCoefficient  Double
The maximal CWT coefficient at the ridge line.
width  Double
The width that corresponds to the point on the ridge line at which the CWT coefficient is maximal.

Return Value

ValueTupleDouble, Double
The amplitude (not the area) and the sigma parameter of a Gaussian peak that best fits.

Implements

IWaveletForPeakSearchingGetParametersForGaussianPeak(Double, Double)
See Also