Path: Common/Control
% Computes the transmission zeros of a plant
For continuous time systems.
--------------------------------------------------------------------------
Form: z = TrnsZero( a, b, c, d )
--------------------------------------------------------------------------
------
Inputs
------
a Plant matrix
b Input matrix
c Measurement matrix
d Input feedthrough matrix
-------
Outputs
-------
z Transmission zeros
--------------------------------------------------------------------------
References: Maciejowski, J.M., Multivariable Feedback Design,
Addison-Wesley, 1989, pp. 386-389.
--------------------------------------------------------------------------
Common: Control/SizeABCD Math: Linear/ColCompR Math: Linear/IsZero Math: Linear/RowCompU
Back to the Common Module page