How to implement a convex optimization problem in MATLAB using CVX
이전 댓글 표시
I have the following optimization problem,

Where, R is a known matrix and V is a (N+1)*(N+1) size positive definite matrix.
V can be defined as v'(v')^H where v'= [v^T , t]^T and v=[exp(-j phi1),exp(-j phi2)...exp(-j phiN)]^T.
I need to solve above formulated problem using CVX in matlab.
Here, (.)^T and (.)^H corresponds to transpose and hermitian respectively. And t is an auxiliary variable.
댓글 수: 1
Torsten
2023년 5월 5일
Is it obvious that tr(R*V) is real-valued ?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!