Click or drag to resize

SavitzkyGolayParameters Properties

The SavitzkyGolayParameters type exposes the following members.

Properties
 NameDescription
Public propertyDerivativeOrder Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.
Public propertyNumberOfPoints Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.
Public propertyPolynomialOrder Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.
Top
See Also