MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 508

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 507
1 2 ... 503 504 505 506 507 508 509 510 511 512 513 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare