Click or drag to resize

SavitzkyGolayFilter(Int32) Constructor

Constructs a
C#
SavitzkyGolayFilter
for smoothing using Savitzky-Golay coefficients. This creates a filter of width of five.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SavitzkyGolayFilter(
	int polynomialDegree
)

Parameters

polynomialDegree  Int32
Degree of polynomial used to fit data.
See Also