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.3448.0 (4.8.3448.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 as the spectrum used to create the ridge line(s).

Return Value

Double
The signal-to-noise ratio at the point with the lowest stage.
See Also