Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
METHOD FOR DECODING BLOCK OF DATA RECEIVED OVER COMMUNICATION CHANNEL AND RECEIVER
Document Type and Number:
WIPO Patent Application WO/2016/121625
Kind Code:
A1
Abstract:
A method decodes a block of data received over a communication channel. The method determines an initial estimate of bits in the block using a QR decomposition (QRD-M) method decoding the bits in the block sequentially by reducing an accumulated distance between the initial estimate and the bits of the block. Then, the method determines the block using a likelihood ascent (LAS) method that iteratively updates the bits of the block starting from the initial estimate.

Inventors:
KIM KYEONG JIN (US)
ORLIK PHILIP (US)
AKINO TOSHIAKI (US)
Application Number:
PCT/JP2016/051760
Publication Date:
August 04, 2016
Filing Date:
January 15, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MITSUBISHI ELECTRIC CORP (JP)
International Classes:
H04L25/03
Foreign References:
US20120284585A12012-11-08
US20120151304A12012-06-14
US20040139378A12004-07-15
Other References:
JIE XIAO ET AL: "Adaptive grouping-modulation aided transceiver design for high-order MIMO systems", 2013 8TH INTERNATIONAL CONFERENCE ON COMMUNICATIONS AND NETWORKING IN CHINA (CHINACOM), IEEE, 14 August 2013 (2013-08-14), pages 658 - 662, XP032546778, DOI: 10.1109/CHINACOM.2013.6694675
RONGHUI PENG ET AL: "Low-Complexity Hybrid QRD-MCMC MIMO Detection", 2008 IEEE GLOBAL TELECOMMUNICATIONS CONFERENCE : [IEEE GLOBECOM 2008] ; NEW ORLEANS, LOUISIANA, 30 NOVEMBER 2008 - 04 DECEMBER 2008, IEEE, PISCATAWAY, NJ, USA, 30 November 2008 (2008-11-30), pages 1 - 5, XP031370490, ISBN: 978-1-4244-2324-8
Attorney, Agent or Firm:
SOGA, Michiharu et al. (8th Floor Kokusai Building, 1-1, Marunouchi 3-chome, Chiyoda-k, Tokyo 05, JP)
Download PDF:
Claims:
[CLAIMS]

[Claim 1]

A method for decoding a block of data received over a communication channel, comprising:

determining an initial estimate of bits in the block using a QR decomposition (QRD-M) method, wherein the QRD-M method decodes the bits in the block sequentially by reducing an accumulated distance between the initial estimate and the bits of the block; and

determining the block using a likelihood ascent (LAS) method, wherein the LAS method iteratively updates the bits of the block starting from the initial estimate, wherein steps of the method are performed by a processor of a receiver. [Claim 2]

The method of claim 1, further comprising:

selecting at least one of a value of M for the QRD-M method and a number of the iterations for the LAS method based on a size of the block, wherein M is a number of surviving paths in each stage of the QRD-M method.

[Claim 3]

The method of claim 1, further comprising:

selecting a value of M for the QRD-M method according to a size of a memory of the receiver and a computational speed of the processor, wherein M is a number of surviving paths in each stage of the QRD-M method.

[Claim 4]

The method of claim 1, further comprising:

selecting a maximal value of M for the QRD-M method according to a size of a memory of the receiver and a computational speed of the processor, wherein is a number of surviving paths in each stage of the QRD-M method; selecting the maximal value of M for the QRD-M method if a size of the block is less than a threshold; and otherwise

selecting a value of M less than the maximal value of M.

[Claim 5]

The method of claim 4, wherein the maximal value of M is M = N * M, wherein N is a number of iterations of the LAS method, and M is a size of an alphabet for values of the bits in the block.

[Claim 6]

The method of claim 4, wherein the maximal value of M is a maximal number of branches of the LAS method that can be stored in a memory of the receiver.

[Claim 7]

The method of claim 4, further comprising:

determining a size of the block from a data packet header communicated with the block; and

selecting the maximal value of M based on the size of the block.

[Claim 8]

The method of claim 1 , further comprising:

minimizing a number of iterations of the LAS method, if a size of the block is less than a threshold.

[Claim 9]

A receiver, comprising:

at least one antenna for receiving a block of data over a communication channel; and

a processor for decoding the block of data, wherein the processor is configured for determining an initial estimate of bits in the block using a QR decomposition (QRD-M) method and determining the block using a likelihood ascent (LAS) method iteratively updating the bits of the block starting from the initial estimate.

[Claim 10]

The receiver of claim 9, wherein the processor selects a value of M for the QRD-M method based on a size of the block, wherein M is a number of surviving paths in each stage of the QRD-M method decoding the block sequentially by reducing an accumulated distance between the initial estimate and the bits of the block.

[Claim 11]

The receiver of claim 10, wherein the processor selects the value of M for the QRD-M method in dependence of a size of a memory in the receiver and a computational speed of the processor.

[Claim 12]

The receiver of claim 10, wherein the processor selects a maximal value of M for the QRD-M method if the size of the block is less than a threshold and otherwise selects the value of M less than the maximal value of M.

[Claim 13]

The receiver of claim 12, wherein the processor determines the maximal value of M based on a size of a memory of the receiver and a computational speed of the processor.

[Claim 14]

The receiver of claim 12, wherein the processor determines the maximal value of as M = N * M, wherein N is a number of iterations of the LAS method, and M is a size of an alphabet for values of the bits in the block.

Description:
[DESCRIPTION]

[Title of Invention]

METHOD FOR DECODING BLOCK OF DATA RECEIVED OVER COMMUNICATION CHANNEL AND RECEIVER

[Technical Field]

[0001]

This invention relates generally to digital communications, and more particularly to decoding block of data received over communication channel.

[Background Art]

[0002]

A multiple-input multiple-output (MIMO) system uses multiple transmit and receive antennas. The MIMO system can increase channel transmission capacity in proportion to the number of antennas without allocating additional frequency or transmission power, as compared to a system using a single antenna. The channel capacity of the MIMO system mainly depends on a signal detecting method used in a receiver in order to recover blocks of transmitted symbols. It is important to design the signal detecting method of the MIMO system so that high performance, low complexity and detection delay are achieved. This is a particular problem for doubly-selective channels that are subject to time-varying fading and multi-path delays, where both inter-carrier interference (ICI) and inter-symbol interference (ISI) occur.

[0003]

An example of the signal detecting method of the MIMO system may include a maximum likelihood (ML) detecting method, a sphere decoding algorithm, a QR-decomposition with M-algorithm (QRD-M) algorithm, and so on.

[0004] Although the ML detecting method provides optimal performance in a MIMO system, the operational complexity exponentially increases when the number of transmitting antennas increases and a higher order modulation method is used. Therefore, there is a disadvantage in that the ML detecting method is not practically used.

[0005]

The sphere decoding algorithm provides performance similar to that of the ML method and the significantly reduced average operation complexity as compared to the ML detecting method. However, the sphere decoding algorithm instantaneously changes complexity due to the condition number of a channel matrix and the noise dispersion. As a result, the sphere decoding algorithm represents an operational complexity similar to the ML method in a worst case scenario. In other words, the operational complexity of the sphere decoding algorithm has a large standard deviation and randomness. Therefore, it is difficult to apply the sphere decoding algorithm to applications where a mobile base station has limited power and low detection latency tolerance.

[0006]

The QRD-M method is provided as a compromise between performance and complexity. In the QRD-M method, the amount of computation required to detect signals is fixed regardless of channel conditions or noise power. Therefore, the QRD-M method detecting the signals considers more information at each process, thereby making it possible to further reduce the operational complexity. In other words, when there is well-conditioned channel environment or low noise power, the QRD-M method reduces the number of remaining candidate symbols, thereby reducing operations relating to accumulated distances calculated at each branch. However, the detection performance of the QRD-M method depends on the number of selected candidates and the more the number of candidates, the larger the operational complexity becomes.

[Summary of Invention]

[0007]

The channel variation over a single block of symbols transmitted on a doubly selective channel is not negligible due to both ICI and ISI. Maximum Likelihood Detection (MLD) is unfeasible in high data rate MIMO systems. Several detection methods can achieve near-MLD performance. For example, QR decomposition with M-algorithm, i.e., a QRD-M method, reduces the complexity by selecting M candidates with the smallest accumulated metrics at each level of the tree search.

[0008]

However, to achieve near-MLD performance for a QRD-M algorithm, M should be made large, thereby necessitating higher computational complexity, which is undesirable. Another likelihood ascent search (LAS) method for low- complexity large MIMO detection achieves a near-maximum likelihood (ML) performance, but only for the systems with hundreds of antennas. Placing hundreds of antennas can be difficult in communication terminals that have space constraints. In addition, the LAS method performs well only for relatively large blocks of transmitted data.

[0009]

Some embodiments of the invention are based on a recognition that for different sizes of the blocks of data transmitted over multiple communication channels different types of detectors can be more optimal than the others, especially considering limiting computational resources of the receivers. For example, for the block of one size to be detected by a receiver of predetermined computational power, the QRD-M can be more optimal than the LAS. The size of the small block and the value of M are governed by the computational power of a decoder. With the increase of the size of the block, the LAS method can become more optimal.

[0010]

Some embodiments of the invention are based on recognition that a combination of QRD-M and LAS can be used to detect block of data of different sizes. For example, an output of QRD-M with possibly suboptimal ean serve as an input to the iterations of LAS. Such a combination works better for decoding medium sized block of data by a decoder with limited computational power. Moreover, some embodiments are based on another realization that varying the value of M and a number of iterations of LAS the dominance of QRD-M or LAS methods over one other can be varied.

[0011]

Accordingly some embodiments are based on a realization that the method for detecting the block should be selected as a function of the size of the block. Various embodiments of the invention describe different combinations of the detectors for different sizes of the block of transmitted data and provide a method for selecting one or combination of the detectors based on the size of the block and/or computational power of the receivers.

[0012]

Accordingly, one embodiment discloses a method for decoding a block of data received over a communication channel. The method includes determining an initial estimate of bits in the block using a QR decomposition (QRD-M) method, wherein the QRD-M method decodes the bits in the block sequentially by reducing an accumulated distance between the initial estimate and the bits of the block; and determining the block using a likelihood ascent (LAS) method, wherein the LAS method iteratively updates the bits of the block starting from the initial estimate, wherein steps of the method are performed by a processor of a receiver.

[0013]

Another embodiment discloses a receiver including at least one antenna for receiving a block of data over a communication channel; and a processor for decoding the block of data, wherein the processor is configured for determining an initial estimate of bits in the block using a QR decomposition (QRD-M) method and determining the block using a likelihood ascent (LAS) method iteratively updating the bits of the block starting from the initial estimate.

[Brief Description of the Drawings]

[0014]

[Fig. 1]

Figure 1 is a schematic of a communication system employing some principles of the invention.

[Fig. 2]

Figure 2 is an example of the implementation of a decoder according to one embodiment of the invention.

[Fig. 3]

Figure 3 is a block diagram of a method that adaptively vary the dominance of decoding methods according to some embodiment of the invention.

[Fig- 4]

Figure 4 is a block diagram of a method for determining a value of M for the QRD-M method according to some embodiment of the invention.

[Fig. 5]

Figure 5 is a block diagram of a method for selecting a number of iterations N for a LAS method according to some embodiment of the invention.

[Fig. 6] Figure 6 is a block diagram of an exemplar wireless communication system according to some embodiment of the invention.

[Fig. 7]

Figure 7 is a schematic of a tree structure of the QRD-M method according to some embodiment of the invention.

[Fig. 8]

Figure 8 is a block diagram of the QRD-M method according to some embodiment of the invention.

[Fig- 9]

Figure 9 is a graph of log-likelihood as a function of iterations for the LAS method according to one embodiment of the invention.

[Fig. 10]

Figure 10 shows a block diagram of the LAS method according to one embodiment of the invention.

[Description of Embodiments]

[0015]

Figure 1 shows a schematic of a system 100 employing some embodiments of the invention. The system 100 includes a transmitter 110 and a receiver 120 communicating via channels 150. The system can be a multiple-input multiple- output (MIMO) system, in which the transmitter and/or the receivers use one or multiple antennas 11 1, 121. Both the transmitter and the receiver can include processors and memory for processing transmitted data, and at least one RF chain connected to the antennas.

[0016]

The MIMO system can increase transmission capacity of the channels 150 in proportion to the number of antennas without allocating additional frequency or transmission power, as compared to a system using a single antenna. However, some embodiments of the invention consider a point-to-point communication system with a single antenna at the transmitter and receiver.

[0017]

Some embodiments are based on a general realization that block of the data transmitted over a communication channel can be better detected by a combination of the detectors rather than a single detector. The combination of the detectors can be selected, e.g., based on a size of the transmitted block of data and/or computational power of the receiver.

[0018]

For example, the receiver 120 includes a first detector 130 and a second detector 140. The first detector provides an initial estimation of the transmitted block of data 115. The initial estimation 135 can be suboptimal but instead of outputting that suboptimal detection, the initial estimation 135 serves as an input to the second detector 140 that revises the initial estimation to detect 145 the block of data. In such a manner, even if the detectors can be designed to be suboptimal, e.g., due to limited computational resources of the receiver, as long as the combination of the detectors provides the acceptable detection accuracy.

[0019]

Figure 2 shows an example of the implementation of a decoder 200 of the receiver 120 according to one embodiment of the invention. This embodiment is based on a specific realization that a combination of QR decomposition with M (QRD-M) and likelihood ascent search (LAS) methods can be used together to detect block of data of different sizes. For example, an output of QRD-M with possibly suboptimal ean serve as an input to the iterations of LAS.

[0020]

This embodiment is advantageous for the receivers with limited computational power. The QRD-M method reduces the complexity by selecting M candidates with the smallest accumulated metrics at each level of the tree search. The optimal value of M increases with the increase of the size of the block of data to be detected. However, the maximal value of M in the QRD-M is governed by the computation power of a processor of the decoder. For blocks 1 15 having sufficiently small size, the maximal possible value of M can be sufficient to optimally decode the block of data. In such situations, the QRD-M method is better than LAS.

[0021]

For example, consider the optimal ML-detector, which has the form

where a vector of length N x, denotes the estimate of the transmitted block, and where N corresponding to the size of the block that is being detected. f y Xi n(S) is the likelihood function of the received block, y, given the transmitted block c, and the channel H. Note the following dimensions of the variables in the above: x is again a vector of length N, where each of the elements represents a modulation symbol drawn from an alphabet of size . For example, if QPSK modulation is employed at the transmitter, then M = 4. H is an NxN matrix of complex valued channel coefficients.

[0022]

Thus, an ML detector tests all possible transmitted blocks, x, and chooses the one that maximizes H) for the given channel. The number of possible transmitted blocks that need to be tested depends on both the size of the alphabet M and the size of the block, N, and can be written explicitly as M N . For an example tree diagram with Ν = 3 and M = 4, there are a total of 4 3 = 64 possible blocks and thus a total of 64 length 3 paths that are potential solutions. The ML detector tests all 64 paths. [0023]

The QRD-M method treats the detection problem as a tree-search problem where each of the M^possible blocks is represented by a length N path through a tree with N+l levels. The QRD-M detector operates by iteratively pruning the number of paths that are searched in the tree to just M. That is at each level, M * M branch metrics are computed, which is also the number of length N paths that are tested by the QRD-M detector. Accordingly, as used herein, the optimal value of M for the QRD-M detector is such a value that allows QRD-M detector to obtain the exact ML detector performance, i.e., the optimal value of M is such that

MM = M N . Solving for M yields M = = M w_1 . This is the optimal value of

M in the sense that the QRD-M detector and the ML detector are equivalent.

[0024]

For small block sizes and low modulation orders setting M = M N_ 1 can be feasible from a computational and memory perspective. However, the benefit of the QRD-M detector is its ability to obtain near ML performance with values of M much less than M^ -1 . As a rule of thumb, setting M = N * M is large enough so that the performance that is very close to the ML detector. We note that while the setting of M— N * M produces a detector with near-ML performance it is still a sub-optimal setting in the sense that the ML detector provides a lower bound on the achievable detection performance. For any value of M and modulation alphabet size M, the QRD-M method eventually computes N * M * M branch metrics. For a setting of M = N * M the number of branch metric computations becomes N 2 M 2 and is the typical number of QRD-M branch metric computations that are needed to obtain near ML-performance.

[0025] Generally, to achieve near-MLD performance for a QRD-M algorithm, M should be made large, thereby necessitating higher computational complexity, which is undesirable. Accordingly some embodiments of the invention use sub- optimal value of M for the QRD-M method. As used herein, the suboptimal value of M of the QRD-M method is M < N * M.

[0026]

Another likelihood ascent search (LAS) method for low-complexity large M1MO detection achieves a near-maximum likelihood (ML) performance, for relatively large blocks of transmitted data. LAS is a greedy search algorithm that also attempts to iteratively improve its estimate of the transmitted block ,x^ l by finding a new estimate x^ l+1 hat has a larger likelihood value.

[0027]

That is, H) for i = 0, ... N iter - 1. Where i is the iteration count, N iter is the maximum number of iterations in the LAS algorithm and x^ is the estimate of the transmitted block at the i th iteration of the LAS algorithm. In each iteration of the LAS algorithm, each of the N symbols in x^is checked/tested to see if replacing the symbol with another value from the modulation alphabet, M, will increase the likelihood function.

[0028]

Because, the LAS is a greedy algorithm, the LAS can converge to a local maxima rather than a global optimal maximum. However, the increase in dimensionality of the LAS reduces the probability that for a given starting point (initial estimate x^) converges to a local minimum. Another words, the increase in dimensionality of LAS at each iteration increase the probability of finding a dimension that improves the likelihood. For i.i.d. channels(the elements of the matrix H are independent and identically distributed), it can be shown that as the block size tends to infinity the performance of LAS converges to the ML performance. While infinitely long block sizes are not feasible in practice, usually a block size of in the range of 200-400 is sufficient observe ML performance.

[0029]

However, some embodiments are based on recognition that LAS can be effective for smaller sizes of the block of transmitted data if a starting point of the LAS is selected such that the initial estimate differs from the ML solution in a few locations. This ensures that the LAS algorithm starts near the global optimum solution. This requirement that the initial estimate is close to the ML solution is needed since that small block size inhibits the ability of the LAS algorithm to recover from initial starting points that are near local minima. Moreover, some embodiments of the invention are based on realization that the output of the QRD- even with suboptimal value of ean provide such an initial estimate.

[0030]

Accordingly, in one embodiment, a decoder for decoding a block of data received over a communication channel includes a first detector for determining an initial estimate 215 of bits in the block 1 15 using a QRD-M method 210 decoding the block sequentially by reducing an accumulated distance between the initial estimate and the bits of the block, and includes a second detector for determining the block using a LAS method 220 iteratively updating the bits of the block starting from the initial estimate.

[0031]

In some embodiments, the size of the block of data to be transmitted is known in advance. In those embodiments, the values of M for the QRD-M detector and a number of iterations N for the LAS detector are optimized for that size and the computational power of the decoder. For example, assume that the decoder has memory that is large enough to store q branch metrics, then the maximal value that the M parameter can be set to is q. The maximum number of iterations in the LAS portion of the decoder, N iter , can then be set according the processing speed of the decoder.

[0032]

However, in some situations, the size of the block of data is unknown until received. For example, in variable length data transmission such as designed according to the IEEE 802.1 1 standard, where the size of the block is variable and the size is provided in a data packet header.

[0033]

For those situations, some embodiments of the invention determine values of M and N iter for an average size of the block. Alternative embodiments, however, vary the value of M and a number of iterations N iter of LAS in dependence of the size of the block. Those embodiments are based on recognition that for small size of the block the maximal possible value of ean be sufficient to decode the block, so there is no need to heavily rely on the LAS. In contrast, for the large sizes of the block, the LAS method does not need a good initial estimation from the QRD-M to detect the block and complexity of the QRD-M method can be further reduced.

[0034]

Figure 3 shows a block diagram of a method according to some embodiments that adaptively select the value of M and/or a number of iterations N iter of LAS to vary the dominance of QRD-M and the LAS methods over each other in the decoder. The method determines 310 at least one of a value of M 315 for the QRD-M method and a number of the iterations 335 for the LAS method based on a size of the block, wherein M is a number of surviving paths in each stage of the QRD-M method. Next, the method decodes 320 the block using QRD- M with value of M 315 to determine the initial estimate 325 of the block, and decodes 330 the block using LAS with N iter 335 iterations starting from the initial estimate 325.

[0035]

Figure 4 shows a block diagram of a method for determining the value of M for the QRD-M method. The method determines 410 a maximal value of M for the QRD-M method in dependence of a computational power 405 of the receiver decoding the data, which can included at least one of a size of a memory 406 and a computational speed or processing speed 407 of a processor of the receiver. In some implementation, this steps of performed offline. For example, if a receiver has memory large enough to hold q branch metrics and the processing speed 407 at least fast enough to compute b max branch metrics in a detection interval, then, for a given alphabet size and block size, the maximal value of that can be supported by the hardware is M max = min(q, ~ ^f])- Essentially, the maximal value of is determined by memory and processing limitations of the hardware.

[0036]

During the online decoding, the decoder of the receiver compares 420 the size of the block 430 with a threshold 440, and selects 450 the maximal value of M 415 for the QRD-M method if a size of the block is less 451 than a threshold, and otherwise 452 selects a value of M less than the maximal value of M. This embodiment is counterintuitive in a sense that the value of M is decreased when the size of the block is increased. However, this embodiment allows reducing the complexity of the QRD-M method when such a complexity is not necessary. In some embodiments, the value of M is selected as one to reduce the effect of the QRD-M methods to its minimum.

[0037] In some embodiments, the threshold is selected by considering that q is the hardware constraint on the maximum value of M. Thus, the receiver computes 420 N * q * M and checks to see if this is larger than b max . If so, then the value of M used in the QRD-M algorithm is set to M max , 415. It is possible that M max is larger than N * M, in this case the detector can consider that the given system parameters: the block size N, alphabet size,M, and processing power, b max are such that QRDJVI alone can process the received block. In the case when, M max < N * M the detector will sequentially perform a QRD-M detection and LAS detection with the output of the QRD-M detection acting as the initial estimate, x^, for the LAS detection. In this case the value of M depends on blocksize and can be computed

M = max(l, [256/N1)

where [·] denotes the ceiling function. The value of 256 shown above is suggested by the fact that for large blocks (> 200 symbols) the LAS algorithm performs better than the QRD-M algorithm when M is less than the optimal rule of thumb value of M = N * M. Additionally, as the block size increases, some embodiments allow the LAS algorithm to handle more of the detection processing. Other functional relations that reduce the M parameter value as the block size increases are also appropriate. However, setting M = M max independent of the block size may cause unnecessary complexity in the QRD-M portion of the detector, 320.

[0038]

Additionally or alternatively to selecting a value of M for QRD-M method, some embodiments select the number of iterations for the LAS method 330. Because the LAS method finds a local minima of the likelihood function, some embodiments do not adapt the number of iterations, N iter . Essentially, after a number of iterations the LAS method converges to a minimum and additional iterations no longer result in improved performance. Accordingly, some embodiments test each new estimated block x^ l ho see if any of the components have changed from the previous estimate x^ -1 ^. If so, then further iterations are potentially needed.

[0039]

However, some embodiments limit the total number of iteration allowed so as to minimize the number of computations carried out for each block and or to emphasize the dominance of the ORD-M method over the LAS method.

[0040]

Figure 5 shows a block diagram of selecting a maximal number of iterations N for the LAS method in dependence of the size of the block and/or the value of M. In this embodiment, the decoder compares 520 the size of the block 430 with a threshold 540, and selects 550 the minimal value of N 515, e.g., N=l, for the LAS method if a size of the block is less 551 than a threshold, and otherwise 552 selects a maximal value of iterations N, e.g., no more than 5-10 iterations are needed for convergence.

[0041]

Exemplar Embodiment

One embodiment of the invention considers a point-to-point communication system with a single antenna at the transmitter and receiver. This embodiment considers frequency-flat fading for the channel that is quasi-stationary for K block symbols.

[0042]

Figure 6 shows a general block diagram of an exemplar wireless communication system including a transmitter 1 10 and a receiver 120 employing some principles of the invention. The transmitter modulates 620 the input bits 610 to produce symbols 625. Examples of the modulation 620 include but not limited to, BPSK (Binary Phase Shift Keying), QPSK (Quadrature Phase Shift Keying), M-ary QAM (Quadrature Amplitude Modulation). The symbols 625 can include a block of sequential symbols taken N at a time. For example, a vector x(n) can represent nth block comprising N modulation symbols. The modulated symbols can be assumed to have zero mean and unit power and are statistically independent, thus the following hold:

E{ x(n))} = 0 and E{x(n)x(nf} = l N ,

wherein the operator E{} represents the expectation and l N is an N xN identity matrix. The j th symbol transmission in the n th block is denoted by Xj(n) in x(«), that is, u(n) also denotes a collection of symbols for N uses of the channel.

[0043]

In some embodiments, the block of data is precoded 630 by an N xN unitary precoding matrix P. The matrix P can be any N xN unitary matrix, such as Discrete Fourier Transform (DFT) or Walsh-Hadamard matrices. One embodiment can also apply a random rotation 640 to the output of the precoder in the form of an N xN diagonal matrix with random complex entries along its diagonal. This rotation 640 can have the form

Λ = diag(e jei , e^ 2 , ... , e j(>N ) ,

wherein e is the number representing the base of the natural logarithm, j is the imaginary unit, i.e., j = V— Ϊ, and the = 1,2, ... N are i.i.d uniform random variables over {0, 2π}. The rotation matrix has the effect of improving the bit error rate performance at higher signal to noise ratios.

[0044]

Therefore, after application of the precoding matrix P and the phase rotation matrix, Λ, the input 645 to the channel H 650 is u = ΡΛ χ ( η ). Because P and Λ are unitary (ΡΛ)(ΡΛ) Η = I N . The channel, H 650 can be modeled as an N xN diagonal matrix, H = diag{h 1 , h 2 , ... h N ), where the N elements are complex normal random variables with unit variances. The white Gaussian noise z(n) is added 660 to the channel and the received signal 670 including the block of data is y(n) = ΗΡΛχ(η) + z(n) = eq x(n) + z(n).

[0045]

The above equation shows that the system can be viewed as an N x N virtual MIMO system with N-virtual spatial streams. Because the received vector signal y(n) is expressed by means of the block symbol x{ri), the receiver 120 employs a decoder for a block- wise detection of the block symbol x(n) out of y n) according to various embodiments of the invention.

[0046]

Example of QRD-M method

Figure 7 shows a schematic of a tree structure 700 of 3x3 MIMO system with QPSK modulation and M=4. Bold lines denote the survivor paths by means of the QRD-M algorithm. In this example, the tree structure for the detection of the system equipped with three antennas at the transmitter and receiver. The number of stages is the same as the number of antennas, so that there are three stages. This example uses QPSK for the transmission symbol and M=4 for the QRD-M, i.e., there are four survivor paths in the detection process. At each stage 710, 720, and 730, the accumulated Euclidean distance matric is computed for all available paths, and then only M paths (in this case four paths) are selected that have minimum accumulated Euclidean distances among all the paths.

[0047]

In the first stage 710, because there are only four paths for four potential symbols when QPSK modulation is used, all the paths 711 are selected as survivor paths. At the second stage 720, the further computations of the accumulated Euclidean distances only computed from the survivor paths. That is, there are sixteen accumulated Euclidean distances corresponding to all paths, so only four survivor paths 721, 722, 723 and 724 are selected in the second stage. At the third stage 730, the QRD-M method selects the path, e.g., 731, which has the minimum accumulated Euclidean distance. This path gives the final data decision via the QRD-M, as the length N path from the root node down to the leaf node with the minimum accumulated Euclidean distance represents the sequence of symbols that are the most likely to have been transmitted.

[0048]

Figure 8 shows a block diagram of the QRD-M method according to one embodiment of the invention. The embodiment, for an equivalent channel matrix H eq , applies the QR decomposition 801 to determine [Q, R] = QR(H eq ) , i.e., QR = U eq , where Q is unitary matrix and R upper triangular matrix and multiply 810 y(ri) by the Hermitian matrix of Q H to y(n) to generate y(n) = Q H y(n).

[0049]

The embodiment also initialize a counter k = 0, a set of M accumulators

( cc fc (l) = 0, ... , acc k (M) = 0), and a set of survivor paths S k = {0}. If 820 k is smaller 821 than the block size N 820, for a possible number of branches,

[0050]

The embodiment computes 840 the accumulated Euclidean distances acc(j) = acc k (j) + ||5¾ν-* ) (η) - R iN _ k) Xj \\ for j = 1,2, ... , Δ Μ , where y ( jv-fc ) ( ) i s the (N— k)t element of y(n), ? ( V _ /c) is the (N— /c)th row vector of R and Xj is the constellation symbol on the jt branch.

[0051] Next, the embodiment selects 850, among all Δ Μ branches, only M branches having minimum accumulated Euclidean distance, such as M branches, (ji > )2 > > ΪΜ) > an d their corresponding accumulated Euclidean distances (acc(j 1 ), ... , acc(j M )).

[0052]

The embodiment increases 860 the counter k by one, and updates survivor paths with its previous survivor paths S K = {S K~ L , (J 1 ,j 2 >■■■ >JM)} ■> accumulated Euclidean distance (acc fc (/i) = accQi), ... , acc k (j M ) = acc(j M )). The iterations that return 870 back to the test 820. When k = N 880, the embodiment traces back the survivor paths S K having minimum accumulated Euclidean distance at k = N, so that the data decision x(n can be made.

[0053]

Example of LAS method

Figure 9 shows a graph of log-likelihood as a function of iterations for the LAS method according to some embodiments of the invention. The LAS algorithm, as noted previously, is a greedy search algorithm which seeks to improve upon its current estimate by finding a data vector x that has a larger likelihood at each iteration. Details of how the search is carried are described below, and Figure 9 is intended to show that for every iteration the candidate solution has a larger likelihood value than the previous value. In fact, if the current candidate solution cannot improve upon the previous solution the algorithm terminates as it has either found the global optimal solutions or has settled at a local maximum.

[0054]

Figure 10 shows a diagram of an implementation of the LAS method according to one embodiment. This embodiment assumes that BPSK modulation is used in the transmitter, which is equivalent to setting M = 2. From expression for the received signal y(n), the matrix G is defined 1010 using an equivalent channel matrix as G = 2Re(H e? // H e? ) , and an initial estimate of the symbol block formed, 202. One example of the initial estimate is

#°> (n) - sgn(Re[l + H H eq H eq } ~ " H H eq y{n).

[0055]

At k=0, where k denotes the number of iterations, an initial estimate of the block symbol is formed, 1020. For a given iteration, k 1030 which is smaller 1031 than N iter , the embodiment computes the N by 1 vector g (k whose jth element is denoted by g , 1040. The computation uses the equivalent channel H eq and the previous data vector estimate to determine

g k = 2Re{H eq y - GxW)

[0056]

Next, the embodiment updates 1050 the estimate of the j th symbol of 3c (fe) comparing g k with the magnitude of the kth diagonal element of the matrix G considering the estimated symbol in the previous iteration, and proceed 1070 to the next symbol. When the required number of iterations N iter is reached 1032, the data detection is obtained 1035.

[0057]

The above-described embodiments of the present invention can be implemented in any of numerous ways. For example, the embodiments may be implemented using hardware, software or a combination thereof. When implemented in software, the software code can be executed on any suitable processor or collection of processors, whether provided in a single computer or distributed among multiple computers. Such processors may be implemented as integrated circuits, with one or more processors in an integrated circuit component. Though, a processor may be implemented using circuitry in any suitable format. [0058]

Also, the embodiments of the invention may be embodied as a method, of which an example has been provided. The acts performed as part of the method may be ordered in any suitable way. Accordingly, embodiments may be constructed in which acts are performed in an order different than illustrated, which may include performing some acts simultaneously, even though shown as sequential acts in illustrative embodiments.

[0059]

Use of ordinal terms such as "first," "second," in the claims to modify a claim element does not by itself connote any priority, precedence, or order of one claim element over another or the temporal order in which acts of a method are performed, but are used merely as labels to distinguish one claim element having a certain name from another element having a same name (but for use of the ordinal term) to distinguish the claim elements.