Interface for algorithms that smooth a single spectrum.
Namespace: Altaxo.Science.Spectroscopy.SmoothingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface ISmoothing : ISingleSpectrumPreprocessor
The ISmoothing type exposes the following members.
Methods
Remarks
Implementations provide various smoothing methods (for example moving
average, Savitzky–Golay, or other filters) that operate on x/y arrays
and may respect provided processing regions. Implementations should
perform only smoothing and not change the x-axis values unless explicitly intended.
See Also