Smoothing |
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 |
Gets the derivative order.
Must be zero or positive. A value of zero is used to smooth a function.
(Inherited from SavitzkyGolayParameters) | |
| NumberOfPoints |
Gets the number of points used for Savitzky-Golay coefficients.
Must be a positive odd number.
(Inherited from SavitzkyGolayParameters) | |
| PolynomialOrder |
Gets the polynomial order used to calculate Savitzky-Golay coefficients.
Must 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) |