Bypassing the internal (Linear) observer in MPC toolbox 3
조회 수: 2 (최근 30일)
이전 댓글 표시
I wish to use my designed non-linear Observer with the MPC block (MPC toolbox v3.1)for the real-time control of a system. However, the MPC block contains its own linear observer for state estimation.
How can I bypass (disable) the internal linear observer of the MPC block in Simulink for real-time implementation.
댓글 수: 0
답변 (1개)
Bill Tubbs
2021년 5월 24일
편집: Bill Tubbs
2021년 5월 24일
Might be 10 years too late but I had this question and it looks like you can set the following check box below in the Simulink MPC block parameters:
When I did this, the usual 'measured output' inport is replaced with an inport labelled `x[k|k]` for the state estimates from some other observer.
[I'm using MATLAB 2019b.]
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Refinement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!