Click or drag to resize

SavitzkyGolayFilter Methods

The SavitzkyGolayFilter type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this SavitzkyGolayFilter instance.
Protected methodCorrelate Does the correlation and takes care of internal correlation and work objects.
(Inherited from CorrelationFilter)
Public methodFilter(DoubleVector) Filters
C#
data
using the current boundary option.
(Overrides CorrelationFilterFilter(DoubleVector))
Public methodFilter(DoubleVector, DoubleVector) Filters
C#
data
using the current boundary option.
(Overrides CorrelationFilterFilter(DoubleVector, DoubleVector))
Public methodScaleDerivative Scales raw Savitzky-Golay derivatives given the abscissa step size.
Top
See Also