Which block in simulink library should I choose for the H_infinity controller.
8 次查看(过去 30 天)
显示 更早的评论
I've got this pic that I found in my search implementation of an H-infinity controller and a boost converter:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1734288/image.gif)
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
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
2025-1-20,8:03
The "H_Infinity controller" can be implemented using the "hinfsyn" function. The following Simulink example implements the H-infinity controller.
I hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Robust Control Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!