Generate a pole-zero plot

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by