model predictive control disturbance model ?
3 ビュー (過去 30 日間)
古いコメントを表示
i had added the simulink file and mpcdesigner seession in this script. The model is working as intended but the problem is that i had taken measured disturbance in the model. I want to take the effects of these measured distrubances and also find the disturbance model (in state space form or any like the linearized plant model ). Is there any method to find the diisturbance model from matlab/simulink itself. Also if available can you please share the mathematics and modelling behind the simulink linear mpc block?
0 件のコメント
採用された回答
Sarthak
2024 年 4 月 17 日
Hello Aman,
As the documentation of the block suggests, it computes the optimal manipulated variable (mv) by solving a quadratic programming problem using either the default KWIK solver or a custom QP solver. You can read more about QP Solvers in the documentation link below which might give you more clarity on the modelling and mathematics behind it:
Regarding finding the disturbance model, please refer to the following documentations which should point you to the right direction:
Hope this helps!
0 件のコメント
その他の回答 (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!