Click or drag to resize

PeakSearchingByCwtMinimalWidthOfRidgeMaximumInOctaves Property

Going along a ridge, the maximum of the Cwt coefficient indicates the best fit of the peak with the wavelet. The width of the peak can be derived from this location. The value designates the minimal width of the ridge maximum. Default value is 2 octaves (1 to the left, 1 to the right).

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

Property Value

Double
The minimal width of the ridge maximum in octaves.
See Also