Click or drag to resize

AnalogFilterFilter(Double, 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,
	double fs
)
View Source

Parameters

signal  Double
f(t) for the signal
fs  Double
sampling frquency of the signal

Return Value

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