Question

4. (20 points) Adapted from [DB AP5.7]: Consider the unity feedback system with variable gain K shown (a) Assume that the com

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

21. 44%; 0.21 44 Cs Scanned with CamScannerCS Scanned with CamScanner

ii) matlab:

clc;

clear all;

s=tf('s');

k=[1000 2000 3000 4000 5000];% gains

g=100/(s*(s+60)*(s+100));% open loop transfer function

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

legend('step response for k=1000')

figure;

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

legend('step response for k=2000')

figure;

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

legend('step response for k=3000')

figure;

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

legend('step response for k=4000')

figure;

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

legend('step response for k=5000')

Step Response 12 k-1000 System: srep response tor k 1000 Peak ampituoe: 1.03 Overshoot (%) 2.5 Syaem step response tork-1000Step Response a for k-2000 Sysiem: step reeporse tor k-2000 Peak ampituoe: 1.2 Oversnoot (%): 20.2 Attime (seconds):0.0867 12Step Response System: step response for k 3000 Peak amplitude: 1.35 Oversnool (%): 352 Sysiem step response tor k-3000 SetingStep Response 1.5 System step response for k4000 Peak amplitude: 1.47 IOvershoo 473 Atome (second):0.067 System step responseStep Response Sysiem: stup resporee for k 5000 Peak ampibude:1.57 I Overshoot (%): 57.4 Ar time seconds): 0.007 14 12 System:

the settling times and the over shoots are not exactly the same but the second order approximation is valid.

iii) matlab plot for original system and reduced system:

clc;

clear all;

s=tf('s');

k=[1000 2000 3000 4000 5000];% gains

g=100/(s*(s+60)*(s+100));% open loop transfer function

g1=865/((s+22.21+19.28*i)*(s+22.21-19.28*i));

g2=1603/((s+17.62+35.95*i)*(s+17.62-35.95*i));

g3=2277/((s+14.13+45.58*i)*(s+14.13-45.58*i));

g4=2909/((s+11.24+52.75*i)*(s+11.24-52.75*i));

g5=3508/((s+8.74+58.58*i)*(s+8.74-58.58*i));

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

legend('step response actual','approximated')

figure;

step(feedback(k(2)*g,1),g2);grid

legend('step response actual','approximated')

figure;

step(feedback(k(3)*g,1),g3);grid

legend('step response actual','approximated')

figure;

step(feedback(k(4)*g,1),g4);grid

legend('step response actual','approximated')

figure;

step(feedback(k(5)*g,1),g5);grid

legend('step response actual','approximated')

Step Response System approximated onse acbal Peak ampitude: 1.03 03 Overshoot-) 2.68 Syste Sysnm: step Alme (secon:0 Set SattStep Response 14 Peak & Peak ampinude:2 Oversi over shoot ) 202 ep roaponse Attime (seconds): 0.0967 12 Syst Sysem:step respoStep Response 14 1.4 System: approimated Peak ampitude: 1,38 actia Overshoat:37.8 At time (seconds):0.0684 sys ยme slap respoStep Response achal Peak ampitude: 1.51 Overshoot (%): 50.9 ALme (second):0.06 15 1.2 Sy System: step response actual Se SuinSysum: stup resporneo actal Peak ampude: 1.5 Overshoot ): 57.4 k amplitude Overshoot (%):82.5 Al timo (seconds):0.0027 12 Set

Add a comment
Know the answer?
Add Answer to:
4. (20 points) Adapted from [DB AP5.7]: Consider the unity feedback system with variable gain K...
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
  • Please solve with detailed steps (NO MATLAB Solution).Thanks in advance 13. Consider the unity feedback system...

    Please solve with detailed steps (NO MATLAB Solution).Thanks in advance 13. Consider the unity feedback system of Figure P9.1 with K G(s) s(s +20)(s +40) The system is operating at 20% overshoot. Design a compensator to decrease the settling time by a factor of 2 without affecting the percent overshoot and do the following: (Section: 9.3] a. Evaluate the uncompensated system's dominant poles, gain, and settling time. b. Evaluate the compensated system's dominant poles and settling time. c. Evaluate the...

  • 2. (10 points) Adapted from [DB P8.23: The frequency response for the forward path of a unity feedback control system i...

    2. (10 points) Adapted from [DB P8.23: The frequency response for the forward path of a unity feedback control system is shown in Fig. 1. Determine the Type Number of the closed loop system and the magnitude of the steady state error in response to a unit step in the reference signal 0 60 -20 40 40 ー20 60 -80 -100 co- -120 40 -140 - 160 60 10 10 003 0 105 10-1 10° 10' 102 103 104 105...

  • 1. Given the unity feedback system, where K(s+1(s 2) 1)(s-4) G(s) do the following: (a) Find the ...

    1. Given the unity feedback system, where K(s+1(s 2) 1)(s-4) G(s) do the following: (a) Find the root locus form. (b) Sketch the root locus. (c) Find the value of K such that the system is stable. (d) Find one value of K such that the closed-loop has a settling time less than or equal to 4 second and the percent of overshoot is less than or equal to 10 with the aid of MATLAB 1. Given the unity feedback...

  • 13. Consider the unity feedback system of Figure P11.1 with G(s) s(s+5s 20) The uncompensated sys...

    13. Consider the unity feedback system of Figure P11.1 with G(s) s(s+5s 20) The uncompensated system has about 55% overshoot and a peak time of 0.5 second when K 10. Do the following: [Section: 11.4] . Use frequency response methods to design a lead compensator to reduce the percent overshoot to 10%, while keeping the peak time and steady-state error about the same or less. Make any required second-order approximations. b. Use MATLAB or any other computer MATLAB ML program...

  • C(s) G(s) Figure 1: A block diagram for Problems 1-4 For the given unity feedback system with G(s...

    C(s) G(s) Figure 1: A block diagram for Problems 1-4 For the given unity feedback system with G(s) - s 5)3' (a) Find the location of the dominant poles to yield a 1.2 second settling time and overshoot of 15% (b) If a compensator with a zero at-1 is used to achieve the conditions of Part a, what must be the angular contribution of the compensator pole be? (c) Find the location of the compensator pole. (d) Find the gain...

  • 3. (28 pts.) The unity feedback system with K(5+3) G(s) = (s + 1)(s + 4)(s...

    3. (28 pts.) The unity feedback system with K(5+3) G(s) = (s + 1)(s + 4)(s + 10) is operating with 12% overshoot ({=0.56). (a) the root locus plot is below, find the settling time (b) find ko (c) using frequency response techniques, design a lead compensator that will yield a twofold improvement in K, and a twofold reduction in settling time while keeping the overshoot at 12%; the Bode plot is below using the margin command and using the...

  • SS10. The unity-feedback system of Figure P11.1 with K (s +4) G (s) (s 2) (s 5) (s +12) is operat...

    SS10. The unity-feedback system of Figure P11.1 with K (s +4) G (s) (s 2) (s 5) (s +12) is operating with 20% overshoot. [Section: 114] a. Find the settling time. b. Find Kp c. Find the phase margin and the phase-margin frequency d. Using frequency response techniques, design a compensator that will yield a threefold improvement in Kp and a twofold reduction in settling time while keeping the overshoot at 20%. SS10. The unity-feedback system of Figure P11.1 with...

  • Compensator Plant 100 R(s) sta Y(s) For the unity feedback system shown in Fig. 3.55, specify t...

    Compensator Plant 100 R(s) sta Y(s) For the unity feedback system shown in Fig. 3.55, specify the gain and pole location of the compensator so that the overall closed-loop response to a unit- step input has an overshoot of no more than 30%, and a 2% settling time of no more than 0.2 sec. Verify your design using Matlab. 3.27 Compensator Plant 100 R(s) sta Y(s) For the unity feedback system shown in Fig. 3.55, specify the gain and pole...

  • Problem 2. (20 pts) For the unity feedback system shown in the figure, specify the gain...

    Problem 2. (20 pts) For the unity feedback system shown in the figure, specify the gain K of the proportional controller so that the output y(t) has an overshoot of no more than 10% in response to a unit step. R9010 KG R(S) OF FOY(s) S(s + 2)

  • Lag Compensator Design Using Root-Locus 2. Consider the unity feedback system in Figure 1 for G(s...

    Lag Compensator Design Using Root-Locus 2. Consider the unity feedback system in Figure 1 for G(s)- s(s+3(s6) Design a lag compensation to meet the following specifications The step response settling time is to be less than 5 sec. . The step response overshoot is to be less than 17% . The steady-state error to a unit ramp input must not exceed 10%. Dynamic specifications (overshoot and settling time) can be met using proportional feedback, but a lag compensator is needed...

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