About the MPC controller's input to md

조회 수: 18 (최근 30일)
Taiga
Taiga 2024년 12월 15일
댓글: Taiga 2024년 12월 18일
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.

답변 (1개)

Vinay
Vinay 2024년 12월 15일
Hi @Taiga,
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!
  댓글 수: 1
Taiga
Taiga 2024년 12월 18일
Hi,Vinay. Thank you for answering. I understand due to your answer!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Controller Creation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by