MATLAB CONTROL SYSTEM TOOLBOX 9 Podręcznik Użytkownika Strona 558

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 649
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 557
parallel
11-168
11parallel
Purpose Parallel connection of two LTI models
Syntax sys = parallel(sys1,sys2)
sys = parallel(sys1,sys2,inp1,inp2,out1,out2)
Description parallel conne cts tw o LT I m od els in parallel. This function accepts any type
of LTI model. The two systems must be either both continuous or both discrete
with ident ical sampl e time . Stat ic g ains are neutral a nd can be specified as
regular mat rices.
sys = parallel(sys1,sys2) forms the basic para llel connect io n shown below.
This comma nd is equiv alent to the direct a ddition
sys = sys1 + sys2
(See “Addition and Subtraction” on page 3-11 for details on LTI system
addition.)
sys1
sys2
u
y
+
+
sys
Przeglądanie stron 557
1 2 ... 553 554 555 556 557 558 559 560 561 562 563 ... 648 649

Komentarze do niniejszej Instrukcji

Brak uwag