MPC toolbox disturbance input
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm looking at the default MPC structure inside the MPC toolbox. Why does it assume the measured disturbances affect the MPC model or it only means the MPC toolbox has a copy of the MD model and it's not really affecting the controller itself per se?
0 Kommentare
Antworten (1)
Shubham
am 27 Aug. 2024
Bearbeitet: Shubham
am 28 Aug. 2024
Hi Deepayan,
In Model Predictive Control (MPC), Measured Disturbances (MDs) are external signals that can affect the plant output and are known in advance during the control horizon. By incorporating MDs into the MPC controller design, the controller can anticipate these disturbances and adjust its actions to maintain the desired output performance.
The Plant model in MPC represents the actual system dynamics. Including MDs in the model ensures that disturbances realistically affect the plant's state and output during simulations, which mirrors real-world behaviour. This accurate representation is crucial for reliable system identification and effective real-time operation.
When MDs are included in the controller, it can predict future plant outputs more accurately. Knowing when a disturbance will occur allows the controller to proactively adjust its actions to mitigate the disturbance's impact. Although disturbances are part of the plant model, the controller needs explicit knowledge of these MDs to compute optimal control inputs effectively, as MPC relies on predicting future system states based on these disturbances.
Refer to the following MATLAB documentation link for "Model Predictive Control of Multi-Input Single-Output Plant" which describes how both plant and controller use “Measured Disturbances”:
Hope this helps.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Model Predictive Control Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!