MATLAB CONTROL SYSTEM TOOLBOX 9 Specifications Page 508

  • Download
  • Add to my manuals
  • Print
  • Page
    / 591
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 507
1 2 ... 503 504 505 506 507 508 509 510 511 512 513 ... 590 591

Comments to this Manuals

No comments