フィルターのクリア

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

3 ビュー (過去 30 日間)
Sol Elec
Sol Elec 2023 年 11 月 17 日
編集済み: Sol Elec 2023 年 11 月 17 日
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 Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by