Click or drag to resize

MovingWindowFilterFilter(DoubleVector, MovingWindowFilterBoundaryOption) Method

Applies the filter to the given data using the given boundary option. The given boundary option sets the current boundary option.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Filter(
	DoubleVector x,
	MovingWindowFilterBoundaryOption boundaryOpt
)

Parameters

x  DoubleVector
The data to be filtered.
boundaryOpt  MovingWindowFilterBoundaryOption
The boundary option.

Return Value

DoubleVector
A vector the same length as the input data vector containing the filtered data.
See Also