Generate a pole-zero plot
1 回表示 (過去 30 日間)
古いコメントを表示
How I can plot pole-zero using the MATLAB function zplane. for this transfer function:
0 件のコメント
採用された回答
Walter Roberson
2018 年 4 月 7 日
You can create the require dynamic system using tf(), such as
tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])
2 件のコメント
Walter Roberson
2018 年 4 月 7 日
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Digital Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!