필터 지우기
필터 지우기

model predictive control disturbance model ?

조회 수: 5 (최근 30일)
AMAN
AMAN 2024년 4월 5일
답변: Sarthak 2024년 4월 17일
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?

답변 (1개)

Sarthak
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!

카테고리

Help CenterFile Exchange에서 Linear Plant Specification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by