IWaveletForPeakSearchingGetParametersForGaussianPeak Method |
Gets the parameters of a Gaussian peak that best fits.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax(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,
DoubleThe amplitude (not the area) and the sigma parameter of a Gaussian peak that best fits.
See Also