Smoothing |
[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.Smoothing.SmoothingSavitzkyGolay"]
public class SmoothingSavitzkyGolay : SavitzkyGolayParameters, ISmoothing, ISingleSpectrumPreprocessor, IEquatable<SmoothingSavitzkyGolay>
The SmoothingSavitzkyGolay type exposes the following members.
Name | Description | |
---|---|---|
![]() | SmoothingSavitzkyGolay | Initializes a new instance of the SmoothingSavitzkyGolay class |
Name | Description | |
---|---|---|
![]() | DerivativeOrder |
Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.
(Inherited from SavitzkyGolayParameters) |
![]() | NumberOfPoints |
Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.
(Inherited from SavitzkyGolayParameters) |
![]() | PolynomialOrder |
Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.
(Inherited from SavitzkyGolayParameters) |
Name | Description | |
---|---|---|
![]() | Execute | Executes the processor. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | (Overrides SavitzkyGolayParameters.ToString) |