H-infinity filtering in YALMIP

103 views
Skip to first unread message

muhammad Atif

unread,
Mar 7, 2020, 11:10:46 PM3/7/20
to YALMIP
Can anybody help me to design this H-infinity filtering problem in YALMIP Matlab. any reference or related coding examples. Thanks in advance
Capture.JPG

Johan Löfberg

unread,
Mar 8, 2020, 12:59:57 AM3/8/20
to YALMIP
Where are you stuck? it looks pretty basic

only important thing is to replace gamma^2 with a new variable to make it linear
Message has been deleted

Johan Löfberg

unread,
Mar 28, 2020, 3:56:08 AM3/28/20
to YALMIP
You re not setting up an LMI as you appear to think.

You have bilinear stuff in Sys1 and Sys2  coming for instance from the product Bf'*P12

>> D'*Bf1'*P12
Bilinear matrix variable 1x4 (full, real, 14 variables)
Coeffiecient range: 0.1 to 0.1

Hence, you cannot solve this problem (bilinear semidefinite programming is much much harder than linear, and there is basically no tractable way to solve them unless you develop your own dedicated solver).

BTW, once you actually want to solve a linear SDP, install a better SDP solver and don't use lmilab.Best you can do is to install mosek.

Reply all
Reply to author
Forward
0 new messages