Error using cvx
Have you proven that the log term in r_k is concave w.r.t the variable W? I will assume it is not until you show otherwise.
Your h is log which is nondecreasing. So if g is concave (the rule above the highlighted rule), f is concave. That rule is implemented in CVX: log(concave) is concave. Yours is log(convex).
You are right.
I didn’t notice the non-increasing phrase in highlighted part.
I used the presented lemma in the
https://ieeexplore.ieee.org/document/8972400 paper to solve my problem.
In this paper, before Eq. (9)(10), problem P1.3 or P1.5 is convex, and on the other hand, maximized the cost function!! I was confused because of this.



