[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
zp2tf
(/tools/hpmatlab/toolbox/signal/zp2tf.m)
Function Synopsis
[num,den] = zp2tf(z,p,k)
Help text
ZP2TF Zero-pole to transfer function conversion.
[NUM,DEN] = ZP2TF(Z,P,K) forms the transfer function:
NUM(s)
H(s) = --------
DEN(s)
given a set of zero locations in vector Z, a set of pole locations
in vector P, and a gain in scalar K. Vectors NUM and DEN are
returned with numerator and denominator coefficients in descending
powers of s.
See also: TF2ZP.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.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
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- zp2ss /tools/hpmatlab/toolbox/signal/zp2ss.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON