Lab-06: Understanding of State Space Model and Bode Plot of Closed-Loop Control Systems
Lab-06: Understanding of State Space Model and Bode Plot of Closed-Loop Control Systems
Equipment:
1. PC
2. MATLAB® R2014b
Procedure:
Following commands are commonly used to calculate the state space from transfer function and
transfer function from state space simultaneously;
1. [ A,B,C,D ]=tf2ss(num,den)
2. [num,den]= ss2tf(A,B,C,D)
Similarly to obtain the bode plot of the given transfer function we use following command;
Bode(num,den)
Experiment:
Find the state space matrices and bode plots of the given transfer functions:
C( s) 2 s+25
1. R( s) = 2
s + 4 s+25
C( s) 25
2. R( s) = 2
s + 6 s+ 25
C (s ) 1
3. = 2
R ( s ) s + s+1
C (s ) 5
4. = 3 2
R ( s ) s +14 s + 56 s+ 160
C (s ) 25 s+5
5. = 3
R ( s ) s +5 s2 +25 s+5
Post lab:
Find the step response of the above given transfer functions.
Lab Questions:
1. What is required to represent a system in state space?
2. Give two reasons for modeling systems in state space.
3. State an advantage of the transfer function approach over the state-space approach.