- https://in.mathworks.com/help/control/ref/bode.html (Examples regarding bode plot)
How Can I Plot the Bode Diagram of This open loop transfer function?
10 次查看(过去 30 天)
显示 更早的评论
K1 = 0.0300147; %Gain
T1 = 0.009; %s
K2 = 1.2
Ta = 1.67e-3; % s
Tb = 0.88e-3; % s
T2 = Ta + Tb; % s
T3 = 2.45;
K3 = 0.02041; %pu
K4 = 1;
H(s) = K1*((1+T1*s)/T1*s)*K2/(1+T2*s)*(T3*s)/(K3*T3*s(1+T1*s)+K4^2)
0 个评论
回答(1 个)
Prabhan Purwar
2020-3-2
Hi,
Kindly have a look at the following link:
Hope it helps!!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Control System Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!