FILTFILT

Zero-phase digital filtering.

Format

filtfilt (b, a, x) returns ARRAY

Argument

 
b
An array indicating the numerator coefficients of the filter.
a
An array indicating the denominator coefficients of the filter.
x
An array indicating the array of data to be filtered.