Click or drag to resize

SmoothingSavitzkyGolay Properties

The SmoothingSavitzkyGolay 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.
(Inherited from SavitzkyGolayParameters)
Public propertyNumberOfPoints Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.
(Inherited from SavitzkyGolayParameters)
Public propertyPolynomialOrder Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.
(Inherited from SavitzkyGolayParameters)
Top
See Also