How to specify a nonlinear mpc controller for continuous time delay differential equation state function?
6 次查看(过去 30 天)
显示 更早的评论
I have a system of continuous-time nonlinear delay differential equations with two states and two explicit time delays. I would like to build a nonlinear mpc controller for this system, but I am not sure how to write a state function with time delays.
The system:

Where
are the state varaibles,
are constants, u is the manipulated variable, and
are the continuous-time nonlinear state equations.



Is this possible to do using nlmpc ?
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2023-3-14
You can basically add states to help model the delays. So your new discretized state vector would be [x(k) y(k) x(k-1) y(k-1) ... x(k-tau1/Ts) y(t-tau2/Ts)]. Then you can use the respective state function with nlmpc.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Predictive Control Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!