Click or drag to resize

RidgeLineSignalToNoiseRatioAtLowestWidthIsAtLeast Method

Gets a value indicating whether the ridge line has at least a signal the provided signal-to-noise ratio. The signal-to-noise ratio is calculated at the point of the lowest stage (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 bool SignalToNoiseRatioAtLowestWidthIsAtLeast(
	double[] noiseLevels,
	double minimalSNR
)

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).
minimalSNR  Double
The minimal required signal-to-noise ratio.

Return Value

Boolean
True if the signal-to-noise ratio is greater than or equal to minimalSNR; otherwise, false.
See Also