Skip to main content

Energy efficient power allocation strategy for 5G carrier aggregation scenario

Abstract

Carrier aggregation (CA) is considered to be a potential technology in next generation wireless communications. While boosting system throughput, CA has also put forward challenges to the resource allocation problems. In this paper, we firstly construct the energy efficiency optimization problem and prove that the function is strictly quasi concave. Then we propose a binary search-based power allocation algorithm to solve the strictly quasi concave optimization problem. Simulation results show that the proposed algorithm can greatly improve the system energy efficiency while keeping low computation complexity.

1 Introduction

The next generation wireless communication system should meet the characteristic of 1G+ bits per second data rate to meet the requirements of various high-speed multimedia applications. To achieve this goal, the use of a larger bandwidth for transmission becomes the most direct way to boost transmission rate. But a large segment of continuous spectrum is not available easily for most of the wireless network operators due to the practical constraints, which makes the effective use of a plurality of non-continuous frequency spectrum a viable alternative option. The international standardization organization, for example 3GPP, has carried out research on spectrum expansion technologies, which is called carrier aggregation (CA) [1]. With CA, multiple spectrum fragments, whether continuous or not, can be aggregated together to be used by single user, which can substantially improve single user’s peak data rate. Thanks to its high spectral efficiency, except for cognitive radios [2, 3], millimeter-wave communication [4], it is likely that carrier aggregation technology will also play an important role in future 5G wireless networks.

Though CA technology has significantly improved the system throughput, it has also increased the complexity of resource scheduling for the network. In addition, due to that multiple component carriers are used by the UE simultaneously, more transmission power will be consumed by the eNodeB as well as by the UE [5]. Therefore, energy-saving problem cannot be ignored for carrier aggregation and it is necessary to reduce the extra energy consumed by CA operation, thus reduce the carbon emission and contribute to green communication. Up to now, there are few researches on energy efficiency optimization algorithm focusing on power allocation in carrier aggregation systems. With respect to energy efficiency optimization for CA systems, there are mainly two kinds of algorithms. For the first one, it is assumed that the collection of resource blocks occupied by each user is known [6] and then the power allocation is performed. For the second one, the users’ target data rate is constraint, and then the power and resource block are jointly allocated [7]. Because of these non-practical assumptions, these two kinds of optimization methods cannot be applied to the practical systems.

In this paper, we have proposed a binary search-based power allocation scheme for CA systems, which can greatly improves the energy efficiency of carrier aggregation system while keep low computation complexity at the base station.

2 System model and problem formulation

2.1 System model

Consider a single cell network model with a total of K users and N CCs. Each CC is composed of M PRBs each with bandwidth B. Define \( \mathcal{K}=\left\{1,2,\dots, K\right\} \), \( \mathcal{N}=\left\{1,2,\dots, N\right\} \), and  = {1, 2,  … , M} as the user set, CC set, and PRB set, respectively. Indicator variable c k , n , m  {0, 1} is used to indicate the relationships among the CCs, the users, and the PRBs, where value “1” indicates that PRB # m of CC # n is allocated to user # k and value “0” indicates the opposite. There is a rule that each PRB can only be assigned to single user at any moment.

According to the Shannon formula, the throughput that user # k can obtain from PRB # m of CC # n can be written as:

$$ {r}_{k,n,m}=B{\mathrm{log}}_2\left(1+\frac{p_{k,n,m}\times {g}_{k,n,m}}{{\mathrm{BN}}_0}\right) $$
(1)

where p k , n , m  ≥ 0 is the transmit power of the base station, g k , n , m is the channel gain, and N 0 is additive white Gaussian noise(AWGN) power spectral density.

Based on Eq. 1 and the definition of c k , n , m , we can obtain the total system throughput by summing up the transmission rate of all the users as following:

$$ R=\sum_{k=1}^K\sum_{n=1}^N\sum_{m=1}^M{r}_{k,n,m}\times {c}_{k,n,m} $$
(2)

The power consumption of the base station is the sum of the power consumption of each user on each resource block of each carrier, which can be expressed as follows:

$$ {P}_{\mathrm{BS}}=\sum_{k=1}^K\sum_{n=1}^N\sum_{m=1}^M{p}_{k,n,m}\times {c}_{k,n,m} $$
(3)

where p k , n , m is the base station’s transmit power on PRB # m of CC # n for user k .

In addition to transmit power, there is also other extra power consumption at the base station, such as the energy consumption of air conditioning and cooling facilities. Considering that this kind of power consumption is irrelevant to the radio transmission and is steady during a long period of time, we model it as a constant P C . Without losing generality, the energy efficiency is defined as the number of bits that are transmitted per joule:

$$ {\eta}_{\mathrm{EE}}=\frac{R}{P_{\mathrm{BS}}+{P}_C} $$
(4)

According to Eqs. 2, 3, and 4, we can obtain the energy efficiency optimization problem for carrier aggregation system, which is modeled as problem P:

$$ {\displaystyle \begin{array}{l}P:\max \frac{\sum \limits_{k=1}^K\sum \limits_{n=1}^N\sum \limits_{m=1}^M{r}_{k,n,m}\times {c}_{k,n,m}}{P_{\mathrm{BS}}+{P}_C}\\ {}\mathrm{st}.\\ {}{P}_{\mathrm{BS}}\le {P}_{\mathrm{max}}\kern8.9em (C1)\\ {}\sum \limits_{k=1}^K{c}_{k,n,m}\le 1,\forall n,m\kern5.2em (C2)\\ {}\sum \limits_{n=1}^N\tau \left(\sum \limits_{m=1}^M{c}_{k,n,m}\right)\le T,\forall k\kern2.8em (C3)\\ {}{c}_{k,n,m}\in \left\{0,1\right\},{p}_{k,n,m}\ge 0,\forall k,n,m\kern0.3em (C4)\end{array}} $$
(5)

where P max is the maximum transmit power of the base station. Function τ(x) is defined as following:

$$ \tau (x)=\left\{\begin{array}{l}1,\kern1.25em x>0\\ {}0,\kern1.25em x=0\end{array}\right. $$
(6)

The constraint condition C2 limits the maximum number of CCs that each user can aggregate simultaneously. It is specified that by 3GPP that the largest number of CCs each user can aggregate should be no more than 5 [1]. Therefore, throughout this paper, the value of T is set to less than or equal to 5. The constraint condition C4 guarantees the effectiveness of the indicator variable as well as the transmit power.

2.2 Problem analysis

Because of the existence of 0–1 indicating variables, the scope of the constrained optimization problem presented in 5 is not convex. At the same time, since the base station’s transmit power, P BS, appears both in the numerator and in the denominator of the optimization objective function, the optimization objective function is not convex. According to the above observations, the optimization problem as given in Eq. 5 is not a convex optimization problem, and it is not solved by convex optimization theory.

To solve this kind of non-convex optimization problem, reference [8] adopted a fixed value of base station transmission power and expanded the range of indicator variable c k , n , m from discrete value of 0 or 1 to continuous real numbers that range in [0, 1], and then convex optimization theory was used to solve the problem [9]. Since too many approximate operations are used in the above schemes, the accuracy of the solution is not fine enough. Furthermore, the total number of resource blocks is much larger for 5G carrier aggregation systems than that of the LTE systems, so the computing complexity of the scheme is too high and it cannot be effectively applied in the realistic 5G communication systems.

Assume that the total transmit power of the base station is a fixed value, which is denoted by P BS, then the optimization problem presented by Eq. 5 is reduced to a resource allocation optimization problem that under fixed given transmit power value.

$$ {\displaystyle \begin{array}{l}{R}_{\mathrm{max}}\left({P}_{\mathrm{BS}}\right)=\max \sum \limits_{k=1}^K\sum \limits_{n=1}^N\sum \limits_{m=1}^M{r}_{k,n,m}\times {c}_{k,n,m}\\ {}\mathrm{st}.\\ {}\sum \limits_{k=1}^K\sum \limits_{n=1}^N\sum \limits_{m=1}^M{p}_{k,n,m}\times {c}_{k,n,m}={P}_{\mathrm{BS}}\kern1em \left(\mathrm{C}1\right)\\ {}\sum \limits_{k=1}^K{c}_{k,n,m}\le 1,\forall n,m\kern7.71em (C2)\\ {}\sum \limits_{n=1}^N\tau \left(\sum \limits_{m=1}^M{c}_{k,n,m}\right)\le T,\forall k\kern6em (C3)\\ {}{c}_{k,n,m}\in \left\{0,1\right\},{p}_{k,n,m}\ge 0,\forall k,n,m\kern2.5em (C4)\end{array}} $$
(7)

where R max(P BS) represents the maximum data rate of the carrier aggregation system under determined P BS value. The definition of c k , n , m , r k , n , m, and τ function are the same with that of optimization problem (Eq. 5).

On the basis of Eq. 7, we define the optimal energy efficiency of the carrier aggregation system under determined base station transmit power P BS, which is:

$$ {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right)\triangleq \frac{R_{\mathrm{max}}\left({P}_{\mathrm{BS}}\right)}{P_{\mathrm{BS}}+{P}_C} $$
(8)

Based on the above analysis, we can see that the optimization problem (Eq. 5) is equivalent to solving the following constraint optimization problem:

$$ {\eta}_{\mathrm{EE}}^{\ast }=\underset{0\le {P}_{\mathrm{BS}}\le {P}_{\mathrm{max}}}{\max }{\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) $$
(9)

where the constraint conditions are the same with that in the optimization problem (Eq. 7). For the newly constructed optimization problem (Eq. 9), the most direct method is traversing all of the possible base station transmit power values to obtain the optimal power allocation scheme that has the highest energy efficiency using water-filling theorem. At last, find the power allocation scheme that has the highest energy efficiency from all possible power allocation schemes, then the optimization problem is solved.

3 Power allocation scheme

Considering that the base station’s transmission power, P BS, has real value, if we aim at traversing all P BS values at equal intervals in [0, P max], the step must be set small enough to ensure sufficient accuracy. That is to say, we should solve the optimization problem for a large number of transmit power values. Obviously, the complexity of the algorithm is too high, so we need to optimize it with low complexity method.

Through in-depth analysis of the optimization problem (Eq. 9), we find that \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) is a strictly quasi concave function on P BS (please see Appendix for the proof). It means that \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) has only one local optimal solution, and the local optimal solution is also global optimal. For this kind of optimization problems, the literature [8] proposed an iterative algorithm based on extreme point idea, which adopted a large number of approximate operations that greatly increased the algorithm’s time and space overhead. Considering this, we in this paper propose a binary search-based power allocation algorithm (BSPAA), which can provide high precision without too much iterations.

Assume that the number of users in the system is K and the user set is \( \mathcal{K}=\left\{1,2,\dots, K\right\} \). Since the resource allocation scheme has already been determined, it is not necessary to distinguish which component carrier each resource block belongs to, i.e., we can consider all of the resource blocks as a set, which is denoted as \( \mathcal{N}=\left\{1,2,\dots, N\right\} \). Defined p k , n as the transmission power allocated to user #k on resource block #n and c k , n as the indication whether the resource block #n is assigned to user #k, where value 1 represents “yes” and value “0” represents “no”.

According to the Shannon formula, the transmission rate of the user #k on the resource block #n can be represented by the following formula:

$$ {r}_{k,n}=B{\mathrm{log}}_2\left(1+\frac{p_{k,n}\times {g}_{k,n}}{BN_0}\right) $$
(10)

where g k , n is the channel gain of user #k on resource block n. B is the bandwidth of a single resource block and N 0 is the Gauss white noise.

According to the Eq. 10, we can get the total downlink transmission rate of the carrier aggregation system:

$$ R=\sum_{k=1}^K\sum_{n=1}^N{r}_{k,n}\times {c}_{k,n} $$
(11)

According to above analysis, the energy efficiency optimization problem under fixed base station’s transmit power and determined resource block allocation scheme is equivalent to the optimization of the downlink transmission rate of the system, therefore we can get the following mathematical model:

$$ {\displaystyle \begin{array}{l}\max \sum \limits_{k=1}^K\sum \limits_{n=1}^N{r}_{k,n}\times {c}_{k,n}\\ {}\mathrm{st}.\\ {}\sum \limits_{k=1}^K{c}_{k,n}\le 1,\forall n\kern1.75em \left(\mathrm{C}1\right)\\ {}\sum \limits_{k=1}^K\sum \limits_{n=1}^N{p}_{k,n}=P\kern1em \left(\mathrm{C}2\right)\end{array}} $$
(12)

where r k , n is given by Eq. 10. Constraint C1 shows that one resource block can only be assigned to at most one user. Constraint C2 shows that the total transmit power of the base station is equal to the sum of the transmit power on all of the resource blocks.

Considering the above optimization problem, because the resource allocation scheme has been determined, the constraint C1 can be satisfied at any case and the above optimization problem can be reduced to the following form:

$$ {\displaystyle \begin{array}{l}\max \sum \limits_{k=1}^K\sum \limits_{n=1}^N{r}_{k,n}\times {c}_{k,n}\\ {}\mathrm{st}.\\ {}\sum \limits_{k=1}^K\sum \limits_{n=1}^N{p}_{k,n}=P\kern1.75em \left(\mathrm{C}1\right)\end{array}} $$
(13)

It is clear that above optimization problem is a typical convex optimization problem, and the constraint condition is equality, so we can solve the problem by water -filling theorem [10]. Defined λ k as the Lagrange multiplier of user #k, then we can get the transmission power allocated to user #k on resource block #n:

$$ {p}_{k.n}^{\ast }={\left(\frac{1}{\lambda_k}-\frac{N_0}{g_{k,n}}\right)}^{+} $$
(14)

In Eq. 14, x + equals to x when x is larger than 0, and x + equals to 0 when x is less than or equal to 0. The Lagrange multiplier, λ k , must satisfy the following inequality:

$$ \sum_{k=1}^K{\left(\frac{1}{\lambda_k}-\frac{N_0}{g_{k,n}}\right)}^{+}=P $$
(15)

It can be seen from Eqs. 14 and 15 that the optimal power allocation scheme can be solved as long as the value of Lagrange multiplier is determined. The solution of the Lagrange multiplier is usually achieved by binary search method, and the specific steps can be found in [10], which is not addressed in detail here.

Binary search algorithm can determine the total transmission power of the base station while water-filling can solve the problem of power allocation under fixed transmission power and determined resource allocation scheme. Combining binary search algorithm and water-filling method, we can adopt BSPAA algorithm to achieve the optimal resource allocation results, which is as follows:

  1. step1.

    Use GCSRAA algorithm to get the optimal resource allocation scheme \( \mathcal{A} \) .

  2. step2.

    Initialize all the parameters, including the lower limit of transmission power P lo = 0, the upper limit of transmission power P hi = 0, and the transmit power adjustment step Δ.

  3. step3.

    Set the initial transmit power of the base station to P cur = (P hi + P lo)/2.

  4. step4.

    Using water-filling based power allocation algorithm to calculate η EE(P cur − Δ), η EE(P cur), and η EE(P cur + Δ), i.e., the energy efficiency under the condition that the base station transmit power is P cur − Δ, P cur, and P cur + Δ, respectively.

  5. step5.

    If the energy efficiency values obtained in step3 satisfy the following inequality:

$$ {\displaystyle \begin{array}{l}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}-\Delta \right)\le {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\\ {}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}+\Delta \right)\le {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\end{array}} $$
(16)

it means that the energy efficiency under transmit power P cur is higher than that under transmit power P cur − Δ and P cur + Δ, so it can be declared that P cur is the global optimal solution if the adjustment step Δ is fine enough, then jump to step6.

Else if the energy efficiency values obtained in step3 satisfy the following inequality:

$$ {\displaystyle \begin{array}{l}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}-\Delta \right)\le {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\\ {}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}+\Delta \right)\ge {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\end{array}} $$
(17)

it means that the energy efficiency value is increasing under transmit power P cur, i.e., the local optimal solution is larger than P cur, so we can update the lower limit of the transmission power to P cur and then jump to step3.

Else if the energy efficiency values obtained in step3 satisfy the following inequality:

$$ {\displaystyle \begin{array}{l}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}-\Delta \right)\ge {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\\ {}{\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}+\Delta \right)\le {\eta}_{\mathrm{EE}}\left({P}_{\mathrm{cur}}\right)\end{array}} $$
(18)

it means that the energy efficiency value is decreasing under transmit power P cur, i.e., the local optimal solution is smaller than P cur, so we can update the upper limit of the transmission power to P cur and then jump to step3.

  1. step6.

    The algorithm ends. The current base station transmit power is the optimal value, and the corresponding power allocation scheme and resource allocation scheme are also the optimal strategy.

The algorithm is expressed in a flow chart as depicted in Fig. 1.

Fig. 1
figure 1

Energy efficiency optimization algorithm for carrier aggregation systems

4 Numerical results

This chapter focuses on the performance and complexity analysis of the binary search-based power allocation scheme for carrier aggregation systems, to prove that the BSPAA algorithm can obtain fairly good results with lower complexity. The basic parameters used in the simulation are shown in Table 1. In this paper, two kinds of classical resource allocation algorithms for carrier aggregation system are evaluated and compared: nonlinear programming resource allocation algorithm (NPRAA) [11] and Markov-based carrier selected and resource allocation algorithm (MCSRAA). In order to simplify the simulation results, the normalized system energy efficiency is adopted in the following simulations.

Table 1 Simulation parameters

Figure 2 shows the relationship between the energy efficiency of the system and the value of the base station transmission power under different constant extra power consumption values. In the simulation, the transmission power of the base station is exhaustively searched with 0.1 W search interval. As can be seen from the diagram, the energy efficiency of the system is a strictly quasi concave function of the base station transmission power. When the base station transmission power is about 10 W, the optimal system energy efficiency can be obtained. For the reason that the value of the additional power consumption is constant and independent to other system parameters, it cannot be optimized, so the bigger its value is, the smaller the energy efficiency can be obtained by the proposed algorithm.

Fig. 2
figure 2

System energy efficiency v.s. transmit power

Figure 3 shows the relationship between the system energy efficiency and the number of component carriers that can be occupied by a single user in a carrier aggregation system with total of 5 users. For users working in carrier aggregation mode, the more component carriers a user can occupy, the more resource blocks it can be assigned, and the higher transmission rate can be obtained, which can significantly improve the energy efficiency of the whole system. Therefore, all the three curves show an upward trend for the three cases that different maximal CCs a user can occupy simultaneously. In addition, the more carrier frequencies are used in the system, the more available resource blocks there will be, so the user is more likely to be assigned to more resources and the energy efficiency value increases faster.

Fig. 3
figure 3

System energy efficiency v.s. maximal CC that single user can occupy simultaneously

Figure 4 shows the relationship between the system energy efficiency and the transmission power of the base station, where the number of users is 5 and the maximum number of component carriers per user can occupy is also 5. As can be seen from the figure, the optimal performance can be achieved when the base station transmission power is about 10 W for 5, 10, and 15 carrier frequency cases, which is consistent with the observations obtained from Fig. 2. When the base station transmit power is small, increasing the transmission power of the base station can increase the power on the resource blocks assigned to the user and the transmission rate can be increased accordingly, which can improve the energy efficiency of the whole system. When the base station transmission power exceeds a certain value, the number of available resources in the system will be limited. Therefore, the energy efficiency of the system tends to be stable when increasing the transmission power of the base station. Based on the analysis of Fig. 4, it can be concluded that the higher the number of available carriers in the system, the higher the energy efficiency of the system will be.

Fig. 4
figure 4

System energy efficiency v.s.BS transmit power with different number of available carrier frequencies

Figure 5 shows the relationship between the system energy efficiency and the number of component carriers that single user can occupy simultaneously, where there are 15 available carrier frequencies and the base station transmission power is 10 W. For carrier aggregation users, the more component carriers a user can occupy, the more resource blocks can be assigned, and the higher transmission rate can be obtained, thereby the energy efficiency of the system can be significantly improved. Therefore, all the three curves show an upward trend. In addition, it can be seen from the figure that the energy efficiency optimization algorithm BSPAA proposed in this paper has achieved an average performance improvement of 11% compared with the NLPRAA algorithm, and an average performance improvement of 25% is obtained with respect to the MCSRAA algorithm. It can be concluded that the energy efficiency optimization algorithm proposed can get better results than the existing energy efficiency optimization algorithm, and has higher energy efficiency.

Fig. 5
figure 5

System energy efficiency v.s. maximal CC that a single user can occupy simultaneously

Figure 6 shows the computational complexity comparison between the energy efficiency optimization algorithm and the other two baseline algorithms. For the optimization algorithm proposed in this paper, because the resource allocation algorithm and the power allocation algorithm are executed independently, the total iteration number of the algorithm is the sum of that for the two sub algorithms. As can be seen from the figure, the algorithm proposed in this paper can reach 90% of the optimal performance after about 300 iterations, and the optimal performance can be obtained after about 400 iterations. However, the other two baseline algorithms can only achieve the optimal solution after 600 iterations, and the energy efficiency is far worse than the algorithm proposed in this paper. Therefore, it can be proved that the proposed algorithm can achieve better optimization results while ensuring low computation complexity.

Fig. 6
figure 6

System energy efficiency v.s. iteration times

5 Conclusions

This paper presents the problem of power allocation in carrier aggregation systems. Energy efficiency is adopted as the evaluation metric, and it is found that the function of energy efficiency optimization is strictly quasi concave, which cannot be solved easily with traditional optimization method. We propose a binary search-based power allocation scheme, which can significantly improve the system energy efficiency while keeping low computation complexity. Future work will consider jointly optimization of component carrier selection, radio resource allocation, and power allocation to further improve the system performance.

References

  1. M Iwamura, K Etemad, Mh Fong, R Nory and R Love, Carrier aggregation framework in 3GPP LTE-advanced [WiMAX/LTE update], in IEEE Commun. Mag., vol. 48, no. 8, pp. 60–67, August 2010

  2. B Li, M Sun, X Li, A Nallanathan and C Zhao, Energy detection based Spectrum sensing for cognitive radios over time-frequency doubly selective fading channels, in IEEE Trans. Signal Process., vol. 63, no. 2, pp. 402–417, Jan. 15, 2015

  3. B Li, S Li, A Nallanathan and C Zhao, Deep sensing for future Spectrum and location awareness 5G communications, in IEEE J. Sel. Areas Commun., vol. 33, no. 7, pp. 1331–1344, July 2015

  4. B Li, Z Zhou, H Zhang and A Nallanathan, Efficient Beamforming training for 60-GHz millimeter-wave communications: a novel numerical optimization framework,” in IEEE Trans. Veh. Technol., vol. 63, no. 2, pp. 703–717, Feb. 2014

  5. R Mahapatra, Y Nijsure, G Kaddoum, N Ul Hassan, C Yuen, Energy efficiency tradeoff mechanism towards wireless green communication: a survey, in IEEE Commun. Surv. Tutorials, vol. 18, no. 1, pp. 686–705, First quarter 2016

  6. Z Ren, S Chen, B Hu and W Ma, Energy-efficient resource allocation in downlink OFDM wireless systems with proportional rate constraints, in IEEE Trans. Veh. Technol., vol. 63, no. 5, pp. 2139–2150, Jun 2014

  7. G Yu, Q Chen, R Yin, H Zhang and GY Li, Joint downlink and uplink resource allocation for energy-efficient carrier aggregation, in IEEE Trans. Wirel. Commun., vol. 14, no. 6, pp. 3207–3218, June 2015

  8. C Isheden and GP Fettweis, Energy-efficient multi-carrier link adaptation with sum rate-dependent circuit power, 2010 IEEE Global Telecommunications Conference GLOBECOM 2010, Miami, FL, 2010, pp. 1–6

  9. C Schurgers, V Raghunathan, MB Srivastava, Power management for energy-aware communication systems. ACM Trans. Embed. Comput. Syst. 2(3), 431–447 (2003)

    Article  Google Scholar 

  10. W Yu, JM Cioffi, On constant power water-filling (Helsinki, IEEE International Conference on Communications, 2001), pp. 1665–1669

    Google Scholar 

  11. Y Chen, S Zhang, S Xu and GY Li, Fundamental trade-offs on green wireless networks, in IEEE Commun. Mag., vol. 49, no. 6, pp. 30–37, June 2011

Download references

Funding

This work is supported by Major National Scientific and Technological Specific Project of China under grant number 2016ZX03001009-003.

Authors’ contributions

WG conceived and designed the study. LM performed the experiments. GC reviewed and edited the manuscript. All authors read and agreed the manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Weidong Gao.

Ethics declarations

Competing interests

The authors have declared that no competing interests exist.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Appendix

Appendix

Firstly, we give the definition of strictly quasi concave function: for function F(x)and independent variable x, define the super set of x as \( {\mathcal{S}}_{\alpha}\triangleq \left\{x|F(x)\ge \alpha, x\ge 0\right\} \), where α is a real number greater than 0. For any \( {x}_1\in {\mathcal{S}}_{\alpha } \), \( {x}_2\in {\mathcal{S}}_{\alpha } \), and any real number in the interval (0, 1), if \( \beta {x}_1+\left(1-\beta \right){x}_2\in {\mathcal{S}}_{\alpha } \) holds, then the function F(x) is strictly concave on x.

We will prove that \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) is a strictly quasi concave function on P BS according to the definition of strictly quasi concave function. The certification process is as following:

Let the super set of independent variable P BS for function \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) be \( {\mathcal{S}}_{\alpha}\triangleq \left\{{P}_{\mathrm{BS}}|{\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right)\ge \alpha, {P}_{\mathrm{BS}}\ge 0\right\} \), where α is a real number greater than 0 and the definition of P BS is the same as above. According to the Eqs. 4, 5, 6, and 7, we substitute the expression \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) into \( {\mathcal{S}}_{\alpha } \) and perform a series of simplification and transposition, we can get \( {\mathcal{S}}_{\alpha }=\left\{{P}_{\mathrm{BS}}|{R}_{\mathrm{max}}\left({P}_{\mathrm{BS}}\right)-\alpha {P}_{\mathrm{BS}}-\alpha {P}_C\ge 0,{P}_{\mathrm{BS}}\ge 0\right\} \). Let \( {P}_{{\mathrm{BS}}_1},{P}_{{\mathrm{BS}}_2}\in {\mathcal{S}}_{\alpha } \), and β be any real number in the interval (0, 1), next we will prove that \( \beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2} \) also belongs to \( {\mathcal{S}}_{\alpha } \).

For \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \), we have:

$$ {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)={R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C $$
(19)

We can see from Eqs. 4–1) that R max(P BS) and P BS are logarithmic, so R max(P BS) is a strictly convex function on P BS, therefore we can get the following inequality:

$$ {R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)\ge {R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}\right)+{R}_{\mathrm{max}}\left(\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right) $$
(20)

Substitute Eq. 20 into the Eq. 19, we can have the following inequality:

$$ {\displaystyle \begin{array}{l}{R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C\ge \\ {}{R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}\right)+{R}_{\mathrm{max}}\left(\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C\end{array}} $$
(21)

Based on the inequality (Eq. 21) and inequality (Eq. 19), the following inequalities are obtained:

$$ {\eta}_{EE}^{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)\ge {R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}\right)+{R}_{\mathrm{max}}\left(\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C $$
(22)

By splitting, transposing, and merging operations to the inequality (Eq. 22), we can get the following inequalities:

$$ {\displaystyle \begin{array}{l}{R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C\ge \\ {}\left({R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}\right)-\alpha \beta {P}_{{\mathrm{BS}}_1}-\alpha \beta {P}_C\right)+\left({R}_{\mathrm{max}}\left(\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(1-\beta \right){P}_{{\mathrm{BS}}_2}-\alpha \left(1-\beta \right){P}_C\right)\end{array}} $$
(23)

Because R max(P BS) and P BS are logarithmic, for any real number 0 < β < 1, we have:

$$ {R}_{\mathrm{max}}\left(\beta {P}_{\mathrm{BS}}\right)\ge \beta {R}_{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) $$
(24)

Substitute Eq. 24 into the inequality Eq. 23, we can get the following inequality:

$$ {\displaystyle \begin{array}{l}{R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C\ge \\ {}\beta \left({R}_{\mathrm{max}}\left({P}_{{\mathrm{BS}}_1}\right)-\alpha {P}_{{\mathrm{BS}}_1}-\alpha {P}_C\right)+\left(1-\beta \right)\left({R}_{\mathrm{max}}\left({P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_{{\mathrm{BS}}_2}-\alpha {P}_C\right)\end{array}} $$
(25)

Because \( {P}_{{\mathrm{BS}}_1},{P}_{{\mathrm{BS}}_2}\in {\mathcal{S}}_{\alpha } \), i.e., both of \( {P}_{{\mathrm{BS}}_1} \) and \( {P}_{{\mathrm{BS}}_2} \) belong to the super set \( {\mathcal{S}}_{\alpha } \) defined above, the following inequality holds:

$$ {\displaystyle \begin{array}{l}\beta \left({R}_{\mathrm{max}}\left({P}_{{\mathrm{BS}}_1}\right)-\alpha {P}_{{\mathrm{BS}}_1}-\alpha {P}_C\right)\ge 0\\ {}\left(1-\beta \right)\left({R}_{\mathrm{max}}\left({P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_{{\mathrm{BS}}_2}-\alpha {P}_C\right)\ge 0\end{array}} $$
(26)

Substitute Eq. 26 into the formula Eq. 25,we can get the following inequality:

$$ {R}_{\mathrm{max}}\left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha \left(\beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\right)-\alpha {P}_C\ge 0 $$
(27)

So it is proved that \( \beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2}\in {\mathcal{S}}_{\alpha } \), that is to say, \( \beta {P}_{{\mathrm{BS}}_1}+\left(1-\beta \right){P}_{{\mathrm{BS}}_2} \) also belongs to super set \( {\mathcal{S}}_{\alpha } \), which proves the strictly quasi concave characteristic of \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) on P BS. Therefore, \( {\eta}_{\mathrm{EE}}^{\mathrm{max}}\left({P}_{\mathrm{BS}}\right) \) is a strictly quasi concave function on P BS.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Gao, W., Ma, L. & Chuai, G. Energy efficient power allocation strategy for 5G carrier aggregation scenario. J Wireless Com Network 2017, 140 (2017). https://doi.org/10.1186/s13638-017-0924-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13638-017-0924-1

Keywords