Generate a pole-zero plot

조회 수: 3 (최근 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 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