Question

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 th

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

MATLAB code is given below in bold letters.

clc;
close all;
clear all;

% define the laplace variable s
s = tf('s');

% define the plant Gp
Gp = 1/(s*(s+3)*(s+5));

Gc = 1;K = 1;

L = K*Gc*Gp % loop transfer function

% margin command
figure;margin(L);grid on;

Loop transfer function is given below:


Transfer function:
1
------------------
s^3 + 8 s^2 + 15 s

Bode plot is plotted below for the loop function.

Bode Diagram Gm 41.6 dB (at 3.87 rad/s), Pm 88 deg (at 0.0666 rad/s) 50 50 :. ー)-10 . -15아.. 200 90 -135 00-180F. : : : :. 22

from the above plot, it is observed that the gain margin is 41.6 dB and the phase margin is 88 deg.

gain margin = 10^(41.6/20) = 120.2264 (absolute value).

for gain K = 122.2264 the loop becomes marginally stable and this gain is called critical gain Kc.

Let's plot the root locus to show that the closed-loop poles are purely imaginary for K = Kc = 122.2264.

System:L Gain: 120 Root Locus Pole: 9.44e-016+3.87i Damping: -2.44e-016 Overshoot (%): 100 Frequency (rad/s): 387 4 -5 9 8-65

From the root locus plot, it is observed that for K = 122.2264 the roots are purely imaginary.

Add a comment
Know the answer?
Add Answer to:
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...
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