Click or drag to resize

MovingWindowFilterFilter(DoubleVector) Method

Filters
C#
data
with the PadWithZeros option.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override DoubleVector Filter(
	DoubleVector data
)

Parameters

data  DoubleVector
Data to be filtered.

Return Value

DoubleVector
Filtered data.
See Also