MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 508

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 507
parallel
16-168
16parallel
Purpose Parallel connection of two LTI models
Syntax sys = parallel(sys1,sys2)
sys = parallel(sys1,sys2,inp1,inp2,out1,out2)
Description parallel connects two LTI models in parallel. 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 = parallel(sys1,sys2) forms the basic parallel connection shown below.
This command is equivalent to the direct addition
sys = sys1 + sys2
(See Addition and Subtraction for details on LTI system addition.)
sys1
sys2
u
y
+
+
sys
Przeglądanie stron 507
1 2 ... 503 504 505 506 507 508 509 510 511 512 513 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag