Hi,

I am trying to use CVX to implementing the antenna selection problem proposed in the following paper:

A. Dua, K. Medepalli e A. Paulraj, "Receive antenna selection in MIMO systems using convex optimization", IEEE Transactions on Wireless Communications, vol. 5, n.o 9, pp. 2353-2357, 2006.

The problem consists of a channel maximization problem, described as follows:

cvx_begin

    variable x(Mr)

    maximize( log_det( eye(Mr) + EbN0*diag(x)*Hfull*Hfull' )/(log(2)) )

    subject to

        0

Similar questions and discussions