Is it possible to generate impulse response, passband ripple, stopban attenuation if I am with a set of filter coefficients?

13 views (last 30 days)
If I have the sets of filter coefficients, is it possible to measure impulse response, passband ripple, stopband attenuation using matlab?

Accepted Answer

Star Strider
Star Strider on 30 Dec 2015
Yes. If you have the Signal Processing Toolbox, you can generate a Bode plot with the freqz function, and the impulse response with the impz function.
  2 Comments
Poulami Das
Poulami Das on 30 Dec 2015
Thank you so much for your kind reply. I will try to use Bode plot. But impz will work to plot impulse response, can I get the value of h[n] using matlab? I just want to optimize the error G(w)[Hd(w)-Hi(w)]. For Hi(w) calculation I will be needed to know h(n). Hd represents desired filter, Hi represents designed filter. G(w) = weighting function.
Poulami Das
Poulami Das on 30 Dec 2015
I have seen freqz function. But it will work on filter parameters. If I am having a set of filter coefficients, then what should I do? Order of the filter is 20 therefore number of coefficients 11. From these 11 coefficients how can I plot frequency response?

Sign in to comment.

More Answers (2)

Poulami Das
Poulami Das on 30 Dec 2015
I have seen freqz function. But it will work on filter parameters. If I am having a set of filter coefficients, then what should I do? Order of the filter is 20 therefore number of coefficients 11. From these 11 coefficients how can I plot frequency response? impz will work to plot impulse response, can I get the value of h[n] using matlab? I just want to optimize the error G(w)[Hd(w)-Hi(w)]. For Hi(w) calculation I will be needed to know h(n). Hd represents desi

Poulami Das
Poulami Das on 30 Dec 2015
Thank you so much. I have checked freqz and impz again. This time more mindfully and it worked.

Tags

Community Treasure Hunt

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

Start Hunting!