Overload List

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

See Also