필터 지우기
필터 지우기

What is the script code of the PI controller with saturation and rate limiter in the ode form?

조회 수: 2 (최근 30일)
I want to implement below box in the script form. How to do it? I converted the PI block in ode as
du/dt = Wt_rated - wt;
B_ref = Kp *(Wt_rated - wt) + Ki *u
where wt is coming from another ode equation
dwt/dt= (Pt - Pg)/wt;
But I don't able to code saturation and rate limiter block.
Also how to code hysteresis comparator?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by