With the instruction "h = firpm(n, f, a);", can you give example to show ho to determine the parameters n,f &a?

1 view (last 30 days)
I have read the document about "firpm", but I am still not quite sure on how to determine its parameters, especially when having a signal.wav. Does n represents the order of the LP filter? How about f & a?
Thanks

Answers (1)

Dimitris Kalogiros
Dimitris Kalogiros on 24 Sep 2018
Help doc is clear enough.
The only point that maybe causes a confusion you is the "order" n.
So keep in mind that firpm(n, f, a) returns a FIR filter with n+1 taps.

Community Treasure Hunt

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

Start Hunting!