[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
tf2zp
(/tools/hpmatlab/toolbox/signal/tf2zp.m)
Function Synopsis
[z,p,k] = tf2zp(num,den)
Help text
TF2ZP Transfer function to zero-pole conversion.
[Z,p,k] = TF2ZP(NUM,den) finds the zeros, poles, and gains:
(s-z1)(s-z2)...(s-zn)
H(s) = K ---------------------
(s-p1)(s-p2)...(s-pn)
from a SIMO transfer function in polynomial form:
NUM(s)
H(s) = --------
den(s)
Vector DEN specifies the coefficients of the denominator in
descending powers of s. Matrix NUM indicates the numerator
coefficients with as many rows as there are outputs. The zero
locations are returned in the columns of matrix Z, with as many
columns as there are rows in NUM. The pole locations are returned
in column vector P, and the gains for each numerator transfer
function in vector K.
See also: ZP2TF.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- all /tools/hpmatlab/toolbox/matlab/ops/all.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- eps /tools/hpmatlab/toolbox/matlab/elmat/eps.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- inf /tools/hpmatlab/toolbox/matlab/elmat/inf.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- tfchk /tools/hpmatlab/toolbox/signal/tfchk.m
- while /tools/hpmatlab/toolbox/matlab/lang/while.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON