[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
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON