About the MPC controller's input to md
14 views (last 30 days)
Show older comments
I thought I would ask you a question as I have been having some questions in creating a block diagram using MPC controller in simulink. My predecessor in my research put (target value - output from control target) plus (-1/s) into md (measurement disturbance), but I don't understand what this process is doing. If anyone can help me, I would appreciate an answer. If it is easier to understand if you provide a detailed block diagram or other information, I will provide it later. Thank you in advance for your cooperation in this matter.
0 Comments
Answers (1)
Vinay
on 15 Dec 2024 at 20:56
The 'Measurement Disturbance' in the 'MPC' block are the unexpected changes affecting the system.
(Target value - Output from control target) is the error signal defining how far the output of the system is from the reference value.
The represents the integation in time domain and thus represents inegrating disturbance over the time.
The expression models the error signal with the integrated disturbance.This will help the control system to model the effect of the internal disturbances causing the error in the system.
Kindly refer to the below documentation of 'MPC Controller'
I hope this helps!
0 Comments
See Also
Categories
Find more on Controller Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!