필터 지우기
필터 지우기

Understanding pole-zero map and bode plot relationship

조회 수: 11 (최근 30일)
Safiya
Safiya 2016년 5월 30일
답변: Star Strider 2016년 5월 30일
Hi,
What does x and y axis in pole-zero map show , i mean real axis and imaginary axes. how to read grid lines 0.1 thru 0.9 and vertical curved grid 0.1π/T etc.

답변 (1개)

Star Strider
Star Strider 2016년 5월 30일
The pole-zero plot shows the position of the poles and zeros in the complex plane. If you plotted this with surf (and you can, it just takes a few lines of code and an understanding of how to use the complex variables as (x,y) coordinates, such that the x corresponds to real values and y corresponds to imaginary values), it would appear as a continuous surface with ‘peaks’ at the poles and zero at the zeros. The Bode plot is a ‘slice’ of this surf plot where the real part is equal to zero, and the imaginary frequency axis is greater than or equal to zero. (Note that this description applies only to continuous s-space representations.)

카테고리

Help CenterFile Exchange에서 Plot Customization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by