







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Automatic Control Automatic Control
Typology: Slides
1 / 13
This page cannot be seen from the preview
Don't miss anything!








I A
1 2 3 0
(^36 )
( )( )( )
1 1 , 2 2 , 3 3
1 2 1
0 0 0 1
0 0 1 0
0 1 0 0
a a a a
A n (^) n n ...
... ....... ...
... X Pz
1 ^1 2 ^13 ^1 ^1
121 222 233 2
1 1 1 1
n n n nn
n
n P
...
... ....
...
...
...
A has n distinct eigenvalues
n
P AP
...
... ....
...
...
...
0 0 0
0 0 0
0 0 0
0 0 0 3
2
1 1
x
x
x x
x
x
3
2
1
3
2
x
x
x y
(1) The Eigenvalues matrix A are : λ 1 = - 1 , λ 2 = - 2, λ 3 = - 3 (2) The matrix P are : λ 1 = - 1 , λ 2 = - 2, λ 3 = - 3
2 12 22 3
1 2 3
1 1 1
P
1 4 9
1 2 3
1 1 1 P
0 0 3
0 2 0 1 1 0 0 P AP
The Eigenvalues (^) P ^1 AP identical to the eigenvalues of the A. (Proof)
P ^1 AP
6 11 6 3 26 G ( s ) (^) s s s
3
3 2
6 1
3 G ( s ) (^) s s s
0 0 3
0 2 0
1 0 0 A
(^) 1 2 s 3 C s
B s
A
Transformation of System Models with Matlab Using Matlab we can transform the system model from transfer function to state space.
transfer function to state space :^ We use the following Matlab command to transform the
[A,B,C,D]=tf2ss(num,den) We use the following Matlab command to transfer the state space to transfer function: [num,den]=ss2tf(A,B,C,D)
A=[-2 -8 -8 -2;1 0 0 0; 0 1 0 0; 0 0 1 0]; >>B=[1;0;0;0]; C=[0 2 >>D=0; 1 9] ;
num = 0 -0.0000 2.0000 1.0000 9. den = 1.0000 2.0000 8.0000 8.0000 2.
C 0 2 1 9