MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 525

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 524
series
16-185
Theindexvectorsoutputs1andinputs2 indicate which 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 Parallel connection
y
1
u
2
u
y
Przeglądanie stron 524
1 2 ... 520 521 522 523 524 525 526 527 528 529 530 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag