Constructs a
CopyC# for smoothing using Savitzky-Golay
coefficients. This creates a filter of width of five using a third order smoothing
polynomial.
Namespace:
CenterSpace.NMath.CoreSavitzkyGolayFilter
Assembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public SavitzkyGolayFilter() |
| Visual Basic (Declaration) |
|---|
Public Sub New |
| Visual C++ |
|---|
public: SavitzkyGolayFilter() |