Click or drag to resize

SmoothnessSpecification Enumeration

Specification how the smoothness of the spline is specified.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum SmoothnessSpecification
Members
Member nameValueDescription
ByNumberOfFeatures0 The by number of features, i.e. it depends additionally on the number of points. For instance, if we have 4000 points in the spectrum and NumberOfFeatures=10, then the points in one period=4000/10 = 400.
ByNumberOfPoints1 Smoothness defined by the number of points in a period. If the spectrum is a sine signal with a period of this, the spline is expected to smooth the sine signal down to an amplitude of 1/e of the original amplitude.
ByXSpan2 Smoothness defined by the x-span in a period. If the spectrum is a sine signal with a period of this, the spline is expected to smooth the sine signal down to an amplitude of 1/e of the original amplitude.
See Also