Click or drag to resize

DigitalFilterFilt Method (Double)

applies this filter to an evenly sampled signal f(t)

Namespace:  GSF.NumericalAnalysis
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.4.101-beta
Syntax
public double[] Filt(
	double[] signal
)
Request Example View Source

Parameters

signal
Type: SystemDouble
f(t) for the signal

Return Value

Type: Double
The output of teh filter y(t)
See Also