Click or drag to resize

DigitalFilterFiltFilt Method

Applies the filter to a signal and reverse signal to remove any Phasor shift

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

Parameters

signal  Double
f(t) for the signal

Return Value

Double
The output of the filter y(t)
Remarks
This is the equivalent of MatLab FiltFilt.
See Also