Maximization of the sum of mutual information terms

miggimig
Messages
3
Reaction score
0
I would like to compute the power distribution that maximizes the sum data rate of a certain communication scheme. The expression follows from the sum of the rate of four messages which interfere with each other. A certain amount of power (here 1 Watt) is assigned to these messages, and there is a further constraint on the sum rate of the first three messages.

\begin{equation}<br /> \begin{split}<br /> &amp; \mathrm{maximize} \qquad \underbrace{\log_2\det \left( 1 + \frac{p_{1}}{ p_{2} + \lambda(p_{3}+p_{4}) + \sigma^2} \right)}_{R_{1}} \\<br /> &amp;\qquad\qquad\qquad + \underbrace{\log_2\det \left( 1 + \frac{p_{3}}{p_{4} + \lambda p_{2}+\sigma^2} \right)}_{R_{3}}\\<br /> &amp;\qquad\qquad\qquad + \underbrace{\log_2\det \left( 1 + \frac{p_{2}}{\lambda<br /> p_{4}+\sigma^2} \right)}_{R_{2}}<br /> + \underbrace{\log_2\det \left( 1 + \frac{p_{4}}{\sigma^2} \right)}_{R_{4}}<br /> \\<br /> &amp; \mathrm{subject\ to}\qquad p_{1}+p_{2} \leq 1;\ p_{3}+p_{4} \leq 1;\ R_{1}+R_{2}+R_{3} \leq 1<br /> \end{split}<br /> \end{equation}

The problem is not convex. However, I still would like to find the optimal power assignment p_1, p_2, p_3, p_4. I have little knowledge of optimization techniques, therefore I would be happy about any advice how to proceed.

My first idea is, to test if the function is quasi-convex, but I do not know how to proof this property.

I also would be very happy about concrete advices which technique or solver is suitable to find the solution.

If the second constraint is a big problem, I would also be happy to find the optimal power assignment for the relaxed problem without this constraint.

Thank you very much for your attention!

Michael
 
Mathematics news on Phys.org
You could start and compute the function value at the vertices, take the maximal vertex, and see if they increase or decrease if you leave this point. Another idea is to use Lagrange multipliers.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top