Question

Consider the following closed-loop system, in which the plant model is P(s) = elave R()2-CO POTY() a) Assume C(s) = K. Determ

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

| Sali Giss = ((s) x pls) = 8k s(5+852 The closed loop Chalectastic squetion is It Go so i 17 20; 8K__ s(5 +64 +165) st 165 +a TS fran matles with plant transfer function. Gs) a ēls x 8 have gain mag in s(s+8) og 20.3dB. The maximum allsueble gain is

matlab part: a

clc;

clear all;

close all;

s=tf('s');

g=8/(s*(s+8)^2);% plant

margin(g);grid

legend('bode of plant')

figure

rlocus(g);

legend('root locus of plant')

File Edit View Insert Tools Desktop Window Help 08H3 hayo. I E DO Bode Diagram Gm = 42.1 dB (at 8 rads), Pm = 88.2 deg (at 0File Edit View Insert Tools Desktop Window Help 08H3 hayo. I E DO Root Locus root locus of plant System: root locus of plant

matlab part b)

clc;

clear all;

close all;

s=tf('s');

k=40;

t95=0.1528;% 95% of delay time

t105=0.1688;% 105% of delaytime

gc1=exp(-t95*s);

gc2=exp(-t105*s);

g=8/(s*(s+8)^2);% plant

step(feedback(k*g*gc1,1));grid

legend('step response with 95% td')

figure

step(feedback(k*g*gc2,1));grid

legend('step response with 105% td')

File Edit View Insert Tools Desktop Window Help 08H3 hayo. I E DO Step Response Step response with 95% td 1.6 HD 12 HHH 1.1 AFile Edit View Insert Tools Desktop Window Help 08H3 Way. I E = 0 Step Response step response with 105% td Amplitude wwwwww 1matlab part c)

clc;

clear all;

close all;

s=tf('s');

k95=9.8338;

k105=10.869;

gc=exp(-s);

g=8/(s*(s+8)^2);% plant

step(feedback(k95*g*gc,1));grid

legend('step response with 95% k')

figure

step(feedback(k105*g*gc,1));grid

legend('step response with 105% k')

File Edit View Insert Tools Desktop Window Help 08H3 Way. I E = 0 Step Response step response with 95% 12 HHH Amplitude |----File Edit View Insert Tools Desktop Window Help 08H3 Way. I E = 0 Step Response A s tep response with 105% Amplitude wmANAAAA

Add a comment
Know the answer?
Add Answer to:
Consider the following closed-loop system, in which the plant model is P(s) = elave R()2-CO POTY()...
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
ADVERTISEMENT