[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

ss2tf

(/tools/hpmatlab/toolbox/signal/ss2tf.m)


Function Synopsis

[num, den] = ss2tf(a,b,c,d,iu)

Help text

SS2TF	State-space to transfer function conversion.
	[NUM,DEN] = SS2TF(A,B,C,D,iu)  calculates the transfer function:

		        NUM(s)          -1
		H(s) = -------- = C(sI-A) B + D
		        DEN(s)
	of the system:
		.
		x = Ax + Bu
		y = Cx + Du

	from the iu'th input.  Vector DEN contains the coefficients of the
	denominator in descending powers of s.  The numerator coefficients
	are returned in matrix NUM with as many rows as there are 
	outputs y.

	See also: TF2SS.

Cross-Reference Information

This function calls

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