Click or drag to resize

PeakSearchingByCwtNumberOfPointsPerOctave Property

The width of the wavelets is varied logarithmically. The value gives the number of points per octave of width variation (octave = factor of two). The default value is 8.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfPointsPerOctave { get; init; }

Property Value

Int32
The number of points per octave.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionPoints per octave must be >= 4 - NumberOfPointsPerOctave
See Also