What is the best use for an idealfilter?

5 views (last 30 days)
Mikk Laanes
Mikk Laanes on 3 Jun 2021
Commented: Mathieu NOE on 4 Jun 2021
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 Comment
Mathieu NOE
Mathieu NOE on 4 Jun 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

Sign in to comment.

Answers (0)

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!