Click or drag to resize

MovingWindowFilterFilter Method

Overload List
 NameDescription
Public methodFilter(DoubleVector) Filters
C#
data
with the PadWithZeros option.
Public methodFilter(DoubleVector, DoubleVector) Filters
C#
data
with the PadWithZeros option.
Public methodFilter(DoubleVector, MovingWindowFilterBoundaryOption) Applies the filter to the given data using the given boundary option. The given boundary option sets the current boundary option.
Public methodFilter(DoubleVector, MovingWindowFilterBoundaryOption, DoubleVector) Applies the filter to the given data using the given boundary option and places the output in a given vector. The given boundary options sets the current boundary option.
Top
See Also