SmoothnessSpecification Enumeration |
Specification how the smoothness of the spline is specified.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum SmoothnessSpecification
Members Member name | Value | Description |
---|
ByNumberOfFeatures | 0 |
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.
|
ByNumberOfPoints | 1 |
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.
|
ByXSpan | 2 |
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