Click or drag to resize

SavitzkyGolayFilter Constructor

Overload List
 NameDescription
Public methodSavitzkyGolayFilter Constructs a
C#
SavitzkyGolayFilter
for smoothing using Savitzky-Golay coefficients. This creates a filter of width five using a third order smoothing polynomial.
Public methodSavitzkyGolayFilter(Int32) Constructs a
C#
SavitzkyGolayFilter
for smoothing using Savitzky-Golay coefficients. This creates a filter of width of five.
Public methodSavitzkyGolayFilter(Int32, Int32, Int32) Constructs a
C#
SavitzkyGolayFilter
for data smoothing using Savitzky-Golay coefficients fitted to a polynomial of order
C#
polynomialOrder
.
Public methodSavitzkyGolayFilter(Int32, Int32, Int32, Int32) Constructs a
C#
SavitzkyGolayFilter
instance which implements a correlation filter using Savitzky-Golay coefficients. Either the data or a derivative of
C#
derivativeOrder
of the data can be smoothed.
Top
See Also