WO2019141353A1 - Signal decoder and method for determining the qr decomposition of an m×n input matrix - Google Patents

Signal decoder and method for determining the qr decomposition of an m×n input matrix Download PDF

Info

Publication number
WO2019141353A1
WO2019141353A1 PCT/EP2018/051048 EP2018051048W WO2019141353A1 WO 2019141353 A1 WO2019141353 A1 WO 2019141353A1 EP 2018051048 W EP2018051048 W EP 2018051048W WO 2019141353 A1 WO2019141353 A1 WO 2019141353A1
Authority
WO
WIPO (PCT)
Prior art keywords
matrix
signal decoder
input
matrices
multiplying
Prior art date
Application number
PCT/EP2018/051048
Other languages
French (fr)
Inventor
Alon SIDI
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Priority to PCT/EP2018/051048 priority Critical patent/WO2019141353A1/en
Publication of WO2019141353A1 publication Critical patent/WO2019141353A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L25/00Baseband systems
    • H04L25/02Details ; arrangements for supplying electrical power along data transmission lines
    • H04L25/03Shaping networks in transmitter or receiver, e.g. adaptive shaping networks
    • H04L25/03006Arrangements for removing intersymbol interference
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/02Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas
    • H04B7/04Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas
    • H04B7/0413MIMO systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/02Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas
    • H04B7/04Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas
    • H04B7/08Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas at the receiving station
    • H04B7/0837Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas at the receiving station using pre-detection combining
    • H04B7/0842Weighted combining
    • H04B7/0848Joint weighting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L25/00Baseband systems
    • H04L25/02Details ; arrangements for supplying electrical power along data transmission lines
    • H04L25/0202Channel estimation
    • H04L25/024Channel estimation channel estimation algorithms
    • H04L25/0242Channel estimation channel estimation algorithms using matrix methods
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L25/00Baseband systems
    • H04L25/02Details ; arrangements for supplying electrical power along data transmission lines
    • H04L25/03Shaping networks in transmitter or receiver, e.g. adaptive shaping networks
    • H04L25/03006Arrangements for removing intersymbol interference
    • H04L2025/0335Arrangements for removing intersymbol interference characterised by the type of transmission
    • H04L2025/03426Arrangements for removing intersymbol interference characterised by the type of transmission transmission using multiple-input and multiple-output channels

Definitions

  • the present invention relates to a signal decoder for determining the QR decomposition of an M x N input matrix H, a method for determining the QR decomposition of an M x N input matrix H and a computer program.
  • QR decomposition In mobile communication systems such as an OFDMA (Orthogonal frequency-division multiple access)/MIMO (Multiple Input Multiple Output) communication system, QR decomposition (QRD) is widely used.
  • the QR decomposition or QR factorization of a matrix is a decomposition of a matrix into a product of an orthogonal matrix Q and an upper triangular matrix R.
  • QR decomposition is the usage of the Q and R matrices by the Sphere decoder or the K-Best Sphere decoder, which are near maximum-likelihood channel equalizers in the MIMO environment.
  • the present invention aims to improve the QR decomposition.
  • the present invention has thereby the object to provide a signal decoder for determining the QR decomposition and a method of determining the QR decomposition, which operate with better performance compared to the corresponding solutions known in the art.
  • the object of the present invention is achieved by the solution provided in the enclosed independent claims.
  • Advantageous implementations of the present invention are further defined in the dependent claims.
  • the present invention proposes to use the Gauss Jordan Elimination on a
  • Hermitian matrix G in the form G H H H and a conjugated transposed matrix H H of the input matrix H with a unique scaling. The process is halted when the N x N matrix which equals the upper triangular matrix (R) and the N x M matrix which equals the
  • the conjugated transposed matrix of an M-by-N matrix A with complex entries is the N-by-M matrix A * obtained from A by taking the transpose and then taking the complex conjugate of each matrix element.
  • a Hermitian matrix or self-adjoint matrix is a complex square matrix that is equal to its own conjugated transposed matrix. This implies that the element in the z-th row and j- th column is equal to the complex conjugate of the element in the j- th row and z-th column, for all indices z and j.
  • GJE Gauss Jordan Elimination
  • the row with the same row index as of this diagonal element in both the 'left matrix' and the 'right matrix' may be scaled by the reciprocal of the square root of this diagonal element value itself.
  • the process may be named QRD via Gauss Jordan Elimination (QRD-GJE).
  • the present invention offers advantages in its implementation simplicity, high accuracy, reduced silicon area and easy scalability. Instead of complex matrix calculations, the present invention relies in part on simple vector by scalar multiplications and simple vector by scalar multiplication and accumulation (MAC). For a single pipeline stage only multipliers are needed and for the whole scheme only a single divider and a single inv-sqrt (inverted square root) unit is needed. In addition to design simplification, the proposed solution leads to area reduction compared to a conventional implementation.
  • the invention herein describes a hardware, which calculates the QRD based on GJE with the following major differences.
  • the hardware performs GJE on the augmented matrix [G
  • the process herein is halted when only all the elements below the diagonal of the N x N‘left matrix’ are zeroed.
  • the pivot rows which are the final outputs, may be uniquely scaled by the reciprocal of the square root of the pivot itself.
  • the signal decoder is configured to provide the orthonormal matrix Q from the conjugated transposed matrix Q H of the orthonormal matrix Q.
  • the orthonormal matrix Q can be calculated easily from its conjugated transposed matrix Q H .
  • the signal decoder is configured to perform a Gauss Jordan Elimination on the augmented matrix K 0 , wherein the Gauss Jordan Elimination is terminated when the N x (M + N) augmented matrix K N having as a left matrix the N x N matrix which equals the upper triangular matrix R and as a right matrix the N x M matrix which equals the conjugated transposed matrix Q H is received and all the elements below the diagonal of the matrix are zeroed.
  • the Gauss Jordan Elimination is terminated when the N x (M + N) augmented matrix K N having as a left matrix the N x N matrix which equals the upper triangular matrix R and as a right matrix the N x M matrix which equals the conjugated transposed matrix Q H is received and all the elements below the diagonal of the matrix are zeroed.
  • the signal decoder is configured to scale each of the pivot rows by the reciprocal of the square root of the row’s pivot itself. Such provision is easy to implement and allows increased performance.
  • the signal decoder is configured to perform recursions indexed by k that ranges from 0 to N— 1 on the augmented matrix K 0 , with the (N— k) x (N— k ) Hermitian matrices C k
  • the A multiplications are implemented as simple row multiply or multiply and accumulate (MAC) operations. This proceeding increases the performance.
  • MAC multiply and accumulate
  • the input matrix G is the product H H H where the M x N channel matrix H is a transmission channel of received data signals.
  • the input matrix G can be easily provided based on the channel matrix H.
  • the data signals may include typical mobile communication signals for example phase-shift keying (PSK) signals or quadrature amplitude modulation (QAM) signals.
  • PSK phase-shift keying
  • QAM quadrature amplitude modulation
  • the signal decoder is a part of a MIMO decoder and/or a MIMO precoder. Due to increasing complexity of MIMO systems, the proposed solution is especially suitable for such systems as parallel execution of the filtering operations is possible.
  • a third aspect of the present invention provides a computer program with a program code for performing the method as described above when the computer program runs on a computer or on the signal decoder as described above.
  • the same advantages and modifications as described above apply. It has to be noted that all devices, elements, units and means described in the present application could be implemented in the software or hardware elements or any kind of combination thereof. All steps which are performed by the various entities described in the present application as well as the functionalities described to be performed by the various entities are intended to mean that the respective entity is adapted to or configured to perform the respective steps and functionalities.
  • Fig. 1 shows an example of a signal decoder for determining the QR decomposition of an input matrix H.
  • Fig. 2 shows a flowchart of an exemplary implementation of a method for determining the QR decomposition of an input matrix H.
  • the signal decoder 100 is for example part of a transmission system like a wireless communication system.
  • the signal decoder 100 may be implemented as a system on a chip, a microprocessor, a DSP (Digital Signal Processor) or the like.
  • the signal decoder 100 is located at endpoints of a communication channel 120, for example at base stations, user equipment or the like and may be part of a MIMO decoder.
  • the signal decoder 100 is configured to determine the QR decomposition of an M x N input matrix H, with M 3 N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R.
  • the channel matrix H is a transmission channel of received data signals.
  • the input matrix G can be easily provided based on the channel matrix H.
  • the data signals may include typical mobile communication signals for example phase-shift keying (PSK) signals or quadrature amplitude modulation (QAM) signals.
  • PSK phase-shift keying
  • QAM quadrature amplitude modulation
  • the signal decoder 100 calculates a conjugated transposed matrix of the input matrix H.
  • the conjugated transposed matrix and the Hermitian matrix G are provided to a third block 140, where the remaining steps of the QR decomposition are performed.
  • the process can be named QRD via Gauss Jordan Elimination (QRD-GJE).
  • the blocks 120, 130 and 140 can be implemented in hardware and/or software.
  • Figure 2 shows steps of an exemplary QR decomposition via Gauss Jordan Elimination (QRD-GJE) method, which may be performed by the signal decoder 100.
  • QRD-GJE Gauss Jordan Elimination
  • the method determines the QR decomposition of an M x N input matrix H, with M 3 N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R.
  • a conjugated transposed matrix of the input matrix H and a Hermitian matrix G by multiplying the conjugated transposed matrix H H of the input matrix H and the input matrix H in the form G H H H are calculated.
  • a second step 210 an N x (M + N) augmented matrix K 0 having as a left matrix the matrix which is initialized as the Hermitian matrix G and as a right matrix the matrix which is
  • a third step 220 the augmented matrix K 0 is multiplied from the left with a series of lower triangular matrices A where k ranges from 0 to N— 1 which is equivalent to multiplying K 0 with the inverse lower triangular Cholesky decomposition matrix L 1 .
  • the upper triangular matrix R is provided as the result of the product of the Hermitian matrix G with a series of lower triangular matrices A k where k ranges from 0 to N— 1 from the left which is equivalent to multiplying G with the inverse lower triangular Cholesky decomposition matrix L -1 from the left.
  • a conjugated transposed matrix Q H of the orthogonal matrix Q is provided as the result of the product of the conjugated transposed matrix H H of the input matrix H with a series of lower triangular matrices A k where k ranges from 0 to N— 1 from the left which is equivalent to multiplying H H with the inverse lower triangular Cholesky decomposition matrix L -1 from the left.
  • the QRD of the matrix H is produced at equation (3).
  • I k is a k x k identity matrix
  • I N-k -1 is a (N — k— 1) x (N — k— 1) identity matrix
  • equations (6-7) The practical interpretation of equations (6-7) is that the A k multiplications are implemented as simple row multiply or multiply and add (MAC) operations. Specifically, for the pivot rows:
  • equations (8-9) and (12-13) imply a vector by scalar multiplication
  • equations (10-11) imply a vector by scalar multiplication accumulation (MAC).
  • MAC vector by scalar multiplication accumulation
  • L _1 and L are also lower triangular and consequently it can be stated that L is actually the Cholesky decomposition of G which is unique.

Abstract

The present invention provides signal decoder 100 for determining the QR decomposition of an M x N input matrix (H), with M≥ N, with a product of an M x N orthonormal matrix (Q) and an N x N upper triangular matrix (R). The signal decoder 100 is configured to calculate a conjugated transposed matrix (H H ) of the input matrix (H) and to calculate a Hermitian matrix (G) by multiplying the conjugated transposed matrix (H H ) of the input matrix (H) and the input matrix (H) in the form G = H H H. Further, the signal decoder 100 is configured to provide an augmented N x (M + N) matrix (K0) having as a left matrix the matrix (I) and as a right matrix the matrix (II), and to multiply the augmented matrix (K0) from the left with a series of lower triangular matrices (A k ) where k ranges from 0 to (N— 1).

Description

Signal decoder and method for determining the QR decomposition of an M*N input matrix
TECHNICAL FIELD
The present invention relates to a signal decoder for determining the QR decomposition of an M x N input matrix H, a method for determining the QR decomposition of an M x N input matrix H and a computer program.
BACKGROUND
In mobile communication systems such as an OFDMA (Orthogonal frequency-division multiple access)/MIMO (Multiple Input Multiple Output) communication system, QR decomposition (QRD) is widely used. The QR decomposition or QR factorization of a matrix is a decomposition of a matrix into a product of an orthogonal matrix Q and an upper triangular matrix R.
A very popular application of QR decomposition is the usage of the Q and R matrices by the Sphere decoder or the K-Best Sphere decoder, which are near maximum-likelihood channel equalizers in the MIMO environment.
Many wireless communication standards including the 802.11 family of standards use QR decomposition. Recent versions of 802.11 , including 802.11 ax, support high-order MIMO schemes, up to 8x8, with a very large number of frequency tones. This requires the development of up to 8x8 QR decomposition with reasonable complexity in terms of latency and required chip area.
The most common implementation of the QR decomposition is based on iterative Givens Rotations which zero elements below the diagonal of the input matrix H. As an illustration, by augmenting H and I from the right and multiplying both by an appropriate orthonormal Givens Rotation matrix G. In order to differentiate between scalar values and matrices and vectors, matrices and vectors are presented in the formulas in bold font.
Figure imgf000004_0001
With
Figure imgf000004_0002
Then the following matrix is received
Figure imgf000004_0003
That is, the lower leftmost element of H is zeroed while keeping the right side matrix orthonormal. By performing successive operations as such, an upper triangular matrix R is produced on the left, while since the Givens Rotation matrices are orthonormal, an
orthonormal matrix QH is produced on the right and naturally, H = QR. The Givens Rotations are traditionally performed via CORDIC machines, which require a very large area.
SUMMARY
In view of the above-mentioned problems and disadvantages, the present invention aims to improve the QR decomposition. The present invention has thereby the object to provide a signal decoder for determining the QR decomposition and a method of determining the QR decomposition, which operate with better performance compared to the corresponding solutions known in the art. The object of the present invention is achieved by the solution provided in the enclosed independent claims. Advantageous implementations of the present invention are further defined in the dependent claims.
In particular, the present invention proposes to use the Gauss Jordan Elimination on a
Hermitian matrix G in the form G = H H H and a conjugated transposed matrix H H of the input matrix H with a unique scaling. The process is halted when the N x N matrix
Figure imgf000005_0001
which equals the upper triangular matrix (R) and the N x M matrix which equals the
Figure imgf000005_0002
conjugated transposed matrix (QH) is received and all the elements below the diagonal of the matrix are zeroed. The process is performed in a column by column manner starting
Figure imgf000005_0005
from the leftmost side of G. The conjugated transposed matrix of an M-by-N matrix A with complex entries is the N-by-M matrix A* obtained from A by taking the transpose and then taking the complex conjugate of each matrix element. A Hermitian matrix or self-adjoint matrix is a complex square matrix that is equal to its own conjugated transposed matrix. This implies that the element in the z-th row and j- th column is equal to the complex conjugate of the element in the j- th row and z-th column, for all indices z and j.
A first aspect of the present invention provides a Signal decoder for determining the QR decomposition of an M x N input matrix H, with M ³ N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R, wherein the signal decoder is configured to calculate a conjugated transposed matrix of the input matrix H and to calculate a Hermitian matrix G by multiplying the conjugated transposed matrix H H of the input matrix H and the input matrix H in the form G = H H H; to provide an augmented (iV x M) + N matrix K0 having as a left matrix the matrix which is initialized as the Hermitian
Figure imgf000005_0003
matrix G and as a right matrix the matrix
Figure imgf000005_0004
which is initialized as the conjugated transposed matrix H H of the input matrix H; to multiply the augmented matrix K0 from the left with a series of lower triangular matrices A where k ranges from 0 to N— 1 which is equivalent to multiplying K0 with the inverse lower triangular Cholesky decomposition matrix L-1 ; to provide the upper triangular matrix R as the result of the product of the Hermitian matrix G with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 from the left which is equivalent to multiplying G with the inverse lower triangular Cholesky
decomposition matrix L-1 from the left; and to provide a conjugated transposed matrix QH of the orthonormal matrix Q as the result of the product of the conjugated transposed matrix H H of the input matrix H with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 from the left which is equivalent to multiplying H H with the inverse lower triangular Cholesky decomposition matrix L-1 from the left.
This present invention proposes for a given complex or real input matrix H to use a modification of the Gauss Jordan Elimination (GJE) procedure on the matrix G = HH H. That is, initializing a 'left matrix' as G and augmenting to it a 'right matrix' from the right which is initialized as H H and performing on both of these matrices the same row operations which result in zeroing of all the elements below the diagonal elements of the 'left matrix' in a column by column manner starting from the leftmost side of the 'left matrix'. However, in the proposed solution and in contrast to the traditional GJE procedure, when all the elements below a certain diagonal element of the 'left matrix', which is currently being processed have been zeroed, the row with the same row index as of this diagonal element in both the 'left matrix' and the 'right matrix' may be scaled by the reciprocal of the square root of this diagonal element value itself. The process may be named QRD via Gauss Jordan Elimination (QRD-GJE).
The present invention offers advantages in its implementation simplicity, high accuracy, reduced silicon area and easy scalability. Instead of complex matrix calculations, the present invention relies in part on simple vector by scalar multiplications and simple vector by scalar multiplication and accumulation (MAC). For a single pipeline stage only multipliers are needed and for the whole scheme only a single divider and a single inv-sqrt (inverted square root) unit is needed. In addition to design simplification, the proposed solution leads to area reduction compared to a conventional implementation.
The invention herein describes a hardware, which calculates the QRD based on GJE with the following major differences. The hardware performs GJE on the augmented matrix [G|HH] in contrast to traditional matrix inversion where [G|I] is processed. In contrast to the traditional GJE where all the elements above and below the diagonal of the N x N‘left matrix’ of the processed augmented matrix are zeroed, the process herein is halted when only all the elements below the diagonal of the N x N‘left matrix’ are zeroed.
In contrast to GJE, the pivot rows, which are the final outputs, may be uniquely scaled by the reciprocal of the square root of the pivot itself. At the end of the process [G|HH] transform into [R|QH] In an implementation form of the first aspect, the signal decoder is configured to provide the orthonormal matrix Q from the conjugated transposed matrix QH of the orthonormal matrix Q. Hence, the orthonormal matrix Q can be calculated easily from its conjugated transposed matrix QH. In an implementation form of the first aspect, the signal decoder is configured to perform a Gauss Jordan Elimination on the augmented matrix K0, wherein the Gauss Jordan Elimination is terminated when the N x (M + N) augmented matrix KN having as a left matrix the N x N matrix which equals the upper triangular matrix R and as a right matrix the N x M matrix which equals the conjugated transposed matrix QH is received and all the elements below the diagonal of the matrix are zeroed. Such provision is easy to implement and allows
Figure imgf000007_0001
increased performance.
In a further implementation form of the first aspect, the signal decoder is configured to scale each of the pivot rows by the reciprocal of the square root of the row’s pivot itself. Such provision is easy to implement and allows increased performance. In an implementation form of the first aspect, the signal decoder is configured to perform recursions indexed by k that ranges from 0 to N— 1 on the augmented matrix K0, with the (N— k) x (N— k ) Hermitian matrices Ck
Figure imgf000007_0002
Hermitian matrices Dfc, and the N x N matrices Ak
Figure imgf000007_0003
and the recursions on the N x N matrices and the N x N matrices being
Figure imgf000007_0005
Figure imgf000007_0006
Figure imgf000007_0004
The A multiplications are implemented as simple row multiply or multiply and accumulate (MAC) operations. This proceeding increases the performance.
In a further implementation form of the first aspect, the input matrix G is the product HHH where the M x N channel matrix H is a transmission channel of received data signals. The input matrix G can be easily provided based on the channel matrix H. The data signals may include typical mobile communication signals for example phase-shift keying (PSK) signals or quadrature amplitude modulation (QAM) signals.
In an implementation form of the first aspect, the signal decoder is a part of a MIMO decoder and/or a MIMO precoder. Due to increasing complexity of MIMO systems, the proposed solution is especially suitable for such systems as parallel execution of the filtering operations is possible.
A second aspect of the present invention provides a method for determining the QR decomposition of an M x N input matrix H, with M ³ N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R, comprising calculating a conjugated transposed matrix HH of the input matrix H and to calculate a Hermitian matrix G by multiplying the conjugated transposed matrix HH of the input matrix H and the input matrix H in the form G = HH H; providing an N x (M + N) augmented matrix K0 having as a left matrix the matrix which is initialized as the Hermitian matrix G and as a right matrix
Figure imgf000008_0001
the matrix which is initialized as the conjugated transposed matrix HH of the input matrix H; multiplying the augmented matrix K0 from the left with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 which is equivalent to multiplying K0 with the inverse lower triangular Cholesky decomposition matrix L-1; providing the upper triangular matrix R as the result of the product of the Hermitian matrix G with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 from the left which is equivalent to multiplying G with the inverse lower triangular Cholesky decomposition matrix L-1 from the left; and providing a conjugated transposed matrix QH of the orthogonal matrix Q as the result of the product of the conjugated transposed matrix HH of the input matrix H with a series of lower triangular matrices A where k ranges from 0 to N— 1 from the left which is equivalent to multiplying HH with the inverse lower triangular Cholesky decomposition matrix L-1 from the left. The same advantages and modifications as described above apply. A third aspect of the present invention provides a computer program with a program code for performing the method as described above when the computer program runs on a computer or on the signal decoder as described above. The same advantages and modifications as described above apply. It has to be noted that all devices, elements, units and means described in the present application could be implemented in the software or hardware elements or any kind of combination thereof. All steps which are performed by the various entities described in the present application as well as the functionalities described to be performed by the various entities are intended to mean that the respective entity is adapted to or configured to perform the respective steps and functionalities. Even if, in the following description of specific embodiments, a specific functionality or step to be performed by external entities is not reflected in the description of a specific detailed element of that entity which performs that specific step or functionality, it should be clear for a skilled person that these methods and functionalities can be implemented in respective software or hardware elements, or any kind of combination thereof.
BRIEF DESCRIPTION OF DRAWINGS
The above described aspects and implementation forms of the present invention will be explained in the following description of specific embodiments in relation to the enclosed drawings, in which
Fig. 1 shows an example of a signal decoder for determining the QR decomposition of an input matrix H.
Fig. 2 shows a flowchart of an exemplary implementation of a method for determining the QR decomposition of an input matrix H.
DETAILED DESCRIPTION OF EMBODIMENTS
The signal decoder 100 is for example part of a transmission system like a wireless communication system. The signal decoder 100 may be implemented as a system on a chip, a microprocessor, a DSP (Digital Signal Processor) or the like. The signal decoder 100 is located at endpoints of a communication channel 120, for example at base stations, user equipment or the like and may be part of a MIMO decoder.
The signal decoder 100 is configured to determine the QR decomposition of an M x N input matrix H, with M ³ N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R.
The channel matrix H is a transmission channel of received data signals. The input matrix G can be easily provided based on the channel matrix H. The data signals may include typical mobile communication signals for example phase-shift keying (PSK) signals or quadrature amplitude modulation (QAM) signals.
In a first block 120 of the signal decoder 100, the signal decoder 100 calculates a conjugated transposed matrix of the input matrix H. In a second block 130 of the signal decoder 100, the signal decoder 100 calculates a Hermitian matrix G by multiplying the conjugated transposed matrix of the input matrix H and the input matrix H in the form G = H. The conjugated transposed matrix and the Hermitian matrix G are provided to a third block 140, where the remaining steps of the QR decomposition are performed. The process can be named QRD via Gauss Jordan Elimination (QRD-GJE). The blocks 120, 130 and 140 can be implemented in hardware and/or software.
Figure 2 shows steps of an exemplary QR decomposition via Gauss Jordan Elimination (QRD-GJE) method, which may be performed by the signal decoder 100.
The method determines the QR decomposition of an M x N input matrix H, with M ³ N, with a product of an M x N orthonormal matrix Q and an N x N upper triangular matrix R.
In a first step 200 a conjugated transposed matrix of the input matrix H and a Hermitian matrix G by multiplying the conjugated transposed matrix H H of the input matrix H and the input matrix H in the form G = H H H are calculated.
In a second step 210 an N x (M + N) augmented matrix K0 having as a left matrix the matrix which is initialized as the Hermitian matrix G and as a right matrix the matrix which is
Figure imgf000010_0001
Figure imgf000010_0002
initialized as the conjugated transposed matrix H H of the input matrix H is provided. In a third step 220 the augmented matrix K0 is multiplied from the left with a series of lower triangular matrices A where k ranges from 0 to N— 1 which is equivalent to multiplying K0 with the inverse lower triangular Cholesky decomposition matrix L 1.
In a fourth step 230 the upper triangular matrix R is provided as the result of the product of the Hermitian matrix G with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 from the left which is equivalent to multiplying G with the inverse lower triangular Cholesky decomposition matrix L-1 from the left.
In a fifth step 240 a conjugated transposed matrix QH of the orthogonal matrix Q is provided as the result of the product of the conjugated transposed matrix H H of the input matrix H with a series of lower triangular matrices Ak where k ranges from 0 to N— 1 from the left which is equivalent to multiplying H H with the inverse lower triangular Cholesky decomposition matrix L-1 from the left.
Such procedure reduces calculation complexity and the resulting signal decoder 100 is less complex and needs less space.
In the following, a more detailed description of the QR decomposition via Gauss Jordan Elimination (QRD-GJE) method is given.
Given a matrix H and the defined matrix G
Figure imgf000011_0002
HH H, it is easy to show that
G = HHH = LLH = RH QH QR = RH R, (1) where L is the lower triangular Cholesky decomposition of G, H QR and obviously LH =
Figure imgf000011_0003
R. Therefore, if an augmented matrix K0 is defined as
K0 [G|HH], (2) then by multiplying K0 from the left by L-1, the following is received
L-1 K0 = [L-1 L-1H11] = [R|QH] (3)
That is, the QRD of the matrix H is produced at equation (3). The following is based on performing row operations on matrices and which are initialized as BQ = G = HHH and
Figure imgf000011_0001
Define the (N — k) x (N — k) lower right sub matrix of as
Figure imgf000012_0002
Figure imgf000012_0001
and define the N x N matrix A k
Figure imgf000012_0006
Where, Ik is a k x k identity matrix, IN-k -1 is a (N — k— 1) x (N — k— 1) identity matrix, then with the definitions (4-5), the recursions are finally stated as
Figure imgf000012_0003
The practical interpretation of equations (6-7) is that the Ak multiplications are implemented as simple row multiply or multiply and add (MAC) operations. Specifically, for the pivot rows:
Figure imgf000012_0004
Figure imgf000012_0005
for the rows below the pivot lines, where was defined
Figure imgf000013_0001
For indexing inside a matrix, for example the matrix [k + 1,0: N— 1], the value k is
Figure imgf000013_0002
incremented by 1 for each step of the recursion. The value k starts with 0 and reaches to N— 1.
At the end of the process the following is received
R = (14)
QH = (15)
Figure imgf000013_0003
Note that equations (4-15) simply explain the steps of the invention. A mathematical justification of the algorithm is given below.
It is easy to notice that equations (8-9) and (12-13) imply a vector by scalar multiplication, whereas equations (10-11) imply a vector by scalar multiplication accumulation (MAC). Per a single pipeline stage only multipliers may be needed and for the whole scheme only a single divider and a single inverse-square root unit may be needed. The following diagrams illustrate a processing of a 4x4 real matrix according to the above described scheme. The counter k for the number of recursions ranges from 0 to 3, with N = 4 and k from 0 to N - 1.
Figure imgf000013_0005
Multiply by and store as a 1x7 intermediate result rT , wherein r is a result vector.
Figure imgf000013_0004
Figure imgf000014_0004
Multiply by and store in-place.
Figure imgf000014_0001
Figure imgf000014_0005
Subtract from this row the multiplication and store in-place.
Figure imgf000014_0002
Figure imgf000014_0006
Subtract from this row the multiplication and store in-place.
Figure imgf000014_0003
Figure imgf000015_0003
Subtract from this row the multiplication and store in-place.
Figure imgf000015_0002
Figure imgf000015_0004
Now, after the last row has been reached, k is incremented to 1. Multiply by and store
Figure imgf000015_0001
as a 1x6 intermediate result rT .
Figure imgf000015_0005
Multiply by and store in-place.
Figure imgf000016_0001
Figure imgf000016_0004
Subtract from this row the multiplication and store in-place.
Figure imgf000016_0002
Figure imgf000016_0005
Subtract from this row the multiplication and store in-place.
Figure imgf000016_0003
Figure imgf000016_0006
Now, after the last row has been reached, k is incremented to 2. Multiply by and store
Figure imgf000017_0001
as a 1x5 intermediate result rT.
Figure imgf000017_0004
Multiply by and store in-place.
Figure imgf000017_0002
Figure imgf000017_0005
Subtract from this row the multiplication and store in-place.
Figure imgf000017_0003
Figure imgf000018_0005
Now, after the last row has been reached, k is incremented to 3. Multiply by and store
Figure imgf000018_0004
in-place. As the limit of k is reached with the value 3, the recursion is finished.
In the following, a mathematical justification of the QRD-GJE process is given.
Using equations (4-5), one can write
Figure imgf000018_0001
in that case
Figure imgf000018_0002
where is also a Hermitian matrix. Using equation (A3) as an example, the generalization
Figure imgf000018_0003
can be achieved . Further, from equation (1) it can be stated L-1GL -H = I, (A5) hence
L 1— An-1 A-LAQ . (A6)
And since the Ak matrices are lower triangular, then L_1and L are also lower triangular and consequently it can be stated that L is actually the Cholesky decomposition of G which is unique.
Now, since recursively multiplying the Ak, k = 0: N— 1 matrices from the left of any matrix is equivalent to multiplying it by L-1 as stated in equation (A6). Then, if the same operations on G and HH are performed then R and QH are produced respectively as stated in equation (3).
The present invention has been described in conjunction with various embodiments as examples as well as implementations. However, other variations can be understood and effected by those persons skilled in the art and practicing the claimed invention, from the studies of the drawings, this disclosure and the independent claims. In the claims as well as in the description the word“comprising” does not exclude other elements or steps and the indefinite article“a” or“an” does not exclude a plurality. A single element or other unit may fulfill the functions of several entities or items recited in the claims. The mere fact that certain measures are recited in the mutual different dependent claims does not indicate that a combination of these measures cannot be used in an advantageous implementation.

Claims

1. Signal decoder (100) for determining the QR decomposition of an M x N input matrix (H), with M ³ N, with a product of an M x N orthonormal matrix (Q) and an N x N upper triangular matrix (R), wherein the signal decoder (100) is configured to
calculate a conjugated transposed matrix (HH) of the input matrix (H) and to calculate a Hermitian matrix (G) by multiplying the conjugated transposed matrix (HH) of the input matrix (H) and the input matrix (H) in the form G = H;
provide an augmented N x (M + N) matrix (K0) having as a left matrix the matrix
Figure imgf000020_0004
which is initialized as the Hermitian matrix (G) and as a right matrix the matrix
Figure imgf000020_0003
which is initialized as the conjugated transposed matrix (HH) of the input matrix (H);
multiply the augmented matrix (K0) from the left with a series of lower triangular matrices (Ak) where k ranges from 0 to (N— 1) which is equivalent to multiplying (K0) with the inverse lower triangular Cholesky decomposition matrix (L-1);
provide the upper triangular matrix (R) as the result of the product of the Hermitian matrix (G) with a series of lower triangular matrices (Ak) where k ranges from 0 to (N— 1) from the left which is equivalent to multiplying (G) with the inverse lower triangular Cholesky decomposition matrix (L 1) from the left; and
provide a conjugated transposed matrix (QH) of the orthonormal matrix (Q) as the result of the product of the conjugated transposed matrix (HH) of the input matrix (H) with a series of lower triangular matrices (A ) where k ranges from 0 to (N— 1) from the left which is equivalent to multiplying (HH) with the inverse lower triangular Cholesky decomposition matrix (L - ) from the left.
2. Signal decoder (100) according to claim 1, wherein
the signal decoder (100) is configured to provide the orthonormal matrix (Q) from the conjugated transposed matrix (QH) of the orthonormal matrix (Q).
3. Signal decoder (100) according to claim 1 or 2, wherein
the signal decoder (100) is configured to perform a Gauss Jordan Elimination on the augmented matrix (K0), wherein the Gauss Jordan Elimination is terminated when the N x (M + N ) augmented matrix (Kw) having as a left matrix the N x N matrix which equals
Figure imgf000020_0001
the upper triangular matrix (R) and as a right matrix the N x M matrix which equals the
Figure imgf000020_0002
conjugated transposed matrix (QH) is received and all the elements below the diagonal of the matrix are zeroed.
Figure imgf000021_0006
4. Signal decoder (100) according to claim 3, wherein
the signal decoder (100) is configured to scale each of the pivot rows by the reciprocal of the square root of the row’s pivot itself.
5. Signal decoder (100) according to one of the claims 1 to 4, wherein
the signal decoder (100) is configured to perform recursions indexed by k that ranges from 0 to N— 1 on the augmented matrix (K0), with (N— k) x (N— k ) Hermitian matrices
(Ck)
Figure imgf000021_0001
Hermitian matrices Dk, and N x N matrices A
Figure imgf000021_0002
and the recursions on the N x N matrices
Figure imgf000021_0003
and the N x M matrices being
Figure imgf000021_0004
Figure imgf000021_0005
6. Signal decoder (100) according to one of the claims 1 to 5, wherein
the input matrix (H) is a channel matrix for a transmission channel of received data signals.
7. Signal decoder (100) according to one of the claims 1 to 6, wherein
the signal decoder (100) is part of a MIMO decoder.
8. Method for determining the QR decomposition of an M x N input matrix (H), with M ³ N , with a product of an M x N orthonormal matrix (Q) and an N x N upper triangular matrix (R), comprising calculating a conjugated transposed matrix (H /) of the input matrix (H) and to calculate a Hermitian matrix (G) by multiplying the conjugated transposed matrix (HH) of the input matrix (H) and the input matrix (H) in the form G = HHH;
providing an N x (M + N) augmented matrix (K0) having as a left matrix the matrix (BQ) which is initialized as the Hermitian matrix (G) and as a right matrix the matrix
Figure imgf000022_0001
which is initialized as the conjugated transposed matrix (HH) of the input matrix (H);
multiplying the augmented matrix (K0) from the left with a series of lower triangular matrices (Ak) where k ranges from 0 to (N— 1) which is equivalent to multiplying (K0) with the inverse lower triangular Cholesky decomposition matrix (L-1);
providing the upper triangular matrix (R) as the result of the product of the Hermitian matrix (G) with a series of lower triangular matrices (Ak) where k ranges from 0 to (N— 1) from the left which is equivalent to multiplying (G) with the inverse lower triangular Cholesky decomposition matrix (L 1) from the left; and
providing a conjugated transposed matrix (QH) of the orthogonal matrix (Q) as the result of the product of the conjugated transposed matrix (HH) of the input matrix (H) with a series of lower triangular matrices (Ak ) where k ranges from 0 to (N— 1) from the left which is equivalent to multiplying (HH) with the inverse lower triangular Cholesky decomposition matrix (L 1) from the left.
9. A computer program with a program code for performing the method according to claim 8 when the computer program runs on a computer or on the signal decoder (100) according to one of the claims 1 to 7.
PCT/EP2018/051048 2018-01-17 2018-01-17 Signal decoder and method for determining the qr decomposition of an m×n input matrix WO2019141353A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/EP2018/051048 WO2019141353A1 (en) 2018-01-17 2018-01-17 Signal decoder and method for determining the qr decomposition of an m×n input matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2018/051048 WO2019141353A1 (en) 2018-01-17 2018-01-17 Signal decoder and method for determining the qr decomposition of an m×n input matrix

Publications (1)

Publication Number Publication Date
WO2019141353A1 true WO2019141353A1 (en) 2019-07-25

Family

ID=61148184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2018/051048 WO2019141353A1 (en) 2018-01-17 2018-01-17 Signal decoder and method for determining the qr decomposition of an m×n input matrix

Country Status (1)

Country Link
WO (1) WO2019141353A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7616695B1 (en) * 2004-06-17 2009-11-10 Marvell International Ltd. MIMO equalizer design: an algorithmic perspective
US20100124299A1 (en) * 2007-07-31 2010-05-20 Fujitsu Limited Method for mimo decoding, apparatus for mimo decoding, and mimo receiver
US8737540B1 (en) * 2011-07-15 2014-05-27 Qualcomm Atheros, Inc. System and method for providing reduced complexity maximum likelihood MIMO detection

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7616695B1 (en) * 2004-06-17 2009-11-10 Marvell International Ltd. MIMO equalizer design: an algorithmic perspective
US20100124299A1 (en) * 2007-07-31 2010-05-20 Fujitsu Limited Method for mimo decoding, apparatus for mimo decoding, and mimo receiver
US8737540B1 (en) * 2011-07-15 2014-05-27 Qualcomm Atheros, Inc. System and method for providing reduced complexity maximum likelihood MIMO detection

Similar Documents

Publication Publication Date Title
Maddocks et al. On the stability of KdV multi‐solitons
US7711762B2 (en) Efficient computation for eigenvalue decomposition and singular value decomposition of matrices
KR101078632B1 (en) Efficient filter weight computation for a mimo system
JP3638585B2 (en) Method for clipping signal amplitude in a modulation system
Wu et al. FPGA design of a coordinate descent data detector for large-scale MU-MIMO
Cescato et al. Algorithms for interpolation-based QR decomposition in MIMO-OFDM systems
Rust et al. Low complexity QR-decomposition architecture using the logarithmic number system
US8447799B2 (en) Process for QR transformation using a CORDIC processor
CN111935746B (en) Method, device, terminal and storage medium for acquiring communication parameters
Kurniawan et al. Multidimensional Householder based high-speed QR decomposition architecture for MIMO receivers
JPH03203416A (en) Automatic equalizer and orthogonal amplitude modem
WO2019141353A1 (en) Signal decoder and method for determining the qr decomposition of an m×n input matrix
WO2019141352A1 (en) Signal decoder and method for performing hermitian matrix inversion
CN108228138B (en) Method for rapid modular multiplication of special domain in SIDH
CN106505973B (en) A kind of FIR filter of N tap
Abramovici The accurate calculation of Fourier integrals by the fast Fourier transform technique
Amin Computationally lag-invariant recursive spectrum estimators
Yang et al. Recursive discrete cosine transforms with selectable fixed-coefficient filters
Rust et al. Hardware-efficient QR-decomposition using bivariate numeric function approximation
Baghaie et al. Systolic implementation of real-valued discrete transforms via algebraic integer quantization
US20100138632A1 (en) Programmable CORDIC Processor with Stage Re-Use
US6449630B1 (en) Multiple function processing core for communication signals
CN105608054A (en) FFT/IFFT device and method based on LTE system
Choi et al. Energy efficient hardware architecture of LU triangularization for MIMO receiver
TW452709B (en) Selectable constant coefficient wave filter apparatus

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18702625

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18702625

Country of ref document: EP

Kind code of ref document: A1