Delay:
--------------------------------------------------------------------------
Create a model of a delay using Pade approximants for exp(-sT).
Since version 1.
--------------------------------------------------------------------------
Form:
[a,b,c,d] = Delay( T, n )
[num,den] = Delay( T, n )
--------------------------------------------------------------------------
------
Inputs
------
T (1,1) Delay
n (1,1) Number of terms
-------
Outputs
-------
a or num Numerator polynomial or plant matrix
b or den Denominator polynomial or input matrix
c Measurement matrix
d Feedthrough matrix
--------------------------------------------------------------------------
Children:
Common: Control/FResp
Common: Control/ND2SS
Math: Analysis/Pade