what is the 'filtfilt' working domain
1 view (last 30 days)
Show older comments
Is the 'filtfilt' filter works in frequency or time domain?
0 Comments
Accepted Answer
Walter Roberson
on 22 Apr 2023
It works in the time domain.
7 Comments
Walter Roberson
on 22 Apr 2023
That 2005 Mathworks link describes the algorithm one would need.
Paul
on 22 Apr 2023
IMO, that page is misleading at best and outright wrong at worst. n is too small, even for a FIR filter, for which time domain filtering can be done exactly (in theory) using fft/ifft. However, if n is selected large enough, then I think it can yield a good approximation for stable, IIR filters.
More Answers (0)
See Also
Categories
Find more on Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!