Click or drag to resize

WaveletRickerGetParametersForGaussianPeak Method

Gets the parameters of a Gaussian peak that would best fit.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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 of the ridge line, at which the Cwt coefficient is maximal.

Return Value

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

Implements

IWaveletForPeakSearchingGetParametersForGaussianPeak(Double, Double)
See Also