[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
zplane
(/tools/hpmatlab/toolbox/signal/zplane.m)
Function Synopsis
[h1, h2, h3]=zplane(z,p);
Help text
ZPLANE Z-plane zero-pole plot
ZPLANE(Z,P) plots the zeros Z and poles P (in column vectors) with the
unit circle for reference. Each zero is represented with a 'o' and
each pole with a 'x' on the plot. Multiple zeros and poles are
indicated by the multiplicity number shown to the upper right of the
zero or pole. ZPLANE(Z,P) where Z and/or P is a matrix plots the zeros
or poles in different columns with different colors.
If either argument is a row, ZPLANE finds the roots of the argument
with ROOTS. So, ZPLANE(B,A) where B and A are row vectors containing
transfer function polynomial coefficients plots the poles and zeros
of B(z)/A(z). ZPLANE assumes scalars are zeros or poles.
[H1,H2,H3]=ZPLANE(Z,P) returns vectors of handles to the lines and
text objects generated. H1 is a vector of handles to the zeros lines,
H2 is a vector of handles to the poles lines, and H3 is a vector of
handles to the axes / unit circle line and to text objects which are
present when there are multiple zeros or poles. In case there are no
zeros or no poles, H1 or H2 is set to the empty matrix [].
See also FREQZ.
Cross-Reference Information
This function calls
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- cos /tools/hpmatlab/toolbox/matlab/elfun/cos.m
- diff /tools/hpmatlab/toolbox/matlab/datafun/diff.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- linspace /tools/hpmatlab/toolbox/matlab/elmat/linspace.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- mpoles /tools/hpmatlab/toolbox/signal/mpoles.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- prod /tools/hpmatlab/toolbox/matlab/datafun/prod.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- sin /tools/hpmatlab/toolbox/matlab/elfun/sin.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- text /tools/hpmatlab/toolbox/matlab/plotxy/text.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
- ylabel /tools/hpmatlab/toolbox/matlab/plotxy/ylabel.m
This function is called by
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON