How can I use simulink to solve the algebraic Riccati equation?

25 ビュー (過去 30 日間)
max
max 2013 年 3 月 11 日
コメント済み: Sam Chak 2025 年 1 月 24 日 5:57
Hi,
I need to use simulink to solve the algebraic Riccati equation. How can I do?
I 'm using the LQR for vibrations control.
  3 件のコメント
burak ergocmen
burak ergocmen 2017 年 9 月 25 日
移動済み: Walter Roberson 2025 年 1 月 24 日 0:03
do you find any answer to your question
Sam Chak
Sam Chak 2025 年 1 月 24 日 5:57

Look up "State-dependent Riccati equation techniques". There is no textbook dedicated for this single topic. You probably have to read hundreds of journal papers to get the gist of the advanced controller.

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

回答 (2 件)

Kshitij Kadiya
Kshitij Kadiya 2020 年 11 月 22 日
I'm not sure if this helps any of you but I'm posting for anyone new who lands on this page as I did when I needed to do this.
You can use
coder.extrinsic('icare')
inside your matlab function from simulink.
Beware though that you will have to initiate the variable you plan to assign the output to. Have a look at extrinsic functions help page.

Shashank Prasanna
Shashank Prasanna 2013 年 3 月 11 日
You will always solve the Riccati equation offline to compute your LQR gain matrix. You will then use your gain matrix in the simulation in Simulink.
You can solve your LQR Riccati equation by just calling LQR command in the Control Systems Toolbox:
If you want a generic solver use CARE:
  1 件のコメント
Shashank Prasanna
Shashank Prasanna 2013 年 3 月 12 日
I believe you can use s-functions to implement the same in matlab and include it in simulink

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

Community Treasure Hunt

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

Start Hunting!

Translated by