Magnitude response of Chebsev filter for Type1
이전 댓글 표시
sir,
i want to plot the magnitude response of chebsev filter for Type 1 for order 2,3,4 in a single plot for analysis purpose
Thanking you,
suresh s
댓글 수: 2
Honglei Chen
2012년 7월 30일
What's the difference between this question and the question I answered before?
Wayne King
2012년 7월 30일
편집: Wayne King
2012년 7월 30일
Honglei has a very good point. You should go back and accept Honglei's original answer.
답변 (1개)
Wayne King
2012년 7월 30일
You have not given us your desired peak-to-peak ripple or passband edge frequency or sampling frequency, but the general idea is something like this:
for orders = 2:4
[B{orders-1},A{orders-1}] = cheby1(orders,0.5,0.25);
end
fvtool(B{1},A{1},B{2},A{2},B{3},A{3})
카테고리
도움말 센터 및 File Exchange에서 Digital Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!