|
Algorithm 3 Alternating optimization for solving Problem (30) |
-
1:
Initialize iteration index and the satisfying the constraints in (15).
-
2:
while The improvement of is higher than a predefined threshold
do.
-
3:
Solve Problem (16) given and obtain the optimal solution .
-
4:
Solve Problem (27) given and obtain the optimal solution .
-
5:
Solve Problem (30) given and obtain the optimal solution .
-
6:
Update .
-
7:
return The optimal beamwidth , transmit power , and EH time ratio .
|