This application claims priority of European application No. 10189471.5 filed on Oct. 29, 2010, the entire contents of which is hereby incorporated by reference herein.
The invention relates to a method and an arrangement for soft-decision sphere decoding.
The system model of MIMO OFDM systems using NT transmit and NR receive antennas can be described in the frequency domain for every OFDM subcarrier individually by the received signal vector y=[y1, . . . , yN
y=H·x+n (1)
The elements of the transmitted symbol vector x are complex valued QAM symbols taken from a QAM modulation e.g. 4-QAM, 16-QAM, or 64-QAM. Depending on the modulation alphabet, every QAM symbol is associated to a number of transmitted bits NBit, with
The elements of the channel matrix hi,j are also complex valued. They are estimated by the receiver.
At a certain stage of the signal processing chain the receiver computes softbits for every transmitted bit associated to the transmitted symbol vector x. Several methods are known for this purpose, with different error probabilities and different computational complexities. One near-optimal approach in terms of error probability is soft-decision sphere decoding.
A soft-decision sphere decoder takes the received signal vector y and the channel matrix H as input and outputs a softbit (i.e. a likelihood value) for every bit associated to x. When denoting the bits associated to xj (the QAM symbols of the j-th transmit antenna) by [bj,1, . . . , bj,n, . . . , bj,Nbit(j)], a softbit pj,n is defined by the following Euclidean distances:
d0,j,n2=minx
d1,j,n2=minx
wherein d0,j,n2 and d1,j,n2 are the minimum Euclidean distances between the received signal vector y and all possible combinations of transmit symbols x, with the restriction that x0,j,n represents all those combinations of x for which the n-th bit of the j-th transmit antenna is zero. On the other hand, x1,j,n represents all those combinations of x for which the n-th bit of the j-th transmit antenna is one. The softbit for the n-th bit of the j-th transmit antenna is given by
ρj,n=d02−d12 (3).
A straight-forward algorithm would have to consider all combinations of x in the above equations in order to compute the softbits for one OFDM subcarrier. Since this approach is computationally very intensive and implies an exponential complexity, soft-decision sphere decoding algorithms have been proposed as a way to simplify the search. The simplification is achieved by QR decomposition of the channel matrix H followed by a tree search.
QR decomposition decomposes the channel matrix H into a orthogonal rotation matrix Q and an upper triangular matrix R, such that H=Q·R. Since rotation by Q does not influence the Euclidean distances in the above equations, one can simplify the Euclidean distances d0,j,n2 and d1,j,n2 by
A second step of the sphere decoding algorithm is the tree search.
The Euclidean distance from above, d2=∥y′−R·x∥2, can be separated into partial Euclidean distances p12, . . . , pN
The partial Euclidean distances separate the original Euclidean distance into NT portions. Due to the upper triangular structure of the R matrix, the partial Euclidean distances also separate the distance computation from the possibly transmitted QAM symbols x1, . . . , xN
The sphere decoding tree search assumes a maximum Euclidean distance dmax2 which is definitely smaller than the Euclidean distance of the “closest” transmit symbol vector xmin. If now the search would start by choosing a candidate for xN
This search procedure can be illustrated as a tree search as depicted in
In the example above, with pN
For finding the “closest” transmit symbol vector x, the maximum Euclidean distance dmax2 is initialized with ∞ (infinity). This means, that the partial Euclidean distances never exceed the limit, and that the sphere search reaches the bottom level after NT depth-first steps. The resulting Euclidean distance d2 then provides an update of the maximum search distance dmax2. The sphere search would now continue and try to update dmax2 if the bottom level of the tree is reached and if the resulting Euclidean distance would shrink dmax2.
The result of this search process is dmax2 being the Euclidean distance according to the “closest” possible symbol vector xmin. If xmin is restricted to certain bits being 0 or 1, the search tree can be adopted accordingly such that the search tree is built upon QAM symbols which meet the respective restrictions.
In a case where the maximum search distance dmax2 is exceeded at a tree level k (solid tree node) and the partial Euclidean distances pk2 are not ordered, the search would continue with the next candidate node (the respective QAM symbol xk) on the same level (arrow “A”). However, if the nodes in the tree are ordered by increasing pk2, the search can continue with the next node at level k−1 (arrow “B”). This is, permissible simply because due to the ordering of the sibling nodes the next candidate at the same level k would also exceed the maximum search distance dmax2. In this case, the sub-tree which is skipped during the sphere search is much larger, and thus search complexity is much lower. It will be understood from the above that ordering of the sibling nodes by increasing partial Euclidean distances is essential for any efficient sphere decoding algorithm.
As mentioned above, Euclidean distances have to be computed during the sphere decoding algorithm which are given by the following equation:
d2=∥y′−R·x∥2 (8).
These distances are used as a search metric in order to find the closest possible symbol vector xmin and its associated Euclidean distance.
However, the computation of the Euclidean distances always requires multiplications for calculating the squared absolute value of a vector z=[z1, . . . , zN
z=y′−R·x (9)
d2=∥z1∥2+ . . . +∥zN
For practical implementations multiplications always involve significant computational complexity. Furthermore, multiplications increase the bit-width requirements of the multiplication result.
An object of the invention therefore is to provide a sphere decoding search algorithm with reduced computational complexity.
According to the invention there is provided a method for soft-decision sphere decoding.
The inventive method is adapted for use in a MIMO OFDM receiver with two receive antennas and comprises the steps of: receiving a channel matrix H and a received signal vector y; decomposing the channel matrix H into an orthogonal rotation matrix Q and an upper triangular matrix R, such that H=Q·R; performing a tree search based on Euclidean distances d2 given by d2=∥z∥2 to find a symbol vector xmin having a best likelihood to correspond to a transmitted symbol x, with z=y′−R·x and y′=QH·y. According to the invention, the tree search step comprises determining and using a linear approximation of the square-root of the Euclidean distances which is expressed as
{tilde over (d)}=(16·a1+5·(a2+a3)+4·a4)/16,
wherein a1, a2, a3, a4 are absolute values of the real and imaginary parts of z1 and z2, ordered in descending order, such that a1≧{a2, a3}≧a4, with z1 and z2 being the complex valued elements of the vector z.
The invention also provides an arrangement for soft-decision sphere decoding for use in an MIMO OFDM receiver. Advantageously, the arrangement according to the invention exhibits very low complexity; in particular it does not comprise any multipliers.
By using linear distances and in particular a linear approximation of the square-root Euclidean distances instead of squared Euclidean distances, the novel approach provides for significantly reduced computational complexity. The linear approximation of the square-root of Euclidean distances according to the invention is devised such that any multiplication operations can be dispensed with for computing d. Thus, the invention provides a way to significantly reduce computational complexity for practical implementations. A further advantage is the limited bit-width requirement on distance computation.
The invention can be used in conjunction with MIMO OFDM communication systems like LTE, WiMax, and WLAN.
Additional features and advantages of the present invention will be apparent from the following detailed description of specific embodiments which is given by way of example only and in which reference will be made to the accompanying drawings, wherein:
As stated before, the search metric for the sphere decoding search is based on the Euclidean distances d2 given by d2=∥y′−R·x∥2.
Instead, the sphere decoding search algorithm according to the invention uses the square-root of the Euclidean distances d given by
d=√{square root over (∥y′−R·x∥2)} (11).
In this case, the search for the closest possible symbol vectors xmin will lead to the same result. However, the minimum search metric at the end of the search will be d instead of d2.
For softbit computation for the n-th bit of the j-th transmit antenna still the given equation must be fulfilled:
ρj,n=d0,j,n2−d1,j,n2 (12).
When using square-root Euclidean distances d for the sphere decoding search, the multiplication would then be required for calculating pj,n instead upon calculating the search metric. However, the inventors have realized that in this case the overall complexity is still much lower than if Euclidean distances d2 would be used during the sphere decoding search.
For the case of a MIMO OFDM system with 2 receive and 2 transmit antennas (NT=2, NR=2) the square-root Euclidean distance is given by
d=√{square root over (∥z∥2)}, (13)
which corresponds to
d=√{square root over (real(z1)2+imag(z1)2+real(z2)2+imag(z2)2)}{square root over (real(z1)2+imag(z1)2+real(z2)2+imag(z2)2)}{square root over (real(z1)2+imag(z1)2+real(z2)2+imag(z2)2)}{square root over (real(z1)2+imag(z1)2+real(z2)2+imag(z2)2)} (14).
It is known from literature, Paul S. Heckbert (editor), Graphics Gems IV′ (IBM Version): IBM Version No. 4, Elsevier LTD, Oxford; Jun. 17, 1994), chapter 11.2, that such distance metric can be approximated by the following linear equation
{tilde over (d)}=0.9262·a1+0.3836·a2+0.2943·a3+0.2482·a4 (15),
wherein a1, a2, a3, a4 are the absolute values of the real and imaginary parts of z1 and z2, ordered in descending order, such that a1≧a2≧a3≧a4. The coefficients for the approximation have been optimized to minimize the maximum relative error between d and d2.
The method of soft-decision sphere decoding according to the invention uses a modification of the above linear approximation of expression (15). This modification has been devised by the inventor with regard to a very simple implementation thereof in hardware:
{tilde over (d)}=(16·a1+5·(a2+a3)+4·a4)/16 (16).
This linear metric can be implemented by simple shift operations and additions, rather than multiplications. Furthermore, for the disclosed metric (16), a2 and a3 do not have to be sorted necessarily, which eliminates one sorting operation. For calculating d with satisfying accuracy, a complete ordering such that a2≧a3 is not required. So, the sorting follows a1≧{a2, a3}≧a4 only.
Since the approximation only involves multiplications by constants, no real multiplication is needed for calculating {tilde over (d)}.
In detail, the arrangement of
The arrangement further comprises a comparator 20 connected to both of absolute-value generators 10 and 12 to determine a higher and a lower one of the two absolute values therefrom and to output them as a maximum and a minimum value, respectively. Similarly, a comparator 22 is connected to both of absolute-value generators 14 and 16 to determine and output a maximum and a minimum of the two absolute values therefrom.
A comparator 24 is connected to a first output of comparator 20 and to a first output of comparator 22 to receive the respective maximum absolute values therefrom. Comparator 24 compares the two maximum values and determines the higher one thereof as the highest of all four absolute values, i.e. a1. A comparator 26 is connected to a second output of comparator 20 and to a second output of comparator 22 to receive the respective minimum absolute values therefrom. Comparator 26 compares the two minimum values and determines the lower one thereof as the lowest of all four absolute values, i.e. a4.
As mentioned before, for the linear approximation according to the invention as set forth in expression (16), a sorting operation for a2 and a3 can be dispensed with. Rather, satisfying accuracy of soft-decision sphere decoding is obtained by sorting the four absolute values according to a1≧{a2, a3}≧a4 as performed by comparators 20, 22, 24, and 26. An adder 30 is connected to comparators 24 and 26 to receive therefrom the two intermediate absolute values to add them up to obtain a sum of a2 and a3.
The arrangement of
An adder 50 is connected to adder 30 and to each of bit shifters 40, 42, and 44 to receive the outputs therefrom to add them all up, i.e. adder 50 sums 16·a1 and 4·(a2+a3), and (a2+a3), and 4·a4. Bit shifter 60 subjects the output of adder 50 to a right shift operation by 4 bits to implement a division of the sum from adder 50 by 16, and outputs the result as {tilde over (d)}, according to expression (16).
The disclosed method and arrangement for soft-decision sphere decoding using linear distances as described above provides a solution for further complexity reduction of all sphere decoding search algorithms. It can be shown by simulations that the introduced approximation to the square-root Euclidean distances is accurate enough for the overall soft-decision sphere decoding algorithm.
Number | Date | Country | Kind |
---|---|---|---|
10189471 | Oct 2010 | EP | regional |
Number | Name | Date | Kind |
---|---|---|---|
7187728 | Seier et al. | Mar 2007 | B2 |
7688902 | Lou et al. | Mar 2010 | B1 |
20080279298 | Ben-Yishai et al. | Nov 2008 | A1 |
20090232232 | Duvaut et al. | Sep 2009 | A1 |
20100008441 | Murakami et al. | Jan 2010 | A1 |
20100054372 | Eckert | Mar 2010 | A1 |
20110051861 | Yang | Mar 2011 | A1 |
Entry |
---|
European Search Report for 11185776.9-1237, dated Dec. 19, 2011. |
Number | Date | Country | |
---|---|---|---|
20120106684 A1 | May 2012 | US |