Question

Consider a simple direct current motor with transfer function 10 P(s) = 2s2+s (a) Plot a Bode plot for the plants transfer f

Please help as much as you can, I want to use this probem as a study guide for the final so any and all help / code is super appreciatted. Thanks

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

matlab plot all parts:

clc;

clear all;

s=tf('s');

p=10/(2*s^2+s);% plant

gc=1.1*(s+19.3847);%controller

margin(p);grid % bode plot without controller

figure

margin(p*gc);grid%bode plot with controller

pcl=bandwidth(feedback(p*gc,1));%closed loop transfer function bandwidth

disp(pcl);

figure

step(feedback(p*gc,1));grid % step response

Add a comment
Know the answer?
Add Answer to:
Please help as much as you can, I want to use this probem as a study guide for the final so any and all help / code is super appreciatted. Thanks Consider a simple direct current motor with transfer...
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
  • please use MATLAB, screenshot the code and the plots. Answer all parts. Laboratory description: The speed...

    please use MATLAB, screenshot the code and the plots. Answer all parts. Laboratory description: The speed control of a high-speed train is represented by the system shown in Figure 1. The transfer function of the train dynamics is as follows. G(s) = 2 + 10s + 20 Laboratory assignment: Part A. For the open-loop system described by the following block diagram, assume that the input r(t) is a unit step. (1) Compute the steady-state system output Yss. (2) Find the...

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