| Control System Toolbox™ | ![]() |
Transmission zeros of LTI model
zero
z = zero(sys)
[z,gain] = zero(sys)
zero computes the zeros
of SISO systems and the transmission zeros of MIMO systems. For a
MIMO system with matrices
, the transmission zeros are the
complex values
for which the normal rank of
![]()
drops.
z = zero(sys) returns the (transmission) zeros of the LTI model sys as a column vector.
[z,gain] = zero(sys) also returns the gain (in the zero-pole-gain sense) if sys is a SISO system.
zero is based on SLICOT routine AB08NX. Also use LAPACK routines DGEEV and DGEGV (and their complex counterparts) for eigenvalue computation.
The transmission zeros are computed using the algorithm in [1].
[1] Emami-Naeini, A. and P. Van Dooren, "Computation of Zeros of Linear Multivariable Systems," Automatica, 18 (1982), pp. 415-430.
![]() | totaldelay | zgrid | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |