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

  • 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 580
series
11-191
11series
Purpose Series connection o f two LTI models
Syntax sys = series(sys1,sys2)
sys = series(sys1,sys2,outputs1,inputs2)
Description series connects two LTI models in series. This function accepts any type of
LTI model. The two systems must be either both continuous or both discrete
with identical sample time. Static gains are neutral and can be specified as
regular matrices.
sys = series(sys1,sys2) forms the basic series connection shown below.
This command is equival ent to the direct multiplication
sys = sys2 * sys1
See “Multiplication” on page 3-13 for details on multiplication of LTI models.
sys = series(sys1,sys2,outputs1,inputs2) forms the more general series
connection.
sys1
sys2
u
y
sys
sys1
sys2
y
1
u
2
v
2
z
1
sys
u
y
Zobrazit stránku 580
1 2 ... 576 577 578 579 580 581 582 583 584 585 586 ... 648 649

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

Žádné komentáře