Chapter 3 Building System Connections
Xmath Control Design Module 3-6 ni.com
if the condition estimate for either matrix is less than eps. For more
information on this condition estimate, refer to the MATRIXx Help for the
Xmath function rcond( ).
Using Sys to denote the state-space representation for the complete
feedback loop, you can express its component matrices A, B, C, and D
as combinations of the component matrices you obtained from Sys1 and
Sys2. The full matrices used with two input systems are shown in the next
example. In the case of a constant-gain feedback, A, B, C, and D are
computed using only the matrix partitions shown in bold type.
The initial conditions for the systems are appended to each other
columnwise.
afeedback( ) cannot be used with improper transfer functions—systems
having more zeros than poles—because this algorithm is strictly
state-space.
append( )
Sys = append(Sys1,Sys2)
The append( ) function appends two dynamic systems in a form suitable
for use with the connect( ) function (refer to the connect( ) section). Sys
AA1B1sD2C1
B1sC2
B2sC1A2B2sD1C2
=
BB1sB1sD2
B2sD1B2s
=
CS1C1
D1sC2
D2sC1S2C2
=
DD1sD1D2s
D2D1sD2s
=