How to Determine the impluse response and provided a plot of the frequency response of the designed filter. by using Matlab software

* Design a lowpass digital filter (IIR) using a Butterworth prototype to satisfy:
Wp=0.2π, Ws=0.3π, Rp=1dB, As=15dB
Wp= digital passband freq
Ws= digital stopband freq
Rp= passband ripple
As= stopband attenuation
How to solve this question by using Matlab.

 Accepted Answer

I would suggest you to read the documentation for several functions. Simply type these commands in your command window
doc buttord
doc butter
doc freqz

More Answers (0)

Community Treasure Hunt

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

Start Hunting!