MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 491

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 490
inv
11-101
11inv
Purpose Invert LTI systems
Syntax isys = inv(sys)
Description inv inverts the input/output relation
to produce the LTI system with the transfer matrix .
This operation is defined only for s quare systems (same numb er of inputs and
outputs) with an invertible feedthrough matrix .
inv handles both
continuous- and discrete-time systems.
Example Consider
At the MATLAB prompt, type
H = [1 tf(1,[1 1]);0 1]
Hi = inv(H)
to invert it. MATLAB returns
Transfer function from input 1 to output...
#1: 1
#2: 0
Transfer function from input 2 to output...
–1
#1: -----
s + 1
#2: 1
yGs
()
u
=
Hs() Gs()
1
=
uHs
()
y
=
D
Hs()
1
1
s 1+
------------
01
=
Seitenansicht 490
1 2 ... 486 487 488 489 490 491 492 493 494 495 496 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare