Pole-zero plot

From Wikipedia, the free encyclopedia

In mathematics and signal processing, a pole-zero plot is a graphical representation of a rational transfer function in the complex plane which helps to convey certain properties of the system such as:

  • stability
  • causal / anticausal
  • region of convergence (ROC)
  • minimum phase / non minimum phase

In general, a rational transfer function has the form:

X(z) = \frac{P(z)}{Q(z)}

where

  • zi such that P(zi) = 0 are the zeros of the system
  • zj such that Q(zj) = 0 are the poles of the system

In the plot, the poles of the system are indicated by an x while the zeroes are indicated by an o.

Contents

[edit] Example

If P(z) and Q(z) are completely factored, their solution can be easily plotted in the Z-Plane. For example, given the following transfer function:

X(z) = \frac{(z+2)}{(z^2+1/4)}

The only zero is located at: − 2 The two poles are located at: -\frac{i}{2}, +\frac{i}{2}

The pole-zero plot would be:

Image:PoleZeroPlot.png

[edit] Interpretation

The region of convergence for a given transfer function is a disk, punctured disk, or annulus which contains no poles.

  • If the disc includes the unit circle, then the system is BIBO stable.
  • If the region of convergence extends outward from the largest pole (not at infinity), then the system is right-sided
  • If the region of convergence extends inward from the smallest nonzero pole, then the system is left-sided

It should be noted that the choice of ROC is not unique, however the ROC is usually chosen to include the unit circle since it is important for most practical systems to have Bounded Input, Bounded Output (BIBO) stability.

[edit] See also

[edit] Bibliography

  • Haag, Michael. Understanding Pole/Zero Plots on the Z-Plane. Connexions. 22 June 2005 [1]
  • Eric W. Weisstein. "Z-Transform." From MathWorld--A Wolfram Web Resource. [2]
In other languages