The disclosed inventions relate generally to wireless communication, and in particular, to the mechanism for a Base Station (BS) to allocate power and precode the signal before it is transmitted to the User Equipment (UE) in massive Multiple-Input Multiple-Output (MIMO) communication systems.
Large-scale MIMO systems or massive MIMO systems were firstly introduced in [1] where each BS is equipped with dozens to several hundreds of transmit antennas. One main advantage of such systems is the potential capability to offer linear capacity growth without increasing power or bandwidth [1][4], which is realized by employing Multi-User MIMO (MU-MIMO) to achieve the significant higher spatial multiplexing gains than conventional systems. In this system, the BS groups UEs at each scheduling slot and transmits data to them on the same time and frequency resource.
It has been proved that Zero-Forcing (ZF) precoding with a total transmitting power constraint is almost the best choice to maximize the sum rate for large-scale MU-MIMO systems [2]. However, in practice, the power of each antenna is restricted instead of the total power. It means that maximizing the power utilization requires the sum power of all users at each antenna to be the same. Unfortunately, it is generally not the case in practice, because of the randomness of the ZF precoding matrix. As a result, it causes a dilemma to the BS: on the one hand, ZF precoding could not fully use the transmit power, which leads to throughput loss; on the other hand, full power utilization means that there exists residual interference among the grouped users, since the ZF precoding matrix is violated, which also results in throughput loss. Conjugate Beamforming (CB) is another practical precoding method for MU-MIMO precoding in large-scale MIMO communication systems because of its simplicity for implementation. Similarly to ZF, CB also faces the optimal power allocation problem when the power of each antenna is restricted. Therefore, more sophisticated power allocation methods are needed to maximum the sum rate of MU-MIMO systems. Due to the aforementioned reasons, this invention provides four different methods to allocate the power to each data stream based on two different optimization objectives when ZF precoding is employed by the BS. In addition, a simple power allocation method is also offered when CB is employed by the BS. The advantages of this invention include: 1. when ZF precoding is employed, two of the four power allocation methods have better performance than the rest two in the low Signal-to-Noise Ratio (SNR) region and vice versa, so different power allocation methods could be employed in different SNR regions to achieve the maximum sum rate of MU-MIMO systems; 2. when CB is employed, a very simple power allocation method could be employed with little sum rate loss; 3. the sum rate losses of all methods provided in this invention are negligible compared to the case where the total transmitting power instead of the per-antenna power is constrained; 4. most importantly, these methods are not affected by a scaling factor of each channel vector so channel estimation with an arbitrary scaling factor would be sufficient, which alleviates the accuracy requirement of channel measurement in massive MIMO systems.
This application provides several methods to complete power allocation and precoding matrix computation in MU-MIMO systems. For ZF precoding, two methods are provided to maximize the power utilization, where one is based on orthogonal projection while the other one is based on iterative searching the optimal solution in the constraint domain. In addition, two more methods are provided to minimize the inter-user interference among UEs in the MU-MIMO user group, where one is based on linear scaling while the other one is based on iterative searching. Among the four methods, the first two methods are the better choices in the low SNR region while the latter two methods are the better choices in the high SNR region. For CB, a simple but rate-lossless method is provided where the power of each antenna could be totally consumed.
The aforementioned implementation of the invention as well as additional implementations would be more clearly understood as a result of the following detailed description of the various aspects of the invention when taken in conjunction with the drawings. Like reference numerals refer to corresponding parts throughout the several views of the drawings.
For a large-scale MIMO system, suppose that the number of antennas at the BS side is M, and the number of multiplexed data streams is K in the downlink on a Resource Element (RE) such as a subcarrier, or a Resource Block (RB), etc. Note that the K data streams belong to N users, where N≤K. Suppose that the channel matrix corresponding to the K data streams is H=[h1 h2 . . . hK]T, which may be acquired by BS through uplink channel measurement or uplink feedback channel.
The K modulated signals on the current RE are precoded by a matrix W before being further processed, where W has the dimension of M×K and the (m,k)th element is wmk, where m=1, 2, . . . , M, and k=1, 2, . . . , K.
If the ZF precoding method is employed, the BS firstly computes a temporary matrix
H
inv
=H
H(HHH)−1, (1)
then the (m,k)th element of the matrix Hinv can be written as
h
mk
inv
=|h
mk
inv
|e
jθ
. (2)
Let P1ant, P2ant, . . . , PMant denote the power allocated to the current RE belonging to the M antennas respectively, then the power allocated to the kth data stream by the BS is Pk, which satisfies Σk=1K Pk=Σm=1M Pmant. One possible example is
In order to complete the power allocation, four methods belonging to two categories are provided in this invention, where the first category is based on maximizing the power utilization, while the second one is based on minimizing the inter-user interference.
Category-1: Maximizing the Power Utilization.
In this category, the BS constructs an (M+K−1)×MK matrix A by deleting the kdth row vector of the following temporary matrix
where the (i,j)th element of AT satisfies the conditions
and kd∈{1, . . . , MK} may be any one of the MK possible values.
The BS constructs an (M+K−1)×1 vector b by deleting the kdth element of the temporary vector
b
T
=[P
1
. . . P
K
P
1
ant
. . . P
M
ant]T. (6)
An MK×1 vector r is constructed as
r=[r
11
. . . r
M1
r
12
. . . r
M2
. . . r
1K
. . . r
MK]T (7)
where the elements of r satisfy
With the matrix A and vectors b and r, two possible methods could be used to compute the power allocated to each data stream on each antenna.
Method-1: Orthogonal Projection.
In this method, the BS projects the vector r into the solution space of the equation Ax=b firstly by
{tilde over (p)}=[I−Ã
T(ÃÃT)−1Ã]{tilde over (r)}, (9)
where Ã=[A b] and {tilde over (r)}=[rT−a]T with a being a positive real number. Then, the elements of power allocation matrix are computed as
Method-2: Iterative Searching.
In this method, the power allocation vector is computed by solving the following problem
min∥p−r∥22,
s·t·Ap−b=0,
−p≤0. (11)
The problem (11) can be solved by iterative searching in the constraint domain. One possible solution is to firstly transform (11) into an equivalent problem
minf(t,p)=−t∥p−r∥22−Σi=1MKpi,
s·t·Ap=b, (12)
then the iterative searching process in
3, and the inner searching cycle runs while λ(p)/2>εi 4. Inside the inner cycle, the first step is to solve the equation
where χ is an adjusting parameter 5. Then, the Newton decrement is calculated as λ(p)=ΔptT∇2fpΔpt 6. After that, the variable p is updated as p←p+γΔpt 7. After the inner cycle ends 8, the parameter t is updated as t←μt 9. After the outer cycle ends 10, the whole process ends 11. Finally, the vector p is reshaped to a matrix with elements pmk, m=1, . . . , M, and k=1, . . . , K.
With pmk, the elements wmk of the precoding matrix W can be computed as
w
mk=√{square root over (pmk)}ejθ
Category-2: Minimizing the Inter-User Interference.
In this category, two possible methods are provided to minimize the inter-user interference.
Method-1: Linear Scaling.
In this method, the BS computes a temporary power allocation matrix with elements
firstly, where hmkinv is the same as in (2), then computes the power consumed on each antenna as Qm=Σk=1K {tilde over (p)}mk, m=1, . . . , M. After that, the BS chooses the maximum value of Qm, which is denoted as Qmax Finally, the power allocation matrix is computed as
Method-2: Iterative Water-Filling Method.
In this method, the BS constructs an (M+K)×K matrix A with a form of
where the elements amk, m=1, . . . , M, and k=1, . . . , K, satisfy
The BS constructs an (M+K)×1 vector b as
b=[P
1
ant
. . . P
M
ant0 . . . 0]T. (17)
Let the power allocation vector ps be ps=[p1s . . . PKs]T, where Pks, k=1, . . . , K, are the power allocated to the kth data stream. Then, ps can be obtained by solving the following optimization problem
min−Σk=1K log(1+gkPks),
s·t·Ap
s
−b≤0, (18)
where
denotes the signal-to-Interference-plus-Noise Ratio (SINR) of the kth stream with σN12 being the power of the noise and interference.
Problem (18) can be solved by iterative searching in the constraint domain. One possible solution is to firstly transform (18) into an equivalent problem
minGt(ps)=min[−tΣk=1K log(1+gkPks)−Σk=1K+M log fi(ps)], (19)
where fi(ps)=aiTps−bi and aiT, is the ith column vector of A. Then, the iterative searching process in
14, and the inner searching cycle runs while λ(ps)/2>εi 15. Inside the inner cycle, the first step is to calculate the decrement Δps=−∇2Gt(ps)−1∇Gt(ps) 16. After that, the Newton decrement is calculated as λ=∇Gt (ps)T∇2Gt(ps)−1∇Gt(ps) 17. Then, the variable ps is updated as ps←ps+γΔps 18. After the inner cycle ends 19, the parameter t is updated as t←μt 20. After the outer cycle ends 21, the whole process ends 22.
With the solution of problem (19), the power allocation matrix can be computed as
With pmk in (20), the elements wmk of the precoding matrix W can be computed by wmk=√{square root over (pmk)}ejθ
If CB is employed by the BS, it firstly computes the phases of the elements of precoding matrix W as
Ømk=−θmk,m=1, . . . ,M,k=1, . . . ,K, (21)
then it computes the elements of the precoding matrix W as
The process of power allocation and precoding matrix computation is illustrated in
With the precoding matrix W, the signals belonging to these K data streams are precoded, further processed, and sent by the M antennas.
Although the foregoing descriptions of the preferred embodiments of the present inventions have shown, described, or illustrated the fundamental novel features or principles of the inventions, it is understood that various omissions, substitutions, and changes in the form of the detail of the methods, elements or apparatuses as illustrated, as well as the uses thereof, may be made by those skilled in the art without departing from the spirit of the present inventions. Hence, the scope of the present inventions should not be limited to the foregoing descriptions. Rather, the principles of the inventions may be applied to a wide range of methods, systems, and apparatuses, to achieve the advantages described herein and to achieve other advantages or to satisfy other objectives as well.
This application claims the benefit of U.S. Provisional Application No. 62/185,674, filed on Jun. 28, 2015.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/US2016/039685 | 6/28/2016 | WO | 00 |
Number | Date | Country | |
---|---|---|---|
62185674 | Jun 2015 | US |