Question

Solve the following problems:

1 = P.3 Design a Lead compensator using the Bode diagrams approach, for a process which transfer function is G(s) to satisfy

This is all the information I got.

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

Giso = P-3 s(s+12 Design Lead compensation for 1. To < I sec. for moit step. Overshoot <80% 2. so Ts = 4 Gwn 4 cicis Elon - T

close all
clear all
s =tf('s');
G = 1/(s*(s+1));
Gc = 3.6*(1+s)/(1+0.1*s); %Designed Lead controller
T = feedback(G*Gc,1); %Closed Loop T.F.
figure (1)
step(T)
title('Step Response of Compensated system');
figure (2)
bode(G,T)
legend('Uncompensated system','Compensated system');

Step Response of Compensated system 1.2 System: T Peak amplitude: 1.01 Overshoot (%): 0.877 System: T At time (seconds): 0.94

Bode Diagram 50 Magnitude (dB) -50 -100 -150 00 Uncompensated system Compensated system -45 Phase (deg) -90 System: Uncompens

P1 400 GLS SOS+20+2) Requirement 1. ess< 5% 2, overshoot < 20% We have to design Log controller 20% overshoot we have So for

Hence Gc(s) = 0.0016*(s+0.1)/(s+1)

CODE-

close all
clear all
s =tf('s');
G = 400/(s*(s+1)*(s+2));
Gc = 0.0016*(1+0.1*s)/(s+1);
T = feedback(G*Gc,1); %Closed Loop T.F.
figure (1)
subplot(1,2,1)
step(G)
title('Step Response of Unompensated system');
subplot(1,2,2)
step(T)
title('Step Response of Compensated system');
figure (2)
bode(G,T)
legend('Uncompensated system','Compensated system');

Response-

Step Response of Unompensated system Step Response of Compensated system X 104 5 1.2 4.5 System: T Peak amplitude: 1.18 Overs

Bode Diagram 100 50 0 Magnitude (dB) -50 -100 -150 1 -200 0 T 45 Uncompensated system Compensated system -90 -135 Phase (deg)

Add a comment
Know the answer?
Add Answer to:
Solve the following problems: This is all the information I got. 1 = P.3 Design a...
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
  • You may prepare your answer in softcopy, print out and submit or use hardcopy approach. Put...

    You may prepare your answer in softcopy, print out and submit or use hardcopy approach. Put all your MATLAB codes and Simulink Diagram under the appendix. The system below is to be compensated to achieve a phase margin of 50 degrees. s +3 x(t) 5+2s+ 2s E-KH. yệt) Design gain and phase-lead compensator to achieve the desired PM of 45 degrees. +PART A: Uncompensated system analysis % created by Fakhera 2020 Determine the uncompensated PM and GM s=tf('s'); g= (5+3)/...

  • Problem 2: (20 points) A DC Motor with negligible armature inductance is used in a position...

    Problem 2: (20 points) A DC Motor with negligible armature inductance is used in a position control applications. The open-loop transfer function is 50 G(s) = s(s/5+1) Using a Bode Plot of the system and Frequency Domain Methods, design an analog compensator to meet the following specifications: The bandwidth of the compensated system is no less than that of the uncompensated system. • The step response overshoot is less than 20%. • The steady-state error to a unit-ramp input is...

  • Write a MATLAB program that w design a PD compensator assuming second-order approximations as fol...

    Write a MATLAB program that w design a PD compensator assuming second-order approximations as follows. . Allow the user to input the desired percent overshoot, peak time and gain required to meet a steady-state error specification Display the gain-compensated Bode plot . Calculate the required phase margin and bandwidth. . Display the pole, zero, and gain of the PD compensator. Display the compensated Bode plot ·Output the step response of the PD-compensated system to test your second-order approximation. [Implement your...

  • Q.4 A position control system is shown in Figure Q4. Assume that K(s) = K, the plant 50 s(0.2s +1) transfer function is given by G(s) s02s y(t) r(t) Figure Q4: Feedback control system. (a) Design a l...

    Q.4 A position control system is shown in Figure Q4. Assume that K(s) = K, the plant 50 s(0.2s +1) transfer function is given by G(s) s02s y(t) r(t) Figure Q4: Feedback control system. (a) Design a lead compensator so that the closed-loop system satisfies the following specifications (i) The steady-state error to a unit-ramp input is less than 1/200 (ii) The unit-step response has an overshoot of less than 16% Ts +1 Hint: Compensator, Dc(s)=aTs+ 1, wm-T (18 marks)...

  • Consider the system shown as below. Draw a Bode diagram of the open-loop transfer function G(s).

    1 Consider the system shown as below. Draw a Bode diagram of the open-loop transfer function G(s). Determine the phase margin, gain-crossover frequency, gain margin and phase-crossover frequency, (Sketch the bode diagram by hand) 2 Consider the system shown as below. Use MATLAB to draw a bode diagram of the open-loop transfer function G(s). Show the gain-crossover frequency and phase-crossover frequency in the Bode diagram and determine the phase margin and gain margin. 3. Consider the system shown as below. Design a...

  • Please solve parts (a) and (b) neatly and show problem solving. Ignore reference to part 1, but please still plot the root loci. For the system given in Figure 1 a) Design a PD compensator with the t...

    Please solve parts (a) and (b) neatly and show problem solving. Ignore reference to part 1, but please still plot the root loci. For the system given in Figure 1 a) Design a PD compensator with the transfer function: to give a dominant root of the closed-loop characteristic equation of the compen- sated system at s -1+j1 (i.e., a settling time Ts of less than 6 seconds and a maximum overshoot Mo of less than 10%). Required Pre-Practical work] (b)...

  • these are useful formjlas to solve this problem please show all work! thank you 2.) Design...

    these are useful formjlas to solve this problem please show all work! thank you 2.) Design compensator for zero steady-state error with 10% overshoot and 0.4s of Peak time for the open loop transfer function G specified below. Sketch the comparison between uncompensated and compensated responses. Also compare their root locus. Clearly mention the improvements achieved after compensation. (50 points = 10 pts for analyzing uncompensated system+5 pts for identifying controller type+25 pts for controller design+5 pts for response comparison+5...

  • The transfer function of the given physical system is Gp(s)-1000 The physical system is controlle...

    The transfer function of the given physical system is Gp(s)-1000 The physical system is controlled with a unity-feedback system shown below, R(s) + Where Ge is the controller transfer function 3. Lead/Lag Compensator (a) Design a compensator such that the settling time of the compensated system T < 0.02 sec (Use 5% definition), and maximum overshoot of the compensated system is Mp 20%. Clearly explain all your steps. (b) Build a simulink model and use the compensator you designed above....

  • Bode Diagram 10 10 Frequency (rad/s) Bode Diagram 100F 140 10 10 Frequency (rad/s) Figure Q4.2 4. The de servo system s...

    Bode Diagram 10 10 Frequency (rad/s) Bode Diagram 100F 140 10 10 Frequency (rad/s) Figure Q4.2 4. The de servo system shown in Figure Q4.1 is required to have a transient step response speci fication with a peak time of 0.58 seconds or better, and a +2% setting time of 1.7 seconds or better 01(s) K (s)G(s) s(s 1 (s 5) Figure Q4.1 The Bode diagram of the open-loop system is shown in Figure Q4.2 on page 8. This Bode...

  • Design of PID compensator S. Design of PID (Proportional-plus-Integral and Derivative) Compensator ds/i (st3)(s+6 s+10) and...

    Design of PID compensator S. Design of PID (Proportional-plus-Integral and Derivative) Compensator ds/i (st3)(s+6 s+10) and unity feedback Design a PID s+10) An uncompensated system has a gain controller so that the system can operate with a peak time that is two thirds that of the uncompensated system at 20% overshoot and with zero steady-state error for a step input. system has a gain Uncompensated system Compensated system K (s+8 G(s) = (s+3)(s+6)(s+10) ,H(s) = 1 20% OS; desired T,-23a...

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
Active Questions
ADVERTISEMENT