How can I extract frequency response data from FIR?

2 views (last 30 days)
Hi, I have one code that simulates the performance of fixed controller with truncated FIR filter. I want to extract frequency response data from FIR. I need it so that I can use "invfreqs" command.

Answers (1)

Star Strider
Star Strider on 26 Jul 2015
To get the frequency response of your filter (Bode plot) use the freqz function.

Tags

Community Treasure Hunt

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

Start Hunting!