User`s guide

Table Of Contents
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