MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 524

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 523
series
16-184
16series
Purpose Series connection of 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 equivalent to the direct multiplication
sys = sys2 * sys1
See Multiplication 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
Przeglądanie stron 523
1 2 ... 519 520 521 522 523 524 525 526 527 528 529 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag