Frequency and Phase response of an IIR system whose system function is given H(z)
2 ビュー (過去 30 日間)
古いコメントを表示
My system function is of the form below,
I want to plot its magnitude and phase response. w should be between -pi and pi. How can I plot?
0 件のコメント
回答 (1 件)
Paul Hoffrichter
2020 年 12 月 16 日
編集済み: Paul Hoffrichter
2020 年 12 月 16 日
Here is an example to plot the magnitude and phase frequency response
>> b = [0.0563 -0.0009 -0.0009 0.0563];
>> a = [1.0000 -2.1291 1.7834 -0.5435];
>> freqz(b,a)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Filter Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!