Why filtfilt when filter transfer function easy to calculate in frequecy domain
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
My task requires zero-phase filtering. Why use the filtfilt command which increases the order of the filter by a factor of two when the same task could be done in the frequency domain without increasing filter order. All of my filtering is done off-line so the filter need not be causal. However, my results with filtfilt for similar filters are much smoother than my results with frequency domain filtering (ringing). I am guessing that I need to use a window on my time-series data to decrease the ringing.
2 Commenti
Jan
il 5 Feb 2013
What is your question? Could you post the used code such that we can see what exactly happens?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Digital Filtering in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!