Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.Smoothing"]
| Class | Description | |
|---|---|---|
| SmoothingModifiedSinc | Smoothing algorithm using a modified sinc function. See ModifiedSincSmoother for details. | |
| SmoothingModifiedSincSerializationSurrogate0 | XML serialization surrogate for SmoothingModifiedSinc version 0. | |
| SmoothingNone | No-op smoothing implementation. Returns the input arrays unchanged. | |
| SmoothingNoneSerializationSurrogate0 | XML serialization surrogate for SmoothingNone version 0. | |
| SmoothingSavitzkyGolay | Savitzky-Golay smoothing processor. Parameters such as the number of points, polynomial order and derivative order are inherited from SavitzkyGolayParameters. | |
| SmoothingSavitzkyGolaySerializationSurrogate0 | XML serialization surrogate for SmoothingSavitzkyGolay version 0. |
| Interface | Description | |
|---|---|---|
| ISmoothing | Interface for algorithms that smooth a single spectrum. |