Click or drag to resize

PeakFittingByIncrementalPeakAdditionMinimalSignalToNoiseRatio Property

Gets/sets the minimal signal-to-noise ratio. The addition of new peaks is stopped if the ratio of the highest remaining peak with respect to the noise level falls below this value.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double MinimalSignalToNoiseRatio { get; init; }

Property Value

Double
Minimal signal-to-noise ratio of peaks to be added.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMust be >=0, nameof(MinimalRelativeHeight)
See Also