필터 지우기
필터 지우기

Disturbance Transfer Function in Matlab Workspace

조회 수: 9 (최근 30일)
Leandro  Cavalheiro
Leandro Cavalheiro 2018년 6월 29일
If I had a system like this
and I wanted to create a transfer function block for X(s)/Xsp(s), I could do:
M1 = Km*Gc(PID)*Gv*Gp2;
M2 = Gm;
G = feedback(M1,M2);
but if I had this:
what would my code be like in order to write X(s)/X1(s)? I know it's Gp1/(1+Gc*Gv*Gp2*Gm) but how do I create the tf block the way I did before?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by