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

1 view (last 30 days)
* 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.
  4 Comments

Sign in to comment.

Accepted Answer

Honglei Chen
Honglei Chen on 9 Jul 2012
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!