Question

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

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

Dominanr LS.loni 180 tan 25 USc 01 A 28 21 (s 3335) 4 Kp_ 0-1428× 1.3335:11905

I have used MATLAB to plot the closed loop locations of the poles and the root locus plot.

MATLAB code is given below in bold letters.

clc;
close all;
clear all;


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

% define the controller transfer function
Gc = 0.1428*(s+1.3335);

% define the plant transfer function
Gp = 21/(s*(s+1)*(s+3));

% plot the closed loop system poles
figure;
pzmap(feedback(Gc*Gp,1));


% root locus plot
figure;
rlocus(Gc*Gp);

pole zero map:
Pole-Zero Map 0.8 0.6 0.4 to 8 0.2 2 0.2 0.4ト -0.6 -0.8 㟖 0.5 1.5 -2 2.5 Real Axis (seconds)

root locus:

Root Locus 6 4 2 -6 0.5 -8 3.5 0.5 2.5 -3 Real Axis (seconds)

the closed loop poles are stable from the root locus plot.

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