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.3179.0 (4.8.3179.0)
Syntax public double GetSignalToNoiseRatioAtLowestWidth(
double[] noiseLevels
)
Parameters
- noiseLevels Double
- The noise levels along the x-axis. The array must have the same length than the length of the spectrum that was used to create the ridge line(s).
Return Value
DoubleThe signal-to-noise ratio at the point with the lowest stage (and therefore, the lowest width).
See Also