MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 569

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 568
zero
16-229
16zero
Purpose Transmission zeros of LTI models
Syntax z = zero(sys)
[z,gain] = zero(sys)
Description zero computes the zeros of SISO systems and the transmission zerosof 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.
Algorithm The transmission zeros are computed using the algorithm in [1].
See Also pole Compute the poles of an LTI model
pzmap Compute the pole-zero map
References [1] Emami-Naeini, A. and P. Van Dooren, “Computation of Zeros of Linear
Multivariable Systems,Automatica, 18 (1982), pp. 415–430.
ABCD
,,,()
λ
A
λ
I B
CD
Zobrazit stránku 568
1 2 ... 564 565 566 567 568 569 570 571 572 573 574 ... 590 591

Komentáře k této Příručce

Žádné komentáře