LQG Control

조회 수: 10 (최근 30일)
Samantha Jones
Samantha Jones 2012년 4월 28일
I was having difficulties understanding how to create a LQG control for the following ss system
dx/dt = [-0.5, 0 ; 0, -1]x + [1, 1 ;-.1633,0.1225]u + w
y = [0.5 0;0,1]x+v
with a weighting function with Q = [1,0;0,10] R=[1,0;0,1] and E[w w']= [0.2,0;0,0.2] and E[v v']=[0.1,0;0,0.1]
to drive the system to a setpoint of y=[3.8;1.75] instead of the typical 0 ss at [3.5,1.57].
I tried creating optimal feed back gain K using lqi and then determining the Kalman filter but was unsure what Qn and Rn are. I am new to matlab and so not familiar with the commands so any help would be much appreciated

채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2012년 4월 30일
Take a look at the lqg function, and follow the example.
HTH. Arkadiy

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by