Question

Question 2 For the system shown below use the MATLAB to find: X + 0.5s+1.3 s+1.2s+1.6s For the previous system if K-1, and th

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

Question 2

Code for the first question :

G = tf([0.5 1.3],[1 1.2 1.6 0]); % transfer function gievn
K = 1; % value of K
sys = feedback(G*K,1);   % close loop system
t = 0:0.01:28;    % defining the time interval and data will be taken with 0.01 interval
u = sin(2*t);     % input function
y = lsim(sys,u,t);
plot(t,y)       % this will plot the data got at each interval
grid;
output = lsiminfo(y,t) % this will give the output

this is the result :

output =

    SettlingTime: 27.9673
             Min: -0.5493
         MinTime: 3.9700
             Max: 0.5712
         MaxTime: 2.0800

0.6 X: 2.1 Y: 0.571 0.4 0.2 X: 3.06 Y:0.005502 -0.2 0.4 -0.6 10 15 20 25 30

From the graph we can find the values : Peak amplitude = 0.571, Rise time = 2.1s(approx), Settling time = 3.06s (Rise time for a sinusoid is the time at the first peak, and settling time is the time at the second zero crossing) and steady state value = not defined, since output is sinusoid

Question 3

fs) 10o S+5 100 S+ 5 1 00 s-10 (S)(s) 100 x (S+1)(S +lo 100 (S.111+20 ) う 7(S) ^

Code for the 2nd problem

G =100*tf([1 12 20],[1 18 187 1110])

step(G); grid on;

Output = stepinfo(G)

Output =

        RiseTime: 0.0154
    SettlingTime: 1.1755
     SettlingMin: 0.3105
     SettlingMax: 6.9785
       Overshoot: 287.3059
      Undershoot: 0
            Peak: 6.9785
        PeakTime: 0.1436

Peak Amplitude: 6.98

Steady state value : 1.81

Step Response System G Time (seconds): 0.144 Amplitude: 6.98 3 System G Time (seconds): 1.59 Amplitude: 1.81 0.2 04 0.6 0.8 T

NOTE :

a) If you find the solution doubtful or doesn't match with your answer provided, or you feel that I am wrong by any means feel free to mention that in comment. Otherwise your downvote will keep me in doubt. So that i can correct myself and it will also help me in future to guide others.

b) Please re-check the calculation and inform me if there is any error. Happy to help.

c) Some feedbacks or rating will help me to improve myself. Wish you all the best. Happy Learning. Thank You.

Add a comment
Know the answer?
Add Answer to:
Question 2 For the system shown below use the MATLAB to find: X + 0.5s+1.3 s+1.2s+1.6s For the pr...
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
  • A second order system has the following poles -1.4 t 7.2 j , find the 2%...

    A second order system has the following poles -1.4 t 7.2 j , find the 2% settling time. A second order system has the following poles -1.3 t 5 , if the steady state value is 26 find the peak value. The unit step response of a second order system is given by: y 1.5- 2.1 eWnt sin( 4 t + ¢) find the rise time. A second order system has the following poles -1.3 t 5 j , if...

  • Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise...

    Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise time, peak time, maximum overshoot and settling time) and the steady state error for the system. (2 marks) b) To improve the relative stability, the tachometer feedback are employed as shown in Figure 2b). i Determine the value in so that the damping ratio of the system is 0.5. (1 % marks) From the result obtained in , evaluate the transient response characteristics (rise...

  • question 2 Question 2 a) Consider the control system in Figure 2(a). Determine the transient response...

    question 2 Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise time, peak time, maximum overshoot and settling time) and the steady state error for the system (2 marks) b) To improve the relative stability, the tachometer feedback are employed as shown in Figure 2(b). Determine the value Kin so that the damping ratio of the system is 0.5. (1 % marks) it. From the result obtained in 0. evaluate the transient response...

  • Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise...

    Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise time, peak time, maximum overshoot and settling time) and the steady state error for the system. (2 marks) b) To improve the relative stability, the tachometer feedback are employed as shown in Figure 2(b). i Determine the value Kso that the damping ratio of the system is 0.5. (1 % marks) i. From the result obtained in (), evaluate the transient response characteristics (rise...

  • Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise...

    Question 2 a) Consider the control system in Figure 2(a). Determine the transient response characteristics (rise time, peak time, maximum overshoot and settling time) and the steady state error for the system. (2 marks) b) To improve the relative stability, the tachometer feedback are employed as shown in Figure 2(b). Determine the value K, so that the damping ratio of the system is 0.5. (1 % marks) i. From the result obtained in (), evaluate the transient response characteristics (rise...

  • I only need MATLAB solution with commands The damping ratio, ^, effects the performance of a...

    I only need MATLAB solution with commands The damping ratio, ^, effects the performance of a system. Using MATLAB, for a single loop second order feedback system, find the step response of the system for values of wn 1 and = 0.1, 0.4, 0.7 , 1.0 and 2.0 E(s) R(s) G(s) Y(s) s(s +2,) Plot all the results in the same figure window and fill in the following table. Rise Time Peak Time % Overshoot Settling Time Steady State Value...

  • Problem 2. Using the LTI Viewer tool in MATLAB, find the peak response, percent overshoot, settling...

    Problem 2. Using the LTI Viewer tool in MATLAB, find the peak response, percent overshoot, settling time, rise time, and steady state of the step response of the system given with the closed loop transfer function: a) G(s)- (s + 3)(s2 + 3s + 20) , 12 b) G(s) = s +3s2+5s +5 3s2+5s+5 Hint: Type "ltiview" in command window of the MATLAB)

  • Control and System Matlab and Simulink

    Design of Lead Compensator With Matlab...G(s) = 9/(s^2+0.5s) and Gc(s) = 1Transfer Function, maximum overshoot...DESIGN of a LEAD COMPENSATOR with MATLABFor the figure below, G(s)=9 / s(s+0.5)a) For the compensator Gc(s)=1 Obtain- Transfer function,- Maximum overshoot and settling time for unit-step input- Drawi. unit step-response curve in MATLAB.ii. unit ramp-response curve in MATLAB.iii. Root- locus curve in MATLAB- Obtain steady state error for unit-ramp inputb) Design a lead compensator Gc(s) to shift the poles at new locations of s₁=-4+j4 and...

  • For the closed-loop system shown, and given: C(s) 8.41 s+8.10 G(8 2 0.02 3.00 2out G(s) C(s) control plant Part A-Plant 1% settling time Find the 1% settling time of the plant G(s) to a unit step inp...

    For the closed-loop system shown, and given: C(s) 8.41 s+8.10 G(8 2 0.02 3.00 2out G(s) C(s) control plant Part A-Plant 1% settling time Find the 1% settling time of the plant G(s) to a unit step input. 15.38 t,3% - Submit X ncorrect; Try Again - Part B Plant: Overshoot Find the overshoot of the plant G(s)to a unit step input. Give your answer as a percentage Mp: | Value Units Submit Request Answer Part C - Closed-loop system:...

  • Problem 4. Consider the control system shown below with plant G(s) that has time con- stants...

    Problem 4. Consider the control system shown below with plant G(s) that has time con- stants T1 = 2, T2 = 10, and gain k = 0.1. 4 673 +1679+1) (1.) Sketch the pole-zero plot for G(s). Is one of the poles more dominant? Using MATLAB, simulate the step response of the plant itself, along with G1(s) and G2(s) as defined by Gl(s) = and G2(s) = sti + 1 ST2+1 (2.) Design a proportional gain C(s) = K so...

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