Click or drag to resize

SavitzkyGolaySavitzkyGolayFirstDerivativeCoefficients Method

Constructs the coefficient for a Savitzky-Golay first derivative filter when used with the MovingWindowFilter class.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector SavitzkyGolayFirstDerivativeCoefficients()

Return Value

DoubleVector
Savitzky-Golay coefficients for estimating the first derivative.
Exceptions
ExceptionCondition
InvalidArgumentException The polynomial degree must be greater than zero to compute the Savtzky-Golay first deriviate coefficients.
See Also