MATLAB CONTROL SYSTEM TOOLBOX 9 Uživatelská příručka Strana 582

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 649
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 581
series
11-192
Theindexvectorsoutputs1 andinputs2 indicatewhich outputs of sys1 and
which inputs of
sys2 should be connected. The resulting model sys has
as input and as output.
Example Consider a state-space system sys1 with five inputs and four outputs and
another system
sys2 with two inputs and three outputs. Connect the two
systems in series by connecting outputs 2 and 4 of
sys1 with inputs 1 and 2 of
sys2.
outputs1 = [2 4];
inputs2 = [1 2];
sys = series(sys1,sys2,outputs2,inputs1)
See Also append Append LTI systems
feedback Feedback connection
parallel Paral lel connection
y
1
u
2
u
y
Zobrazit stránku 581
1 2 ... 577 578 579 580 581 582 583 584 585 586 587 ... 648 649

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

Žádné komentáře