Constructs a
CopyC#
SavitzkyGolayFilter
for smoothing using Savitzky-Golay coefficients. This creates a filter of width of five using a third order smoothing polynomial.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public SavitzkyGolayFilter()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
SavitzkyGolayFilter()

See Also