User`s guide

Table Of Contents
Arithmetic Operations
3-13
Multiplication
Multiplication of two LTI models connects them in series. Specifically,
sys = sys1 * sys2
returns an LTI model sys for the series interconnection shown below.
Notice the reverse orders of
sys1 and sys2 in the multiplication and block
diagram. This is consistent with the way transfer matrices are combined in a
series connection: if
sys1 and sys2 have transfer matrices and , then
For state-space models
sys1 and sys2 with data and
, the state-space data associated with
sys1*sys2 is
Finally, if
sys1 is MIMO and sys2 is SISO, then sys1*sys2 or sys2*sys1 is
interpreted as an entry-by-entry scalar multiplication a nd produces a system
withthesamedimensionsas
sys1,whoseijth entry is sys1(i,j)*sys2.
Inversion and Related Operations
Inversion of LTI models amounts to inverting the following input/output
relationship.
This operation is defined only for square systems (that is, systems with as
many inputs as outputs) and is performed using
inv(sys)
u
y
v
sys2 sys1
H
1
H
2
yH
1
vH
1
H
2
u
()
H
1
H
2
×()
u
== =
A
1
B
1
C
1
D
1
,,,
A
2
B
2
C
2
D
2
,,,
A
1
B
1
C
2
0 A
2
,
B
1
D
2
B
2
,
C
1
D
1
C
2
, D
1
D
2
yHu= uH
1
y=