Overload List

  NameDescription
Filter(DoubleVector)
Filters
CopyC#
data
with the PadWithZeros option.
(Overrides CorrelationFilter..::.Filter(DoubleVector).)
Filter(DoubleVector, DoubleVector%)
Filters
CopyC#
data
with the PadWithZeros option.
(Overrides CorrelationFilter..::.Filter(DoubleVector, DoubleVector%).)
Filter(DoubleVector, MovingWindowFilter..::.BoundaryOption)
Applies the filter to the given data using the given boundary option. The given boundary option sets the current boundary option.
Filter(DoubleVector, MovingWindowFilter..::.BoundaryOption, 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.

See Also