Savitzky |
The SavitzkyGolayParameters 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. |
![]() | NumberOfPoints | Number of points used for Savitzky Golay Coefficients. Must be a odd positive number. |
![]() | PolynomialOrder | Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number. |