Assignment 4
Assignment 4
1
𝐺(𝑠) =
0.5 𝑠 + 1
where the desired closed loop performance is as follows: Damping Ratio (ζ) = 0.8 ,
Natural Frequency (ω𝑛 ) = 2 rad/sec
- Find the controller parameters and write the transfer function of the controller.
- Write the pseudo code implementing this controller.
2) Design a digital PI controller for a Temperature Control system (Heater System) with
the following transfer function:
0.8
𝐺(𝑠) =
5𝑠+1
where the desired closed loop performance is as follows: Damping Ratio (ζ) = 0.9 ,
Natural Frequency (ω𝑛 ) = 0.2 rad/sec
- Find the controller parameters and write the transfer function of the controller.
- Write the pseudo code implementing this controller.