Smoothing |
The SmoothingSavitzkyGolay type exposes the following members.
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) |