The present invention relates to data transmission. More particularly, it relates to error-correcting codes for data transmission.
Codes on graphs have become a topic of great current interest in the coding the-ory community. The prime examples of codes on graphs are low-density parity-check (LDPC) codes that have been widely considered as next-generation error-correcting codes for many real world applications in digital communication and magnetic storage. However, because of their distinct properties, LDPC codes decoder/encoder design and implementation are not trivial and design of these codes stills remain a challenging task. How well one attacks this problem directly determines the extent of LDPC application in the real world. As a class of LDPC codes, (3,k)-regular LDPC codes can achieve very good performance and hence are considered in this invention.
The main challenge when implementing the message passing algorithm for decoding LDPC codes is managing the passing of the messages. The realization of the message passing bandwidth results in very different and difficult challenges depending on whether all the messages are passed in fully parallel or partly parallel manner. By fully exploiting the parallelism of the message passing decoding algorithm, a fully parallel decoder can achieve very high decoding throughput but suffers from prohibitive implementation complexity (see, e.g., A. J. Blanksby and C. J. Howland, “A 690-mW 1-Gb/s 1024-b, rate-½ low-density parity-check code decoder”, IEEE Journal of Solid-State Circuits, vol. 37, pp. 404–412 (March, 2002)). Furthermore, the large number of interconnection may limit the speed performance and increase the power dissipation. Thus the fully parallel design strategy is only suitable to short code length scenarios.
In partly parallel decoding, the computations associated with a certain number of variable nodes or check nodes are time-multiplexed to a single processor. Meanwhile, since the computation associated with each node is not complicated, the fully parallel interconnection network should be correspondingly transformed to partly parallel ones to achieve both the communication complexity reduction and high-speed partly parallel decoding. Unfortunately, the randomness of the Tanner graph makes it nearly impossible to develop such a transformation. In other words, an arbitrary random LDPC code has little chance to be suited for high-speed partly parallel decoder hardware implementation.
Furthermore, to perform LDPC encoding, the generator matrix is typically used, which has quadratic complexity in the block length. How to reduce the encoding complexity for the practical coding system implementation is another crucial issue.
What is needed is new joint code-encoder-decoder design methodology and techniques for designing practical LDPC coding system, that overcomes the limitations of the conventional code first scheme and/or designs.
The present invention provides a joint code and decoder design approach to construct good (3,k)-regular LDPC codes that exactly fit to partly parallel decoder and efficient encoder implementations. A highly regular partly parallel decoder architecture design is developed. A systematic efficient encoding scheme is presented to significantly reduce the encoder implementation complexity.
In accordance with the present invention, LDPC coding system is designed using a joint code-encoder-decoder methodology. First a method is developed to explicitly construct a high-girth (girth is the length of a shortest cycle in a graph) (2,k)-regular LDPC code that exactly fits to a high-speed partly parallel decoder. Then this (2,k)-regular LDPC decoder is extended to a (3,k)-regular LDPC partly parallel decoder that is configured by a set of constrained random parameters. This decoder defines a (3,k)-regular LDPC code ensemble from which a good (3,k)-regular LDPC code can be selected based on the criterion of fewer short cycles and computer simulations. Due to certain unique structure properties of such (3,k)-regular LDPC codes, an efficient systematic encoding scheme is developed to reduce the encoding complexity. Since each code in such a code ensemble is actually constructed by randomly inserting certain check nodes into the deterministic high-girth (2,k)-regular LDPC code under the constraint specified by the decoder, the codes in this ensemble more likely do not contain too many short cycles and hence a good code can be easily selected from these codes.
The (3,k)-regular LDPC code-encoder-decoder design of the present invention can be used to design and implement LDPC coding system for a wide variety real-world applications that require excellent error-correcting performance and high decoding speed/low power consumption, such as deep space and satellite communication, optical links, and magnetic or holographic storage systems, etc. These codes can also be used for fixed and mobile wireless systems, ultra wide-band systems for personal area networks and other applications, and wireless local area networks containing wireless receivers with one or more antennas.
It is an advantage of the joint code-encoder-decoder design of the present invention that it effectively exploits the LDPC code construction flexibility to improve the overall LDPC coding system implementation performance.
Further embodiments, features, and advantages of the present invention, as well as the structure and operation of the various embodiments of the present invention are described in detail below with reference to accompanying drawings.
The present invention is described with reference to the accompanying figures. In the figures, like reference numbers indicate identical or functionally similar elements. Additionally, the left-most digit or digits of a reference number identify the figure in which the reference number first appears. The accompanying figures, which are incorporated herein and form part of the specification, illustrate the present invention and, together with the description, further serve to explain the principles of the invention and to enable a person skilled in the relevant art to make and use the invention.
An LDPC code is defined as the null space of a very sparse M×N parity check matrix, and is typically represented by a bipartite graph (a bipartite graph is one in which the nodes can be partitioned into two disjoint sets) usually called a Tanner graph, between N variable (or message) nodes in one set and M check (or constraint) nodes in another set. An LDPC code is called (j, k)-regular if each variable node has a degree of j and each check node has a degree of k. The construction of an LDPC code (or its Tanner graph) is typically random. LDPC codes can be effectively decoded by the iterative message passing. The structure of the message passing decoding algorithm directly matches the Tanner graph: decoding messages are iteratively computed by all the variable nodes and check nodes and exchanged through the edges between the neighboring nodes. It is well known that the message passing decoding algorithm works well if the underlying Tanner graph does not contain too many short cycles. Thus, the random Tanner graph is typically restricted to be 4-cycle free, which is easy to achieve. However, the construction of random Tanner graphs free of higher order cycles, e.g., 6 and 8, is not trivial.
Before presenting the message passing algorithm, some definitions should be introduced first: Let H denote the M×N parity check matrix and Hi,j denote the entry of H at the position (i, j). Define the set of bits n that participate in parity check m as N(m)={n:Hm,n=1}, and the set of parity checks m in which bit n participates as M(n)={m:Hm,n=1}. Let N(m)\n denote the set N(m) with bit n excluded, and M(n)\m denote the set M(n) with parity check m excluded.
Iterative message passing Decoding Algorithm
and for each (m,n)∈{(i, j)|Hij=1}, compute
For each n, update the “pseudo-posterior log-likelihood ratio (LLR)” λn as:
In the above algorithm, αm,n and βm,n are called variable-to-check messages and check-to-variable messages, respectively. Each check node computation is realized by a Check Node processing Unit (CNU) to compute the check-to-variable message βm,n according to EQ. (1), each variable node computation is realized by Variable Node processing Unit (VNU) to compute the variable-to-check message αm,n and pseudo-posterior LLR λn according to EQ. (2) and EQ. (3), respectively, and generate {circumflex over (x)}n by performing hard decision on λn.
It is well known that the message passing algorithm for LDPC decoding works well if the underlying Tanner graph is 4-cycle free and does not contain too many short cycles. Thus the essential objective of this joint design approach is to construct LDPC codes that not only fit to practical decoder/encoder implementations but also have large average cycle length in their 4-cycle free Tanner graphs.
Given a graph G, let gu denote the length of the shortest cycle that passes through node u in graph G, then
is denoted as girth average of G, where N=|G| is the total node number of G. Girth average can be used as an effective criterion for searching good LDPC code over one code ensemble.
A method is developed to construct matrix {tilde over (H)}=[H1T, H2T]T which defines a (2, k)-regular LDPC code with girth of 12. Such construction method leads to a very simple decoder architecture and provides more freedom on the code length selection: Given k, any code length that could be factored as L·k2 is permitted, where L can not be factored as L=a·b, ∀a,b ∈{0, . . . , k−1}.
Clearly, matrix {tilde over (H)}=[H1T, H2T]T defines a (2, k)-regular LDPC code with L·k2 variable nodes and 2L·k check nodes. Let G denote the corresponding Tanner graph. The proposed (2,k) code has the property that if L can not be factored as L=a·b, where a, b ∈{0, . . . , k−1}, then the girth of G is 12 and there is at least one 12-cycle passing each check node.
A partly parallel decoder architecture is developed for the (2,k)-regular LDPC code constructed in the above. To facilitate the following description, L·k2 variable nodes of the code are arranged into k2 variable node (VG) groups, each group VGx,y (1≦x,y≦k) contains the L variable nodes corresponding to the L columns in {tilde over (H)} going through the block matrix Ix,y and Px,y. Notice that any two variable nodes in the same group never connect to the same check node and all the k variable nodes connected to the same check node as specified by H1 (H2) always come from k groups with the same x-index (y-index). Based on the above observations, a partly parallel decoder architecture can be directly constructed, as shown in
This decoder contains k2 memory banks, denoted as MEM BANK-(x,y) for 1≦x,y≦k. MEM BANK-(x,y) stores all the p-bit channel messages in RAM (random access memory) I, q-bit variable-to-check and check-to-variable messages in RAMs E1 and E2 and hard decisions in RAM C associated with the L variable nodes in VGx,y. In this decoder, the check-to-variable message βm,n and variable-to-check message αm,n associated with each pair of neighboring nodes alternatively occupy the same memory location. The two check-to-variable or variable-to-check messages associated with each variable node are stored in E1 and E2 with the same address. This decoder completes each decoding iteration in 2L clock cycles, and in each clock cycle it performs:
To realize the connectivity specified by H1 and H2 in the 1st and 2nd L clock cycles, respectively, this decoder has the following features:
In this decoder, a Random Permutation Generator (RPG) 400 and a g-layer shuffle network 402 are inserted between the 1-layer shuffle network (π−1 or Id) and all the CNUs.
This decoder completes each decoding iteration in 3L clock cycles. CNUs access the messages stored in E1, E2 and E3 in the 1st, 2nd and 3rd L clock cycles, respectively. Denote the 2L·k check nodes associated with the messages stored in E1 and E2 as deterministic check nodes and the other L·k check nodes associated with the messages stored in E3 as random check nodes.
During the first 2L clock cycles, this decoder bypasses the g-layer shuffle network by setting the output of RPG as a zero vector, and works in the exactly same way as the (2,k)-regular LDPC decoder. In other words, this decoder realizes the connectivity specified by {tilde over (H)}[H1T, H2T]T between all variable nodes and the 2L·k deterministic check nodes during the first 2L clock cycles.
During the last L clock cycles, this decoder realizes the connectivity between all variable nodes and the L·k random check nodes according to the following specifications.
In order to guarantee that this code ensemble only contains 4-cycle free codes and facilitate the design process, the hash function f and the g-layer shuffle network are generated randomly and the value of each tx,y is chosen randomly under the following constraints:
One unique property of this work is to use the counter for memory address generation, which largely simplifies the decoder hardware implementation complexity and improves the throughput performance compared with the previous design solution (see, E. Boutillon and J. Castura and F. R. Kschischang, “Decoder-First Code Design”, proceedings of the 2nd International Symposium on Turbo Codes and Related Topics, pp. 459–462 (September 2000)) in which more complex random number generators are used to generate the memory access address.
The architecture shown in
This decoder completes each decoding iteration in 2L clock cycles, and during the 1st and 2nd L clock cycles, it works in check node processing mode and variable node processing mode, respectively. In the check node processing mode, the decoder not only performs the computations of all the check nodes but also completes the decoding information exchange between neighboring nodes. In variable node processing mode, the decoder only performs the computations of all the variable nodes.
The straightforward encoding scheme for LDPC codes, using the generator matrix, has quadratic complexity in the block length, which is prohibitive with respect to implementation complexity. Based on the specific structure of the parity check matrix of the proposed (3,k)-regular LDPC codes, a systematic approach is proposed for its efficient encoding. The basic idea is: First obtain an approximate upper triangular matrix Hen=πc(H) by introducing an explicit column permutation πc, and then obtain {circumflex over (x)} by performing efficient encoding based on Hen, and finally get the codeword x=πc−1({circumflex over (x)}).
The parity check matrix of the developed (3,k)-regular LDPC code has the form: H=[H1T, H2T, H3T]T, where H1 and H2 are shown in
The efficient encoding is carried out based on the matrix Hen. Let {circumflex over (x)}=({circumflex over (x)}a, {circumflex over (x)}b, {circumflex over (x)}c) be a tentative codeword decomposed according to (6), where {circumflex over (x)}c contains the information bits of length N−M+r; redundant bits {circumflex over (x)}a and {circumflex over (x)}b are of length (2k−1)·L and (k+1)·L−r, respectively. The encoding process is outlined as follows:
The real codeword is obtained as x=πc−1({circumflex over (x)}). The information bits on the decoder side can be easily obtained by performing the column permutation πc on the decoder output.
A joint (3,k)-regular LDPC code and decoder/encoder design approach has been presented. By jointly considering the good LDPC code construction and practical decoder/encoder VLSI implementation, this successful attacks the practical (3,k)-regular LDPC coding system design and implementation problems for real-world applications. It will be understood by those skilled in the art that various changes in form and details can be made therein without departing from the spirit and scope of the invention as defined in the appended claims. Thus, the breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.
This application claims the benefit of U.S. Provisional Application No. 60/413,373, filed Sep. 25, 2002, which is incorporated herein by reference in its entirety.
This invention was made with Government support under Grant No. DA/DAAG55-98-1-0315 and DA/DAAD19-01-1-0705, Disclosure Z02232, awarded by the Army Research Office. The Government has certain rights in this invention.
Number | Date | Country | |
---|---|---|---|
20040057575 A1 | Mar 2004 | US |
Number | Date | Country | |
---|---|---|---|
60413373 | Sep 2002 | US |