finding PM and GM for a system
Show older comments
I need help finding PM and GM for this system.
Here is what I have so far, but I'm not sure if its right for the PM and GM. I tried a couple things, and this is the first that didn't give me an error, but the numbers just seem wrong.
Any help is appreciated!
% Part 1 - plot nyquist plot for K=900 G = tf([900],conv([1 10],[1 4 4])); figure(1) nyquist(G); xlim([-5 1])
% Part 2 - plot bode plot for transfer function figure(2) bode(G) [Gm,Pm,Wcg,Wcp] = margin(G) display(Gm); display(Pm);
Accepted Answer
More Answers (0)
Categories
Find more on Plot Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


