To filter a matrix with a butterworth filter

5 views (last 30 days)
Hi!
I've already ask a similar thing but i had some problems, probably i didn't understand or explained myself very well.
I need to filter a matrix (divided in columns) with a passband butterworth filter, 4th order with frequencies 0.1hz and 25hz. My sampling rate is 200 per second. Please type the entire code
thanks for the help Federico

Accepted Answer

Jan
Jan on 20 Jun 2011
Have you read the documentation of BUTTER? There you find all you need. Consider that the replied filter has the order 2*N and that Wn is normalized by the Nyquist frequency, which is the half frequency.
Just try it and post your approach here. Then the doit4me, no attempt, typeit4me tags will loose their power.
  3 Comments
Jan
Jan on 23 Jun 2011
Exactly. Because the filter parameters are correct, the problem must be somewhere else.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!