How Can I Plot the Bode Diagram of This open loop transfer function?

조회 수: 10 (최근 30일)
Kristoffer Andersson
Kristoffer Andersson 2020년 2월 27일
댓글: Kristoffer Andersson 2020년 3월 4일
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)

답변 (1개)

Prabhan Purwar
Prabhan Purwar 2020년 3월 2일
Hi,
Kindly have a look at the following link:
Hope it helps!!
  댓글 수: 1
Kristoffer Andersson
Kristoffer Andersson 2020년 3월 4일
That helps, I actually used this side to wolve the problem last week, thank you for the reply!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by