フィルターのクリア

How can i tune Q and R parameters of a LQI controller?

14 ビュー (過去 30 日間)
Volcano
Volcano 2023 年 12 月 4 日
コメント済み: Sam Chak 2023 年 12 月 4 日
Hi,
I benefit from the MATLAB's built-in function -lqi- to obtain a control input. In my design, i have only one input, however number of outputs is 2. I tried many of random number to tune my controller, unfortunately, i cannot find an optimal parameter set. Is there any way to determine Q and R weights of the LQI controller? I neglected N parameter for this design.
My state space representation is given below:
A = [-7.1167,-0.9680,0,0;...
3.3952,-11.2172,0,0;...
0,1.0000,0,0;...
13.5556,0,13.5556,0];
B = [3.5583; 44.2877; 0; 0];
C = [0,0,1,0;...
0,0,0,1];
I am trying to follow step input. May you help me to solve this problem?
Thanks,
  3 件のコメント
Volcano
Volcano 2023 年 12 月 4 日
Yes. I integrate the errors between reference signals and system outputs. Each output should track the step input. Then, i will change the step input as a different reference signal.
Sam Chak
Sam Chak 2023 年 12 月 4 日
Hi @Volcano, are you intending to design a single feedback controller, u? This controller would be a function of the states, reference, and reference, denoted as . Moreover, and should independently track their respective reference signals.

サインインしてコメントする。

回答 (1 件)

Paul
Paul 2023 年 12 月 4 日
This Answer thread may be of interest. Among other things, it shows how to use the Symmetric Root Locus (SRL) technique to design LQI controllers. The problem in this question is higher order and so the SRL method might be a bit more difficult to apply, but it might be a place to start. A Google search on Symmetric Root Locus will bring up a lot of information as well. It's just one method for desiging the Q and R matrices (actually only Q the matrix).

カテゴリ

Help Center および File ExchangeClassical Control Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by