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
  • 1. Consider the usual unity-feedback closed-loop control system with a proportional-gain controll...

    1. Consider the usual unity-feedback closed-loop control system with a proportional-gain controller Sketch (by hand) and fully label a Nyquist plot with K-1 for each of the plants listed below.Show all your work. Use the Nyquist plot to determine all values of K for which the closed-loop system is stable. Check your answers using the Routh-Hurwitz Stability Test. [15 marks] (a) P(s)-2 (b) P(s)-1s3 (c) P(s) -4-8 s+2 (s-2) (s+10) 1. Consider the usual unity-feedback closed-loop control system with a...

  • Use rlocus in MATLAB to plot the root locus for a closed loop control system with the plant trans...

    Use rlocus in MATLAB to plot the root locus for a closed loop control system with the plant transfer function 8. z 2 2)2-0.1z +0.06 For what value of k is the closed loop system stable? 9. The characteristic equation for a control system is given as z2(0.2 +k)z 6k +2-0 Use Routh-Hurwitz criterion to find when the system is stable. 10. Use MATLAB to plot the root locus for the system given in Problem 9. Compare your conclusion in...

  • 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...

  • This problem explores the effect of closed-loop zeros on the system response. Suppose ?(?) = ??...

    This problem explores the effect of closed-loop zeros on the system response. Suppose ?(?) = ?? (?)?? (?) where ?? (?) = ? a proportional controller. The plant ??(?) takes on two different systems in Problem 1 and in Problem 2 1. Suppose ??1 (?) = 1 ?(? 2+6?+45) a. Find the open-loop poles and the closed-loop poles when ? = 40 b. Find and plot the closed-loop unit step response, that is, find ?(?), ? > 0 when ?(?)...

  • 1. [25%] Consider the closed-loop system shown where it is desired to stabilize the system with...

    1. [25%] Consider the closed-loop system shown where it is desired to stabilize the system with feedback where the control law is a form of a PID controller. Design using the Root Locus Method such that the: a. percent overshoot is less than 10% for a unit step b. settling time is less than 4 seconds, c. steady-state absolute error (not percent error) due to a unit ramp input (r=t) is less than 1. d. Note: The actuator u(t) saturates...

  • Please solve it with step by step MATLAB code, thank you! Suppose that a system is shown in Figure 2. Based on for loop, write a piece of MATLAB code to calculate the closed loop poles for 03K35 and...

    Please solve it with step by step MATLAB code, thank you! Suppose that a system is shown in Figure 2. Based on for loop, write a piece of MATLAB code to calculate the closed loop poles for 03K35 and plot the outputs where the poles are represented by "W" letter. Find the interval of K parameter for stability using Routh-Hurwitz method. Calculate the poles of the closed loop transfer function where K attains the minimum value such that the system...

  • 1. Consider the usual unity-feedback closed-loop control system with a proportional-gain controller: 19 r - PGS-Try...

    1. Consider the usual unity-feedback closed-loop control system with a proportional-gain controller: 19 r - PGS-Try P(s) Draw (by hand) and fully label a Nyquist plot with K = 1 for each of the plants listed below. Show all your work. Use the Nyquist plot to determine all values of K for which the closed-loop system is stable. Check your answers using the Routh-Hurwitz Stability Test. [15 marks] (a) P(s) = (b) P(s) = s(s+13 (6+2) (©) P(s) = 32(6+1)

  • Consider the unity-feedback system shown below: R(s) E(s) input: r(t), output: y(t) C(s) P(s) error: e()...

    Consider the unity-feedback system shown below: R(s) E(s) input: r(t), output: y(t) C(s) P(s) error: e() r(t) y(t) closed-loop transfer-function: Hyr(sD t the closed-loop transfer-function be Hyr(s) Y (s) R(s) Let the transfer-function of the plant be P(s) 10 s (s 1) (s 5) The open-loop transfer-function is G(s) P(s) C(s) DESIGN OBJECTIVES: Find a controller C(s) such that the following are satisfied i) The closed-loop system is stable. ii) The steady-state error ess due to a unit-ramp input r(t)...

  • Question 2 System Stability in the s-Domain and in the Frequency Domain: Bode Plots, Root Locus...

    Question 2 System Stability in the s-Domain and in the Frequency Domain: Bode Plots, Root Locus Plots and Routh- Hurwitz Criterion ofStability A unit feedback control system is to be stabilized using a Proportional Controller, as shown in Figure Q2.1. Proportional Controller Process The process transfer function is described as follows: Y(s) G(s) s2 +4s 100 s3 +4s2 5s 2 Figure Q2.1 Your task is to investigate the stability of the closed loop system using s-domain analysis by finding: a)...

  • Let G,()+3s+5) , K-1 and Ge 1 I Determine the loop transfer function L(s)-KG.G. Use 'margin' command in matlab to generate the Bode Plot for L(s). (a) What are its gain and phase margins (the...

    Let G,()+3s+5) , K-1 and Ge 1 I Determine the loop transfer function L(s)-KG.G. Use 'margin' command in matlab to generate the Bode Plot for L(s). (a) What are its gain and phase margins (these should be available in the plots). (b) Convert the gain margin in dB to absolute value. (c) For what value of the gain K would the closed loop system become marginally stable? (d) Show that, for this value of K, the closed loop system does...

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