12+ Best Free Blogger Templates 2022-Top Best Free Blogger Templates-Download Now

Stability Analysis using BODE Plot - MATLAB

0 min read

Program:

clc;
num = [15 75];
den = [1 16 100 0];
sys =tf(num,den);
bode(sys)
title('Bode Diagram');
margin(sys);
[Gm,Pm,Wpc,Wgc]=margin(sys);






ONE LINE COMMAND









Sharing is Caring!

You may like these posts

Post a Comment