Simulink H-infinity controller
7 views (last 30 days)
Show older comments
Hello,
I'm trying to model a qLPV system with a qLPV H-infinity synthesized controller in Simulink. The system has to track a reference trajectory.
The system is a 2-input 2-output parameter varying system.
In an Interpreted MATLAB Function block (in Simulink) I take in the error and the parameters, which are related to the outputs of the qLPV system. I define my affine parameter-dependent model, form the plant interconnection using sconnect, synthesize the gain-scheduled controller with hinfgs.m, then compute the gain matrix using Kp=psinfo(pdK,'eval',polydec(pv,[p1,p2])).
I'm not sure how to get my control from the compute gain matrix. The gain matrix is quite large and this function block should only output a 2x1 vector (the controls to the qLPV plant).
If anyone has experience with this type of modeling or can offer any sort of advice, then I would be very grateful if you wouldn't mind to share with me.
Thank you.
0 Comments
Answers (0)
See Also
Categories
Find more on H-Infinity Synthesis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!