Which block in simulink library should I choose for the H_infinity controller.

I've got this pic that I found in my search implementation of an H-infinity controller and a boost converter:
My question, is how to choose the H_infinity block from the library of simulink? and what is the block connected to it in its right hand side, how is it called?
Thanks!

댓글 수: 1

Aquatris
Aquatris 2024년 7월 15일
편집: Aquatris 2024년 7월 15일
It probably is a custom subsystem which probably has a state space block inside. So you cannot find it in the library of simulink unless it is added as a custom library block.
You can see the down arrow symbol at the left bottom side of the block, which indicates it is a subsystem.
As for the signal connecting from the right side to the block, as with any other feedback controllers, it is connected to the error signal, which in this case a step block (reference signal) minus the output of your system.

댓글을 달려면 로그인하십시오.

답변 (1개)

Vinay
Vinay 2025년 1월 20일
The "H_Infinity controller" can be implemented using the "hinfsyn" function. The following Simulink example implements the H-infinity controller.
I hope this helps!

카테고리

도움말 센터File Exchange에서 Create System Objects에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2024년 7월 15일

답변:

2025년 1월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by