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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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