What is the best use for an idealfilter?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I was recently looking for appropriate filters for filtering gigabytes of strain and acceleration data within a specific frequency ranges. I came across the idealfilter function, which appeared to be quite fast and performed exceptionally well in comparison to high order (+20) IIR and FIR filters.
Thus, I have come to wonder what are the downsides of using the idealfilter in comparison to common IIR filters (cheby2, butter) for example. I could notice that the upsides are speed and good attenuation. Is idealfilter only performing well with 1D vector applications?
I have attached a code, where I apply some filtering to a Tohoku earthquake recording (in .mat format) to play around with, if needed.
Would be grateful if you could give some advise and share your experience.
1 Commento
Mathieu NOE
il 4 Giu 2021
hi
I wonder if idealfilter is more or less in one package what we used to do with filtfilt combined with your prefered FIR or IIR filter
Risposte (0)
Vedere anche
Categorie
Scopri di più su Earthquake Engineering 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!