Low Complexity LDPC Encoding Algorithm

Gribok; Sergey ;   et al.

Patent Application Summary

U.S. patent application number 12/985850 was filed with the patent office on 2011-04-28 for low complexity ldpc encoding algorithm. This patent application is currently assigned to LSI CORPORATION. Invention is credited to Alexander Andreev, Sergey Gribok, Igor Vikhliantsev.

Application Number20110099454 12/985850
Document ID /
Family ID39595317
Filed Date2011-04-28

United States Patent Application 20110099454
Kind Code A1
Gribok; Sergey ;   et al. April 28, 2011

Low Complexity LDPC Encoding Algorithm

Abstract

A method of encoding a binary source message u, by calculating x:=Au, calculating y:=B'x, resolving the equation Dp=y for p, and incorporating u and p to produce an encoded binary message v, where A is a matrix formed only of permutation sub matrices, B' is a matrix formed only of circulant permutation sub matrices, and D is a matrix of the form D = ( T 0 0 0 0 T 0 0 0 0 T 0 I I I I ) ##EQU00001## where T is a two-diagonal, circulant sub matrix, and I is an identity sub matrix.


Inventors: Gribok; Sergey; (Santa Clara, CA) ; Andreev; Alexander; (San Jose, CA) ; Vikhliantsev; Igor; (San Jose, CA)
Assignee: LSI CORPORATION
Milpitas
CA

Family ID: 39595317
Appl. No.: 12/985850
Filed: January 6, 2011

Related U.S. Patent Documents

Application Number Filing Date Patent Number
11613256 Dec 20, 2006
12985850

Current U.S. Class: 714/755 ; 714/E11.144
Current CPC Class: H03M 13/116 20130101; H03M 13/1185 20130101
Class at Publication: 714/755 ; 714/E11.144
International Class: H03M 13/00 20060101 H03M013/00; G06F 11/00 20060101 G06F011/00

Claims



1. (canceled)

2. (canceled)

3. (canceled)

4. In a parity check matrix of the type used for an LDPC encoding method, where the parity check matrix is formed entirely of non-overlapping sub matrices, the improvement comprising the sub matrices are all permutation matrices.

5. The parity check matrix of claim 4, wherein the permutation matrices are all circulant permutation matrices.

6. The parity check matrix of claim 4, wherein the permutation matrices are all one of bitwise permutation matrices and circulant permutation matrices.

7. The parity check matrix of claim 4, wherein the permutation matrices all have a size that is a power of two.

8. The parity check matrix of claim 4, wherein the parity check matrix has a B sub matrix that is a singular matrix.

9. The parity check matrix of claim 4, wherein the parity check matrix has an A sub matrix and a B sub matrix, where A has a size of (n-k).times.n and B has a size of (n-k).times.(n-k), where n and k are integers.

10. In an LDPC encoding method, the improvement comprising converting a stream of digital information to a coded stream of digital information using a parity check matrix that is formed entirely of non-overlapping sub matrices, where the sub matrices are all permutation matrices.

11. The method of claim 10, wherein the permutation matrices are all circulant permutation matrices.

12. The method of claim 10, wherein the permutation matrices are all one of bitwise permutation matrices and circulant permutation matrices.

13. The method of claim 10, wherein the permutation matrices all have a size that is a power of two.

14. The method of claim 10, wherein the parity check matrix has a B sub matrix that is a singular matrix.

15. The method of claim 10, wherein the parity check matrix has an A sub matrix and a B sub matrix, where A has a size of (n-k).times.n and B has a size of (n-k).times.(n-k), where n and k are integers.
Description



FIELD

[0001] This invention relates to the field of integrated circuit fabrication. More particularly, this invention relates to a method of implementing low-density parity-check (LDPC) codes that allows efficient performance of the encoding steps.

BACKGROUND

[0002] Low density parity-check (LDPC) codes were first proposed by Gallager in 1962, and then "rediscovered" by MacKay in 1996. LDPC codes have been shown to achieve an outstanding performance that is very close to the Shannon transmission limit.

[0003] LDPC codes are based on a binary parity-check matrix H with n columns and m=n-k rows that has the following properties: [0004] 1. Each row consists of p number of "ones;" [0005] 2. Each column consists of y number of "ones;" [0006] 3. The number of "ones" in common between any two columns, denoted as .lamda., is no greater than one; and [0007] 4. Both .rho. and .gamma. are small compared to the length of the code and the number of rows in H.

[0008] For every given binary source message u={u.sub.0, . . . , u.sub.k-1} of length k, the LDPC encoder builds a binary codeword v={v.sub.0, . . . , v.sub.n-1} of length n where (n>k), such that Hv=0. The codeword consists of two parts. The first k bits of the codeword are equal to the bits of the source message. The other n-k bits of the codeword are the so-called parity-check bits p={p.sub.0, . . . , p.sub.n-k-1}. The main task of the encoder is to calculate these parity-check bits p for the given input message u.

[0009] To simplify matrix operations, the parity check matrix can be composed of py cells. The cells are arranged in .rho. columns and .gamma. rows, as given below.

H = ( H 0 , 0 H 0 , .rho. - 1 H .gamma. - 1 , 0 H .gamma. - 1 , .rho. - 1 ) ##EQU00002##

[0010] Each cell is a t.times.t permutation matrix (n=.rho.t, n-k=.gamma.t). It contains exactly one value of "one" in every row and every column. Therefore, properties (1), (2), and (4) as listed above are satisfied by the construction of the matrix. An example of a cell-based parity-check matrix with k=32, n=56, .gamma.=3, and .rho.=7 is depicted in FIG. 2.

[0011] Matrix H can be considered as a concatenation of two sub matrices: A and B. Matrix A contains k columns and (n-k) rows. It includes the first k columns of H. Matrix B is a square matrix that contains (n-k) columns and (n-k) rows. It includes the last (n-k) columns of matrix H. The source equation Hv=0 can then be rewritten as Au+Bp=0, or Bp=x, where x=Au. Therefore, the calculation of the parity-check bits can be performed in two steps: [0012] 1. Calculate vector x by performing multiplication of the matrix A and the source message u; and [0013] 2. Calculate vector p by solving the linear system Bp=x.

[0014] All existing LDPC encoder implementations divide the calculation of the parity-check bits into these two steps as explained above.

[0015] Matrix A is a so-called "low-density" matrix, in that it contains just a small number of "ones," and so can be efficiently stored in a memory. An especially compact representation of matrix A is achieved if the matrix has the cell-based structure as described above. The simple structure of matrix A allows an efficient implementation of the first step.

[0016] The most difficult part of the encoding process is the second step. Different solutions have been proposed to accomplish this step, but the existing solutions either require too much computational effort, work with a very limited and inefficient matrix B, or use different structures for the matrices A and B and, therefore, complicate the decoder structure.

[0017] Some methods use a two-diagonal matrix B. In this case, step 2 can be performed very fast, but the simulation results show that this code is relatively weak. The reason for this is that many columns have only two "ones." Another problem with this code is that the decoder must take into account the different structures of A and B. Therefore, the decoder becomes more complicated. In reality, this code does not fully satisfy the four conditions presented above, in that different columns of the parity-check matrix have a different number of "ones." Such codes are generally called irregular LDPC codes.

[0018] In other methods, the matrix B is selected to be a non-singular matrix. According to such methods, B.sup.-1 exists and p=B.sup.-1x. To find the parity-check bits, the inverse matrix B.sup.-1 is multiplied by the vector x. The problem with this method is that the matrix B.sup.-1 is not a low-density matrix anymore. Some significant additional resources are needed to store this matrix and to efficiently perform the multiplication. Another problem with this approach is that we cannot compose the matrix B from permutation sub matrices, because matrices based on permutation cells are always singular. This means that the matrices A and B have different structures, and once again the decoder becomes more complicated.

[0019] What is needed, therefore, is a method that overcomes problems such as those described above, at least in part.

SUMMARY

[0020] The above and other needs are met by a method according to the present invention of encoding a binary source message u, by calculating x:=Au, calculating y:=B'x, resolving the equation Dp=y for p, and incorporating u and p to produce an encoded binary message v, where A is a matrix formed only of permutation sub matrices, B' is a matrix formed only of circulant permutation sub matrices, and D is a matrix of the form

D = ( T 0 0 0 0 T 0 0 0 0 T 0 I I I I ) ##EQU00003##

[0021] where T is a two-diagonal, circulant sub matrix, and I is an identity sub matrix.

[0022] According to another aspect of the invention, the entire parity-check matrix is constructed of permutation sub matrices. In prior art methods, only part of the parity-check matrix is constructed of permutation sub matrices. That condition leads to irregularity and complication of the decoding process. From an implementation point of view, it is simpler to support operations with a parity-check matrix that is constructed of permutation cells of a size that is a power of two. Prior art methods cannot be used with this kind of parity-check matrix. The present method supports such matrices without any problems, which tends to simplify the encoding and decoding processes.

[0023] The current method also supports a more variable structure for the parity-check matrix: sub matrix B doesn't have to be a non-singular matrix. By way of explanation, if sub matrix B is non-singular, then the parity-check matrix cannot have an even weight (or in other words, the number of ones in a column must be odd). This is a big disadvantage. For example, sometimes a weight of four is sufficient to achieve good error-correcting properties, but a weight of three is not enough. Prior art methods are then forced to use a matrix with a weight of five or more (or use irregular LDPC codes instead). This causes a complication during encoding and decoding (more resources are required to process the matrix as the number of ones increases). However, the present method supports matrices with an even weight.

BRIEF DESCRIPTION OF THE DRAWINGS

[0024] Further advantages of the invention are apparent by reference to the detailed description when considered in conjunction with the figures, which are not to scale so as to more clearly show the details, wherein like reference numbers indicate like elements throughout the several views, and wherein:

[0025] FIG. 1 is a flow chart for an LDPC encoding algorithm according to an embodiment of the present invention.

[0026] FIG. 2 depicts a circulant permutation matrix H according to an embodiment of the present invention.

[0027] FIG. 3 depicts a circulant-cell-based matrix B' according to an embodiment of the present invention.

[0028] FIG. 4 depicts a fixed-format matrix D according to an embodiment of the present invention

DETAILED DESCRIPTION

[0029] The present invention provides a method for encoding low-density parity-check (LDPC) codes, and defines a subclass of LDPC codes that is appropriate for this method. The method uses a parity-check matrix based on permutation sub matrices. The matrix has a regular structure that allows simplification of the corresponding encoder and decoder circuits. The method uses uniform cell-based parity check matrices (both A and B have the same cell-based structure) and allows an efficient computation of the encoding steps. One embodiment of a method according to the present invention is present below.

Description of the Target Class of Codes

[0030] Circulant matrix M.sub.c is a square t.times.t matrix, where the i.sup.th row (where 0<i<t) is a cyclical shift of the first row (called the 0.sup.th row) by i positions to the right, given as:

M c = ( a 0 a 1 a t - 1 a t - 1 a 0 a t - 2 a 1 a 2 a 0 ) ##EQU00004##

[0031] It follows from the definition above that the circulant matrix is completely determined by its first row. Let's represent the circulant matrix as a polynomial expression P.sub.c that has coefficients equal to the matrix coefficients from the first row:

P.sub.c=a.sub.0+a.sub.1x+a.sub.2x.sup.2+ . . . +a.sub.t-1x.sup.t-1

[0032] The addition and multiplication of circulant matrices is thus equivalent to the addition and multiplication of the polynomials in a ring of polynomials with a maximum degree of t-1.

[0033] A circulant permutation matrix is a special case of a circulant matrix. The first line of a circulant permutation matrix contains the value "one" in the i.sup.th position. The j.sup.th line contains a "one" in the (i+j)(mod t).sup.th position. Therefore the j.sup.th line is a cyclical shift of the (j-1).sup.th line. The corresponding polynomial for a circulant permutation matrix contains exactly one non-zero coefficient.

[0034] Let's consider a square m.times.m matrix M.sub.p of polynomials of degree t-1:

M p = ( p 0 , 0 p 0 , m - 1 p m - 1 , 0 p m - 1 , m - 1 ) ##EQU00005##

[0035] M.sub.p is defined to be regularizable if such a matrix M'.sub.p exists such that M'.sub.pM.sub.p=G.sub.p, where G.sub.p has a special fixed format of:

G p = ( x t - 1 + 1 0 0 0 0 x t - 1 + 1 0 0 0 0 x t - 1 + 1 0 1 1 1 1 ) ##EQU00006##

[0036] Let's now take a cell-based matrix M.sub.0, where each cell is a circulant sub matrix. M.sub.0 is regularizable if the corresponding matrix based on the polynomials is regularizable. Thus, if M.sub.0 is regularizable, then such a matrix M'.sub.0 exists such that M'.sub.0M.sub.0=D, where M'.sub.0 is a cell-based matrix with circulant cells and D has a special fixed format of:

D = ( T 0 0 0 0 T 0 0 0 0 T 0 I I I I ) ##EQU00007## where T = ( 1 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 ) - 2 - diagonal circulant , I = ( 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 ) - identity matrix . ##EQU00007.2##

[0037] An example of matrix D is given in FIG. 4.

[0038] Now we are ready to define the target subclass of LDPC codes according to this embodiment of the present invention. We consider the parity-check matrix H, based on permutation square cells, as given below:

H = ( H 0 , 0 H 0 , .rho. - 1 H .gamma. - 1 , 0 H .gamma. - 1 , .rho. - 1 ) ##EQU00008##

[0039] Every square block H.sub.i,j is a permutation matrix. An example of this is depicted in FIG. 2. Matrix H is represented as a concatenation of two matrices: H=[A|B], where B is an (n-k).times.(n-k) square matrix, and A is an (n-k).times.n matrix, as depicted in FIG. 2.

[0040] Matrix A can be composed of different types of permutation sub matrices. One possible sub matrix type is a circulant permutation sub matrix. Another possible type is a so-called bitwise permutation matrix. These matrices are based on bitwise exclusive OR operations. The first line of a bitwise permutation matrix contains a value of "one" in the i.sup.th position. The i.sup.th line contains a value of "one" in the (i.crclbar.j).sup.th position. It is also possible to use other types of permutation sub matrices.

[0041] Matrix B is a regularizable cell-based matrix that is composed of circulant permutation sub matrices only. If H.sub.0 is an arbitrary circulant permutation-cell-based parity-check matrix that is not specially designed to have a regularizable sub matrix B, then it is almost always possible to rearrange the columns of H.sub.0 in such a way that it will have the required structure. Therefore, almost every circulant permutation-cell-based parity-check matrix can be converted into the target format according to the present invention.

Encoding Method for the Described Class of Codes

[0042] For a given binary source message u={u.sub.0, . . . , u.sub.k-1} of length k, the LDPC encoder builds a binary codeword v={v.sub.0, . . . , v.sub.n-1} of length n where (n>k), such that Hv=0. The last equation can be rewritten as Au+Bp=0, or Bp=x, where x=Au. Note that B is singular, so B.sup.-1 doesn't exist. B is regularizable, so a circulant-cell-based matrix B' exists such that B'B=D (as depicted in FIG. 3). Therefore, the equation Bp=x can be rewritten as Dp=B'x.

[0043] The encoder stores matrices A and B'. Matrix A (an example of which is depicted in FIG. 2) is composed from .gamma.(.rho.-.gamma.) permutation sub matrices, so only .gamma.(.rho.-.gamma.)(log t+1) bits are required to store matrix A (if two different types of permutation sub matrices are used). Matrix B' (an example of which is depicted in FIG. 3) is composed of .gamma..sup.2 circulant sub matrices, so only .gamma..sup.2t=.gamma.(n-k) bits are required to store matrix B'.

[0044] The encoding algorithm consists of three steps, as depicted in FIG. 1: [0045] 1. Calculate x:=Au; [0046] 2. Calculate y:=B'x; and [0047] 3. Resolve the equation Dp=y.

[0048] The first and the second steps can be efficiently implemented because of the cell-based structure of the matrices A and B'. The last step is especially fast and computationally simple, because of the fixed, simple structure of the matrix D. On the last step, the parity-check bits can be computed using the formulas below:

P.sub.jt+k=.SIGMA..sub.i=0.sup.ky.sub.jt+i, where k=0, . . . t-1, j=0, . . . , .gamma.-2

P.sub.(.gamma.-1)t+k=y.sub.(.gamma.-1)t+k+.SIGMA..sub.i=0.sup..gamma.-2p- .sub.it+k, where k=0, . . . , t-1

[0049] The foregoing description of preferred embodiments for this invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Obvious modifications or variations are possible in light of the above teachings. The embodiments are chosen and described in an effort to provide the best illustrations of the principles of the invention and its practical application, and to thereby enable one of ordinary skill in the art to utilize the invention in various embodiments and with various modifications as are suited to the particular use contemplated. All such modifications and variations are within the scope of the invention as determined by the appended claims when interpreted in accordance with the breadth to which they are fairly, legally, and equitably entitled.

* * * * *


uspto.report is an independent third-party trademark research tool that is not affiliated, endorsed, or sponsored by the United States Patent and Trademark Office (USPTO) or any other governmental organization. The information provided by uspto.report is based on publicly available data at the time of writing and is intended for informational purposes only.

While we strive to provide accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or suitability of the information displayed on this site. The use of this site is at your own risk. Any reliance you place on such information is therefore strictly at your own risk.

All official trademark data, including owner information, should be verified by visiting the official USPTO website at www.uspto.gov. This site is not intended to replace professional legal advice and should not be used as a substitute for consulting with a legal professional who is knowledgeable about trademark law.

© 2024 USPTO.report | Privacy Policy | Resources | RSS Feed of Trademarks | Trademark Filings Twitter Feed