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