RidgeLineGetSignalToNoiseRatioAtLowestWidth Method |
Gets the signal-to-noise ratio at the point with the lowest stage (and therefore the lowest width; see
PointAtLowestWidth).
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double GetSignalToNoiseRatioAtLowestWidth(
double[] noiseLevels
)
Parameters
- noiseLevels Double
- The noise levels along the x-axis. The array must have the same length as the spectrum used to create the ridge line(s).
Return Value
DoubleThe signal-to-noise ratio at the point with the lowest stage.
See Also