Generate a pole-zero plot

1 回表示 (過去 30 日間)
Nasser Alsalem
Nasser Alsalem 2018 年 4 月 7 日
コメント済み: Walter Roberson 2018 年 4 月 7 日
How I can plot pole-zero using the MATLAB function zplane. for this transfer function:

採用された回答

Walter Roberson
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 件のコメント
Nasser Alsalem
Nasser Alsalem 2018 年 4 月 7 日
How, it's not clear ? using zplane
Walter Roberson
Walter Roberson 2018 年 4 月 7 日
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by