Simulink for Observer-Based Control

조회 수: 6 (최근 30일)
Jason Blais
Jason Blais 2015년 3월 29일
I'm trying to build a simulink model for an inverted pendulum using an observer-based LQR controller. For details, you may refer to the following website (the observer-based controller section starts about half-way) Inverted Pendulum Model
As a summary, I have a model for the pendulum system:
x' = Ax + Bu where A is 4x4, B is 4x1
y = Cx + Du where C is 2x4, D is the zero matrix
Moreover, the model for the estimator is
z' = (A-LC)z + Bu + Ly where L is a 4x2 matrix
I have been able to construct most of my Simulink model thus far (I defined my A matrix for the estimator as A-LC) with image attached. Note that u=-Kx represents the LQR controller.
I haven't been able to figure out how to add "Ly" into my estimator model. I have tried various ways unsuccessfully, hopefully someone is able to help, many thanks!

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by