Filter löschen
Filter löschen

Neimark D-partition method

2 Ansichten (letzte 30 Tage)
Sarunas Z.
Sarunas Z. am 11 Dez. 2011
Hi, Maybe, someone will have advice for me. I am making PID regulator and use Neimark D-partition method, because in my opinion it is easy. But i have problem, because I don't know how need to draw D-curve. Maybe is special function in matlab, which draw D-curve.
My code is:
sys=tf([-88],[1 0 -6540]);
w=[0:0.001:100];
phase_margin=30;
k=-((w.*j).^2-6540)./((-88)*exp(-phase_margin*j));
ki=-(((w.*j).^2-6540).*w.*j)./((-88)*exp(-phase_margin*j));
And I don't know how need to write futher code, which will draw D-curve. I tryed to use plot() function, But my attempt was not successful.
  1 Kommentar
Walter Roberson
Walter Roberson am 11 Dez. 2011
http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by