Click or drag to resize

MovingWindowFilterFilter(DoubleVector, DoubleVector) Method

Filters
C#
data
with the PadWithZeros option.

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

Parameters

data  DoubleVector
Data to be filtered.
filteredData  DoubleVector
Filtered data.
See Also