Butterworth filter frequency response with 2nd order, 3rd order and 4th order figures
1 回表示 (過去 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!