Question

PID controller: KG (5) - K(s’+1.55 +0.5) Plant: G (s)=- 1 (20s +1)(10s +1)(0.5s +1) For this control system, do the following

0 0
Add a comment Improve this question Transcribed image text
Answer #1

matlab code

controller=tf([1 1.5 0.5],[1 0])
plant=zpk([],[-0.05 -0.1 -2],0.01)
open_loop=series(controller,plant)
figure
rlocus(open_loop)
grid on
closed_loop=feedback(300*open_loop,1)
figure
step(closed_loop)
grid on
stepinfo(closed_loop)

output:


controller =

s^2 + 1.5 s + 0.5
-----------------
s

Continuous-time transfer function.


plant =

0.01
----------------------
(s+0.05) (s+0.1) (s+2)

Continuous-time zero/pole/gain model.


open_loop =

0.01 (s+1) (s+0.5)
------------------------
s (s+0.05) (s+0.1) (s+2)

Continuous-time zero/pole/gain model.


closed_loop =

3 (s+0.5) (s+1)
-------------------------------------------
(s+1.505) (s+0.4439) (s^2 + 0.201s + 2.245)

Continuous-time zero/pole/gain model.


ans =

struct with fields:

RiseTime: 0.6466
SettlingTime: 40.0134
SettlingMin: 0.2265
SettlingMax: 1.9152
Overshoot: 91.5246
Undershoot: 0
Peak: 1.9152
PeakTime: 1.9582

Root Locus 0,3 0.16 0.105. 0.065 0.03 10.44 Imaginary Axis (seconds) ...6 .... -0.44 ..... W.... 0.105 0.065 0.03 -2.5 -1.5 -Root Locus 0.03. ..0.012..............0.006......... 0.058 System: open,oop Gain: 136 Pole: 0.000296 + 0.9771 Damping: -0.000. . . . Step Response 30 Time (seconds) - - .- .- - .- CO apni duy

Add a comment
Know the answer?
Add Answer to:
PID controller: KG (5) - K(s’+1.55 +0.5) Plant: G (s)=- 1 (20s +1)(10s +1)(0.5s +1) For...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT