Click or drag to resize

SavitzkyGolay Methods

The SavitzkyGolay type exposes the following members.

Methods
 NameDescription
Public methodBuildBoundaryDerivatives Builds the boundary points derivatives by sliding the center point of the filter towards each end of the data vectors. The filter length and polynomial degree are maintained.
Public methodClone Creates a deep copy of this SavitzkyGolay instance.
Public methodSavitzkyGolayFirstDerivativeCoefficients Constructs the coefficient for a Savitzky-Golay first derivative filter when used with the MovingWindowFilter class.
Public methodSavitzkyGolayNthDerivativeCoefficients Constructs the coefficient for the Savitzky-Golay Nth derivative filter when used with the MovingWindowFilter class. The order must be less than or equal to the polynomial degree.
Public methodSavitzkyGolaySmoothingCoefficients Constructs the coefficient vector that creates a Savitzky-Golay smoothing filter when used with the MovingWindowFilter class.
Top
See Also