Click or drag to resize

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.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The signal-to-noise ratio at the point with the lowest stage (and therefore, the lowest width).
See Also