Click or drag to resize

DigitalFilterFilter(Double) Method

Applies this filter to an evenly sampled signal f(t).

Namespace: GSF.NumericalAnalysis
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public double[] Filter(
	double[] signal
)
View Source

Parameters

signal  Double
f(t) for the signal

Return Value

Double
The output of the filter y(t)
See Also