Constructs the coefficient vector that creates a Savitzky-Golay smoothing filter
when used with the MovingWindowFilter class.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector SavitzkyGolaySmoothingCoefficients() |
| Visual Basic (Declaration) |
|---|
Public Function SavitzkyGolaySmoothingCoefficients As DoubleVector |
| Visual C++ |
|---|
public: DoubleVector^ SavitzkyGolaySmoothingCoefficients() |