Abstract

For orthogonal frequency division multiplexing (OFDM), resource scheduling plays an important role. In resource scheduling, power allocation and subcarrier allocation are not independent. So the conventional two-step method is not very good for OFDM resource allocation. This paper proposes a new method for OFDM resource allocation. This method combines evolutionary algorithm (EA) with Karush-Kuhn-Tucker conditions (KKT conditions). In the optimizing process, a set of subcarrier allocation programs are made as a population of evolutionary algorithm. For each subcarrier allocation program, a power allocation program is calculated through KKT conditions. Then, the system rate of each subcarrier allocation program can be calculated. The fitness of each individual is its system rate. The information of optimizing subcarrier and power allocation can be interacted with each other. So, it can overcome the shortcoming of the two-step method. Computer experiments show the proposed algorithm is effective.

1. Introduction

Orthogonal frequency division multiplexing (OFDM) has attracted more and more research interest because it is a potential solution for high-rate data service demands [1]. In OFDM system, the high speed data flow is divided into a lot of slow speed data flows. So, the inters symbol interference (ISI) can be reduced greatly. Meanwhile different subcarrier’s channel fading condition is independent, so, the OFDM resource allocation has high flexibility. The flexibility of multiuser access can also be improved. The principle of OFDM is described in Figure 1.

The resource allocation problems in OFDM system have two different types of analytical perspectives: one is to maximize the system capacity (RA) when the emission power is limited; the other is to minimize the transmit power (ME) under the condition that the system capacity is limited. However, in the fourth-generation mobile communication system, the main business is the users experience. Therefore, the former perspective causes more attention.

Resource allocation algorithms can be classified into two categories: (a) the model can be solved directly. However, it may get an exact result; the computational complexity is too high. (b) The solving process is divided into several steps through some executive strategies. Though it cannot get such an exact solution, it is simple and easy to handle. After optimization, the progress shows the proposed solution is of acceptable accuracy. The two-step method is described as an effective algorithm. In a two-step method, we first considerate subcarrier allocation then the power allocation. This method may result in low complexity and fast solution speed.

The recent research on the two-step method focuses on the rules of subcarrier allocation with the purpose to take capacity of system and fairness into account. But most attention is paid to find a good algorithm to optimize the power allocation so as to maximize the system capacity. For the optimization of the power distribution, the main methods are classical deterministic optimization algorithm and intelligent optimization algorithms.

At present, most algorithms for OFDM resource allocation focus on how to improve solution efficiency based on system fairness. Algorithms proposed in [25] were based on the gradient information. In early research, the affusion algorithm attracted the attention of most scholars. It can maximize the system but make the system fairness worse. Making use of the gradient information, article [2] defined a kind of system throughout increase. For each power allocation, enhanced power was allocated to the user who had the maximum throughout. By introducing the constraint conditions according to the definition of throughout increase, the system can enhance throughout and meet the fairness. In paper [3], a framework of algorithm based on gradient information was presented. The model was expressed as a graph optimization problem, and it resolves the problem with dual decomposition. Considering that OFDM resource allocation model is a nonlinear optimization problem, the literature in [510] uses Lagrange method to measure resource allocation. Based on Lagrange method, the literature in [11] introduced a self-adaptive iterative algorithm in order to meet the system fairness. In paper [8], the model was converted into problem in graph theory and was solved with graph theory combined with Lagrange method, which gave a satisfactory result. In paper [9], the model was converted into a convex optimization problem, which could be efficiently solved by Lagrange method. Also, many algorithms were put forward by introducing some specific strategies to deal with OFDM resource allocation problem. In these algorithms, classical or intelligent optimization algorithms did not appear, as presented in the literature in [1220]. By introducing the concept of pareto efficiency, paper [18] presented the trade-off program between operators and users’ service. The literature in [2127] solved OFDM resource allocation problem with intelligent algorithm which takes the advantages of simple operation and convenient calculation. By introducing weight factors, paper [25] combined transmit power and system capacity to a cost function. A modified PSO algorithm was presented to solve the problem and got good performance. Paper [26] presented a multiobjective optimization model for determining the transmit power and system capacity, respectively, and used NSGA-2 algorithm to solve the problem. Due to the mutual restrictive relationship between transmit power and system capacity, a variable was optimized while the other performed worse. Therefore, it is feasible to use multiobjective algorithm for optimization.

Above, most of the literature is based on two-step method. Firstly, subcarrier is allocated, and then, the model is optimized. The two-step method can significantly reduce the complexity of the algorithm. But because the subcarrier allocation and power allocation are dependent, it is unreasonable to allocate subcarrier and power separately. So, the efficiency of the algorithm is not very high. However, if subcarrier allocation and power allocation are optimized at the same time, the complexity of the algorithm is so high that it does not meet the instantaneous requirements for mobile communication system. Therefore, it is expected to improve the accuracy and efficiency of algorithm if the information of subcarrier allocation and power allocation is able to interact with each other in each iteration.

A hybrid evolutionary algorithm for OFDM resource allocation is proposed in this paper. In this algorithm, the subcarrier and power allocation is optimized by turns. Because the OFDM resource allocation is a hybrid optimization problem, the discrete and continuous variables can be optimized by evolutionary algorithm and KKT conditions, respectively. This algorithm, firstly, generates a group subcarrier allocation program, and then, the corresponding power allocation program is generated by KKT conditions. The system rate of each subcarriers can be obtained. For the evolutionary algorithm, the set of subcarrier is regarded as a population. The system rate is the fitness of each individual. In the optimizing process, the subcarrier and power allocation information can be used with each other. So this algorithm is more efficient.

The remainder of the paper is organized as follows: the model of OFDM resource allocation and algorithm is described at Sections 2 and 3, computer simulation results are shown at Section 4, and conclusions are drawn at Section 5.

2. The Model of OFDM Resource Allocation

Considering that spectrum resources are limited, OFDM resource allocation plays an important role in the 4th generation mobile communication system. Each eNodeB has a lot of orthogonal subcarriers allocated to each user. The core problem of OFDM resource allocation is which subcarriers should be allocated to a user and how much each subcarrier’s power should be.

Assume that there are subcarriers shared by users; define the channel gain of the th user on the th subcarrier ; the noise power is , where is noise power spectral density. The signal-to-noise ratio (SNR) is . The capacity of user on subcarrier is normalized by , where is a constant. So, data rate of user can be written as The mathematic model of resource allocation problem can be described as follows: where . It means the th subcarrier is allocated to the th user when is 1. If is 0, it means the th subcarrier is not allocated to the th user. is the total transmit power. , .

3. Karush-Kuhn-Tucker Theorem

KKT conditions are proposed by Karush and Kuhn and Tucker independently. KKT conditions are first-order necessary conditions to solve optimization problem with equality and inequality constraints.

Consider the following maximization problem with being continuously differentiable functions.

Kuhn-Tucker Theorem. If is a (local) optimum of the problem

Equation (10) means is the linear combination of and , where and are called Lagrange multiplier. Equation (11) means the optimal point must meet all the constraints including equality and inequality constraints. That is to say the optimal point should be a feasible solution.

4. Making Use of KKT Conditions

For OFDM resource allocation problem, after the subcarrier assignment is completed, the above model becomes where , are known quantity. Equation (15) is a nonlinear equation, and it is continuous and differentiable. When , , a stagnation point of the equation can be obtained by KKT conditions: Because , from (10), we can get by (12). can be calculated by

5. Hybrid Evolutionary Algorithm for OFDM Resource Allocation

Goldberg proposed the evolutionary algorithm’s commonly form. The evolutionary algorithm (EA) simulates the natural selection in biological evolution. It is essentially a random search algorithm. EA's global search ability is excellent, and EA dose not demand the objective function continuous or differentiable. In (2), the variable is discrete, so EA can be used to solve subcarrier allocation. Meanwhile, KKT conditions are used to solve the variable by (14). Since the allocation of subcarrier and power is not independent, it is rational to combine these two algorithms to solve resource allocation problem.

For OFDM resource allocation, the two-step method cannot get a good solution because the allocation of subcarrier and power is not independent. In this paper, we propose a new resource allocation program based on KKT conditions. This new program combines evolutionary algorithm and KKT conditions. Firstly, we randomly generate some subcarrier allocation program . For each , there is , , and each has only one variable . can be solved by (14). Assume the solution is ; for each , we can get a , . When and are known, we can get . is the system rate corresponding to . As previously described, is not a good result. Then, the proposed algorithm optimizes using evolutionary algorithm. Assume that is generation population of evolutionary algorithm; through (14), the can be calculated. Select individuals from to cross over and mutate. Then, new individuals are generated. Each new individual’s power allocation can be calculated trough (14). According to every new individual’s power allocation, select next generation individuals . So, the information of power and subcarrier allocation can make full use of each other. It is described in Figure 2.

5.1. Fitness Function

A hybrid evolutionary algorithm for OFDM resource allocation is proposed in this paper. This algorithm firstly generates a set of subcarrier allocation programs , where is th subcarrier allocation program, . For each , its corresponding power allocation can be obtained through (14), then, the fitness function of can be calculated as follows:

5.2. Encoding of Solutions

Evolutionary algorithm has attracted more and more attentions because of its good performance in the engineering field. For evolutionary algorithm, encoding is one of the most important parts in EA. An excellent encoding method cannot only avoid generating illegal solutions but also improve the performance of the algorithm.

The subcarrier allocation program is a matrix as follows: It is clear that there is only one 1 in each column, which means each subcarrier can only be allocated to one user. When and are very large, the computational process expends a lot of time. What is more, the process of crossover and mutation would be very complex. So, it is necessary to encode for simple operation. In this paper, is encoded as follows: where indicates the th subcarrier allocated to th user. For example, if is 5, it means the th subcarrier is allocated to the th user.

is also a matrix as follows: where is the power of the th subcarrier allocated to th user. When is known, can be simplified into where is the power of th subcarrier. For example, if , it means the th subcarrier’s power is 0.5 w.

5.3. The Proposed Algorithm’s Framework

The hybrid evolutionary algorithm proposed in this paper firstly generates a set of subcarrier allocation programs . Then, we can obtain the power allocation program corresponding to each subcarrier allocation program from (14). Substituting and in (14), we can get each individual's fitness of . These subcarrier allocation programs are regarded as a population, and each subcarrier allocation program is an individual. The fitness of each individual is the system rate obtained by (15). After crossover and mutation, we can get a new population constituted by new subcarrier allocation programs. A new power allocation program and system rate can be calculated. Repeat the above steps; the information optimizing power and the subcarrier allocation can interact with each other. Therefore, the performance of the algorithm is improved greatly. According to the above description, the framework of hybrid evolutionary algorithm for OFDM resource allocation is as follows.

The Proposed Algorithm

Step 1. Generate a set of subcarrier allocation programs as the initial population, denoted as pop.

Step 2. Calculate the fitness of each individual according to (15).

Step 3. Select individuals from pool to crossover, and generate offspring population, denoted as child.

Step 4. Select individuals from child to mutate in mutation probability and update child.

Step 5. Renew pop with child.

Step 6. If the stopping criteria are unsatisfied, go to Step 2; otherwise, stop.

6. Computer Simulation

We compare the proposed algorithm with [10, 25] in the aspects of the transmit power and system capacity in case the number of users changes from 2 to 12. In the numerical simulations, the channel is modeled as slow-varying Rayleigh and its components have independent identically distributed complex values with zero-mean and unit variance. Total transmit power, BER, and the total bandwidth are set as 0.1 w, , and 1 MHZ, respectively. The number of subcarrier is 64, and the crossover probability and mutation probability are 0.8 and 0.01.

Figure 3 shows the performance of the maximum data rate with growth of the number of users. Figure 4 also shows that the system total rate calculated by the three algorithms is almost the same when the number of users is less. However, as the number of users increases, the performance of the algorithm presented by this paper is better than that of the other two algorithms. Then, we test the proposed algorithm’s minimum transmit power and compare it with MPSO [25] and PFA [10]. As it is shown in Figure 4, when the number of users is less than 4, the proposed algorithm’s performance is not better than that of the other two algorithms. However, since the proposed algorithm combines evolutionary algorithm with KKT conditions, it becomes better than MPSO and PFA with the users number increasing. It is clear that the proposed algorithm has superior performance.

Figure 5 shows the minimum user capacity of the proposed algorithm, MPSO, and PFA with growth of the total users number. If the minimum user capacity is increased, the total system rate can also increase. From Figure 5, MPSO’s minimum user capacity is much larger than that of PFA, and the proposed algorithm’s minimum user capacity is much larger than MPSO.

Then, this paper compares the capacity of the proposed algorithm, MPSO, and PFA under different SNR with 4 users. The comparison result is shown in Figure 6. From Figure 6, it is clear that the proposed algorithm’s performance is better than the other two algorithms. When SNR is less than 15 dB, the performance of the proposed algorithm improves slowly, although it is also better than the other two algorithms. With the increasing of SNR, the proposed algorithm’s performance enhances more and more fast. Figure 8 shows the minimum transmit power of the proposed algorithm, MPSO, and PFA under different SNR with 8 users. From Figure 8, the proposed algorithm’s minimum transmit power is less than that of the other two algorithms.

Figure 7 shows the capacity comparison of the proposed algorithm and the other two algorithms with different distance, and the number of user is 4. From Figure 7, the total capacity is reducing with the distance becoming longer and longer. And the proposed algorithm shows a better performance against the increase of distance.

In Table 1, we calculate the execution time to reach the target capacity needed by the proposed algorithm, MPSO, and PFA, respectively. The target capacity is preset to 14 bit/s/Hz with 12 users. It is clear that the proposed algorithm can reach the target capacity more fast. It is more efficient to run the proposed algorithm than to run other two algorithms. It is mainly because the proposed algorithm optimizes subcarrier and power allocation at the same time, and in this algorithm, the information of subcarrier and power allocation can interact with each other. So, the proposed algorithm’s convergence is better.

Tables 2 and 4 are system rate variance for 100 experiments and minimize power variance for 100 experiments, respectively, when the users number changes from 2 to 6. Tables 3 and 5 are system rate variance for 100 experiments and minimizing power variance for 100 experiments respectively, when the users number changes from 8 to 12. They reflect the the stability of algorithm.

These four tables show the stability of the proposed algorithm is similar to PFA and is better than MPSO in the case of 2 users and 4 users. In the case of more than 6 users, the stability of our proposed algorithm is better than that of MPSO and PFA.

7. Conclusions

Since the subcarrier and power allocation are dependent, it is reasonable to optimize them at the same time. However, because the subcarrier allocation is a discrete problem and the power allocation is a continuous problem, it is very difficult to optimize subcarrier and power allocation at the same time. This paper proposes a hybrid evolutionary algorithm for OFDM resource allocation. This algorithm can optimize subcarrier allocation and transmit power alternately. The process optimizing power allocation can take advantage of the information of subcarrier allocation, and the process optimizing subcarrier allocation can also take advantage of the information of power allocation. Therefore, the information optimizing power and subcarrier allocation can interact with each other, and the efficiency of the algorithm can be improved significantly. The computer simulation shows that the proposed algorithm increases the system rate apparently.

Acknowledgments

This work was supported in part by the Natural Science Foundation of China (60974077), the Natural Science Foundation of Guangdong Province (S2011030002886, S2012010008813), Programme of Science and Technology of Guangdong Province (2012B091100033), Programme of Science and Technology of the Department of Education of Guangdong Province (2012KJCX0042), and Zhongshan Programme of science and technology (20114A223).