zplane
Zero-pole plot for discrete-time systems
Syntax
Description
zplane(
plots the zeros and poles of discrete-time systems in the current figure window.
Specify the zeros in a column vector z,p)z and the poles in a
column vector p. The symbol 'o'
represents a zero and the symbol 'x' represents a pole. The
plot includes the unit circle for reference.
If z and p are matrices, then
zplane treats each column as a separate set of
poles and zeros, and plots each set in a different color.
zplane( finds and plots the
zeros and poles of the digital filter represented as Cascaded Transfer Functions (CTF) with numerator coefficients B,A,"ctf")B and denominator
coefficients A. (since R2024b)
Note
Specify the "ctf" option to disambiguate CTF
numerator and denominator matrices B,A from
multiple sets of poles and zeros
z,p.
Examples
Input Arguments
Output Arguments
More About
Tips
You can override the automatic scaling of
zplaneusingaxis([xmin xmax ymin ymax])
after calling
zplane. This scaling is useful when one or more zeros or poles have such a large magnitude that the others are grouped tightly around the origin and are hard to distinguish.
References
[1] Lyons, Richard G. Understanding Digital Signal Processing. Upper Saddle River, NJ: Prentice Hall, 2004.




