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

If I have the sets of filter coefficients, is it possible to measure impulse response, passband ripple, stopband attenuation using matlab?

 채택된 답변

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

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.
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?

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

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

댓글 수: 2

Thank you so much. I have checked freqz and impz again. This time more mindfully and it worked.

댓글을 달려면 로그인하십시오.

Thank you so much. I have checked freqz and impz again. This time more mindfully and it worked.

카테고리

태그

질문:

2015년 12월 30일

댓글:

2015년 12월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by