Butterworth filter frequency response with 2nd order, 3rd order and 4th order figures
조회 수: 2 (최근 30일)
이전 댓글 표시
hi,
i want butterworth filter frequency response with 2nd order, 3rd order and 4th order in a single plot..
댓글 수: 0
답변 (1개)
Honglei Chen
2012년 7월 19일
Just as an example
[b1,a1] = butter(2,0.5);
[b2,a2] = butter(3,0.5);
fvtool(b1,a1,b2,a2)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!