CN102347775A - PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder - Google Patents
PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder Download PDFInfo
- Publication number
- CN102347775A CN102347775A CN201110262178XA CN201110262178A CN102347775A CN 102347775 A CN102347775 A CN 102347775A CN 201110262178X A CN201110262178X A CN 201110262178XA CN 201110262178 A CN201110262178 A CN 201110262178A CN 102347775 A CN102347775 A CN 102347775A
- Authority
- CN
- China
- Prior art keywords
- sub
- chain
- decoded
- register
- data
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Landscapes
- Error Detection And Correction (AREA)
Abstract
本发明属于集成电路设计技术领域,具体涉及一种基于并行分层译码算法的LDPC码译码器。该译码器设计基于并行分层译码算法,且输入的待译码数据存储于寄存器链中;所述译码器使用两条寄存器链形成乒乓结构,即当其中一条寄存器链接收新的待译码数据并同时输出已经完成译码的数据时,另一条寄存器链含有待译码数据的寄存器链被划分为M条子链,并进行译码操作,M等于LDPC校验矩阵所含子矩阵列数;每条子链对应校验矩阵中一列子矩阵,并存储此列子矩阵对应的待译码数据。本发明通过使用寄存器链,避免在芯片设计中使用过多存储单元,从而进一步降低基于并行分层译码算法的译码器芯片面积,并保持较高的译码速率。
The invention belongs to the technical field of integrated circuit design, and in particular relates to an LDPC code decoder based on a parallel layered decoding algorithm. The decoder design is based on a parallel layered decoding algorithm, and the input data to be decoded is stored in the register chain; the decoder uses two register chains to form a ping-pong structure, that is, when one of the register chains receives a new When the data is decoded and the decoded data is output at the same time, another register chain containing the data to be decoded is divided into M sub-chains and decoded. M is equal to the sub-matrix columns contained in the LDPC check matrix number; each sub-chain corresponds to a column of sub-matrices in the parity check matrix, and stores the data to be decoded corresponding to the column of sub-matrices. The invention avoids using too many storage units in the chip design by using the register chain, thereby further reducing the chip area of the decoder based on the parallel layered decoding algorithm and maintaining a high decoding rate.
Description
技术领域 technical field
本发明属于集成电路设计技术领域,具体涉及一种基于并行分层译码算法的LDPC码译码器。 The invention belongs to the technical field of integrated circuit design, and in particular relates to an LDPC code decoder based on a parallel layered decoding algorithm.
背景技术 Background technique
近年来LDPC码因其优秀的纠错性能而受到关注。基于最小和积算法的LDPC分层译码算法(Layered Decoding Algorithm, LDA)可以用下述等式描述: In recent years, LDPC codes have attracted attention due to their excellent error correction performance. The LDPC layered decoding algorithm (Layered Decoding Algorithm, LDA) based on the minimum sum product algorithm can be described by the following equation:
[1] [1]
[2] [2]
[3] [3]
上述公式中,α表示修正因子,取值一般在0.8左右;q表示从变量节点传递给校验节点的信息;Λ表示变量节点存储的信息;r表示校验节点传递给变量节点的信息。LDA将LDPC码校验矩阵垂直划分为数层。每次译码迭代被划分若干步,每步选取矩阵的一层进行译码操作。在每一层对应的译码操作中,校验节点和变量节点执行等式[1]、[2]和[3],并因此导致延时很长的关键路径。在此关键路径上插入数级流水线寄存器来分割之,则会恶化误码性能。因为若一个Λ值开始参与某一层的译码,那么直至该层译码完成并将该Λ值更新之后,该Λ值才能再参与其它层的译码,否则误码性能将恶化。假设在上文所述关键路径插入K-1级流水线寄存器来分割之,则第L层需要K个时钟周期完成译码。在L层完成译码之前,L+1层至L+K-1层先后开始译码。若第L层对应的某Λ值同样出现于L+1层至L+K-1层中的某层,则在第L层完成译码并将该Λ值更新前,该Λ值就会被送入L+1层至L+K-1层中的某层。注意到K值越大这一情况发生的越频繁,误码性能恶化的越严重。故此关键路径难以使用流水线寄存器分割,译码器的最高时钟频率与译码速率受到了限制。 In the above formula, α represents the correction factor, and the value is generally around 0.8; q represents the information passed from the variable node to the check node; Λ represents the information stored in the variable node; r represents the information passed from the check node to the variable node. LDA divides the check matrix of LDPC code into several layers vertically. Each decoding iteration is divided into several steps, and each step selects a layer of the matrix for decoding operation. In the decoding operation corresponding to each layer, check nodes and variable nodes execute equations [1], [2] and [3], and thus lead to critical paths with long delays. Inserting several stages of pipeline registers on this critical path to divide it will deteriorate the bit error performance. Because if a Λ value starts to participate in the decoding of a certain layer, the Λ value cannot participate in the decoding of other layers until the decoding of this layer is completed and the Λ value is updated, otherwise the bit error performance will deteriorate. Assuming that K-1 pipeline registers are inserted into the critical path mentioned above to divide it, then the L-th layer needs K clock cycles to complete the decoding. Before the decoding of the L layer is completed, the L+1 layer to the L+K-1 layer successively start decoding. If a certain Λ value corresponding to the L-th layer also appears in a certain layer from the L+1 layer to the L+K-1 layer, the Λ value will be updated before the decoding is completed and the Λ value is updated at the L-th layer. Send it to a certain floor in the L+1 floor to the L+K-1 floor. Note that the larger the value of K, the more frequently this happens, and the worse the bit error performance is. Therefore, it is difficult to divide the critical path using pipeline registers, and the maximum clock frequency and decoding rate of the decoder are limited.
2009年K. Zhang, X. Huang和 Z. Wang在IEEE J. Sel. Areas Commun.上发表的论文“High-throughput layered decoder implementation for quasi-cyclic LDPC codes”提出了可应用于准循环LDPC码的并行分层译码算法(Parallel Layered Decoding Algorithm, PLDA),并使用802.16e中1/2码率准循环LDPC码来描述PLDA。该LDPC码校验矩阵共1152行,2304列,分为12层。矩阵每层96行,含24个子矩阵。子矩阵大小96×96。该校验矩阵如图1所示,标号为I的子矩阵表示该子矩阵为单位矩阵循环右移I形成的。PLDA将该校验矩阵分为96部分。第一部分由每层的第一行组成,第二部分由每层的第二行组成,余此类推。这96部分在每次译码迭代中从第1部分到第96部分逐个顺序进行译码。故每次译码迭代可分为96步,每一步对该矩阵的96部分之一进行操作,每个时钟周期执行一步。在PLDA中每个校验节点和变量节点被组合为一个单独的运算节点。由于矩阵的每一部分包含12行,故译码器需要12个运算节点。在每次迭代中的一步,运算节点从存储单元中读取Λ值,并在执行等式[1]、[2]和[3]所描述的操作后,将更新后得到的新Λ值,即new_Λ送回存储单元。
In 2009, K. Zhang, X. Huang and Z. Wang published the paper "High-throughput layered decoder implementation for quasi-cyclic LDPC codes" on IEEE J. Sel. Areas Commun. Parallel Layered Decoding Algorithm (PLDA), and use the 1/2 code rate quasi-cyclic LDPC code in 802.16e to describe PLDA. The check matrix of the LDPC code has 1152 rows and 2304 columns in total, and is divided into 12 layers. The matrix has 96 rows per layer and contains 24 sub-matrices. Submatrix size 96×96. The parity check matrix is shown in FIG. 1, and the sub-matrix labeled I indicates that the sub-matrix is formed by cyclically shifting the unit matrix to the right by I. PLDA divides the parity check matrix into 96 parts. The first part consists of the first row of each layer, the second part consists of the second row of each layer, and so on. These 96 parts are decoded sequentially from
PLDA对使用的LDPC码校验矩阵进行修改。802.16e中1 / 2码率LDPC码校验矩阵对应的修改矩阵如图2。对原校验矩阵中每层各个非空子矩阵进行的循环右移操作即可得到修改矩阵,每层循环移位的量值标注于图2所示矩阵的左侧。该修改矩阵中,同一列的几个非空子矩阵的矩阵标号之差至少为5。因而当一个Λ值被送入运算节点参与一次迭代译码中的一步后,包含此译码步在内的其后5个译码步之内该Λ值不会再被使用。故4组流水线寄存器可插入至此关键路径,同时保证当一个Λ值被送至运算节点时其已完成之前的译码步操作并被更新。故译码器的最高时钟频率与译码速率得到了显著提高。 PLDA modifies the parity check matrix of the LDPC code used. The modified matrix corresponding to the check matrix of the 1/2 code rate LDPC code in 802.16e is shown in Figure 2. The modified matrix can be obtained by performing a cyclic right shift operation on each non-empty sub-matrix of each layer in the original parity check matrix, and the magnitude of the cyclic shift of each layer is marked on the left side of the matrix shown in FIG. 2 . In the modified matrix, the matrix label difference of several non-empty sub-matrices in the same column is at least 5. Therefore, when a Λ value is sent to the computing node to participate in one step of iterative decoding, the Λ value will not be used again within the next 5 decoding steps including this decoding step. Therefore, 4 sets of pipeline registers can be inserted into this critical path, while ensuring that when a Λ value is sent to the operation node, it has completed the previous decoding step operation and is updated. Therefore, the maximum clock frequency and decoding rate of the decoder have been significantly improved.
K. Zhang, X. Huang和 Z. Wang在IEEE J. Sel. Areas Commun.上发表的论文“High-throughput layered decoder implementation for quasi-cyclic LDPC codes”中曾提出了一种基于PLDA的具体译码器硬件设计方法。该设计中每个Λ值需要被重复存储数次于数个存储器单元,因而该设计需要大量存储单元来存储Λ值。 K. Zhang, X. Huang and Z. Wang proposed a specific decoding based on PLDA in the paper "High-throughput layered decoder implementation for quasi-cyclic LDPC codes" published on IEEE J. Sel. Areas Commun. Device hardware design method. In this design, each Λ value needs to be repeatedly stored several times in several memory cells, so this design requires a large number of memory cells to store the Λ value.
发明内容 Contents of the invention
本发明的目的在于提出一种存储器单元少,因而可使用较小芯片面积、实现较高的译码速率的LDPC码译码器。 The purpose of the present invention is to propose an LDPC code decoder which has less memory units, thus can use a smaller chip area and achieve a higher decoding rate.
本发明提出的LDPC码译码器,是基于并行分层译码算法(PLDA)的译码器。本发明中译码器将Λ的值存储于寄存器链,每个Λ值只需存储一次,从而避免使用过多存储单元,以进一步显著减少基于PLDA的LDPC译码器芯片面积。 The LDPC code decoder proposed by the present invention is a decoder based on the Parallel Layered Decoding Algorithm (PLDA). In the present invention, the decoder stores the value of Λ in the register chain, and each value of Λ only needs to be stored once, thereby avoiding the use of too many storage units, and further significantly reducing the chip area of the LDPC decoder based on PLDA. the
本发明提出的LDPC译译码器,基于PLDA,且输入的待译码数据存储于寄存器链中。译码器使用两条这样的寄存器链(30,31)来形成乒乓结构。即当一条寄存器链接收新的待译码数据并同时输出已经完成译码的数据时,另一条含有待译码数据的寄存器链被划分为M条子链,并进行译码操作,M等于LDPC校验矩阵所含子矩阵列数;每条子链对应校验矩阵中一列子矩阵,并存储此列子矩阵对应的待译码数据;正在进行译码操作的子链(由30或31划分而成)在译码期间循环移位,且与运算节点(32)之间的布线连接是固定的。 The LDPC decoder proposed by the present invention is based on PLDA, and the input data to be decoded is stored in the register chain. The decoder uses two such register chains (30, 31) to form a ping-pong structure. That is, when a register chain receives new data to be decoded and outputs the decoded data at the same time, the other register chain containing data to be decoded is divided into M sub-chains and performs decoding operations. M is equal to LDPC calibration The number of sub-matrix columns contained in the verification matrix; each sub-chain corresponds to a column of sub-matrix in the verification matrix, and stores the data to be decoded corresponding to this sub-matrix; the sub-chain (divided by 30 or 31) that is being decoded The circular shift is performed during decoding, and the wiring connection with the operation node (32) is fixed.
若待译码数据使用M1比特定点数量化,待译码码字码长M2比特,且LDPC校验矩阵含M列子矩阵,则存储待译码数据的寄存器链由M1×M2个寄存器组成。寄存器链划分为M条子链后,每条子链由M1×(M2/M)个寄存器组成。每条子链对应校验矩阵中一列子矩阵,并存储此列子矩阵对应的待译码数据。在寄存器链中,每M1个寄存器构成一个存储单元,存储一个待译码数据。一条寄存器链共含M2个存储单元。由寄存器链划分而成的子链中,每M1个寄存器构成一个存储单元,存储一个待译码数据。一条子链共含(M2/M)个存储单元。在子链参与译码时,子链每个时钟周期循环左移(或右移)一个存储单元。来保证与运算节点(32)之间的布线连接是固定的。 If the data to be decoded is quantized using M1 ratio specific points, the length of the code word to be decoded is M2 bits, and the LDPC check matrix contains M columns of sub-matrices, then the register chain storing the data to be decoded consists of M1×M2 registers. After the register chain is divided into M sub-chains, each sub-chain is composed of M1×(M2/M) registers. Each sub-chain corresponds to a column of sub-matrices in the parity check matrix, and stores data to be decoded corresponding to the column of sub-matrices. In the register chain, every M1 register constitutes a storage unit, which stores a piece of data to be decoded. A register chain contains M2 storage units in total. In the sub-chains divided by the register chain, every M1 registers form a storage unit, which stores a piece of data to be decoded. A sub-chain contains (M2/M) storage units in total. When the sub-chain participates in decoding, the sub-chain rotates left (or right) one storage unit per clock cycle. To ensure that the wiring connection with the computing node (32) is fixed.
附图说明 Description of drawings
图1为802.16e中1/2码率LDPC码校验矩阵。 Figure 1 is a 1/2 code rate LDPC code parity check matrix in 802.16e.
图2为802.16e中1/2码率准循环LDPC校验矩阵的修改矩阵。 Fig. 2 is the modification matrix of the 1/2 code rate quasi-cyclic LDPC parity check matrix in 802.16e.
图3为本发明提出的基于PLDA的译码器硬件设计。 Fig. 3 is the decoder hardware design based on PLDA proposed by the present invention.
图4为一条子链与一个与之相关的子矩阵,以及一个运算节点。 Figure 4 shows a sub-chain, a related sub-matrix, and an operation node.
图5为一条寄存器链具体结构,其中Λ使用6比特量化。 Fig. 5 is a specific structure of a register chain, where Λ is quantized with 6 bits.
图6为一条子链具体结构,其中Λ使用6比特量化。 Fig. 6 is a specific structure of a sub-chain, where Λ is quantized with 6 bits.
图中标号:30表示一条存储Λ的寄存器链,该寄存器链此时正在接受新的待译码数据,并同时输出已完成译码的数据。31表示一条存储Λ的寄存器链,该寄存器链被划分为24条子链进行译码操作;该寄存器链与标号30所示寄存器链构成乒乓结构。311表示第1条子链,对应校验矩阵中第1列子矩阵。312表示第2条子链,对应校验矩阵中第2列子矩阵。3123表示第23条子链,对应校验矩阵中第23列子矩阵。3124表示第24条子链,对应校验矩阵中第24列子矩阵。32表示12个运算节点。321表示第1个运算节点。3211表示第11个运算节点。3212表示第12个运算节点。41表示某一子链,可为311~3124之中任意一个。42表示某一运算节点,可为321~3212之中任意一个。43表示某一非空子矩阵。51表示寄存器链中第1个存储单元,由6个寄存器组成。52表示寄存器链中第2个存储单元,由6个寄存器组成。53表示寄存器链中第3个存储单元,由6个寄存器组成。52302表示寄存器链中第2302个存储单元,由6个寄存器组成。52303表示寄存器链中第2303个存储单元,由6个寄存器组成。52304表示寄存器链中第2304个存储单元,由6个寄存器组成。61表示子链中第1个存储单元,由6个寄存器组成。62表示子链中第2个存储单元,由6个寄存器组成。63表示子链中第3个存储单元,由6个寄存器组成。694表示子链中第94个存储单元,由6个寄存器组成。695表示子链中第95个存储单元,由6个寄存器组成。696表示子链中第96个存储单元,由6个寄存器组成。 The reference number in the figure: 30 represents a register chain storing Λ, which is accepting new data to be decoded and outputting the decoded data at the same time. 31 represents a register chain storing Λ, which is divided into 24 sub-chains for decoding operation; this register chain and the register chain shown by label 30 form a ping-pong structure. 311 represents the first sub-chain, which corresponds to the first column of the sub-matrix in the parity check matrix. 312 represents the second sub-chain, corresponding to the second sub-matrix in the parity check matrix. 3123 represents the 23rd sub-chain, which corresponds to the 23rd column of the sub-matrix in the parity check matrix. 3124 represents the 24th sub-chain, which corresponds to the 24th column of the sub-matrix in the parity check matrix. 32 represents 12 computing nodes. 321 represents the first computing node. 3211 represents the eleventh computing node. 3212 represents the twelfth computing node. 41 represents a certain subchain, which can be any one of 311~3124. 42 represents a certain computing node, which can be any one of 321~3212. 43 represents a certain non-empty sub-matrix. 51 represents the first storage unit in the register chain, which consists of 6 registers. 52 represents the second storage unit in the register chain, consisting of 6 registers. 53 represents the third storage unit in the register chain, which consists of 6 registers. 52302 represents the 2302nd storage unit in the register chain, which consists of 6 registers. 52303 represents the 2303rd storage unit in the register chain, which consists of 6 registers. 52304 represents the 2304th storage unit in the register chain, which consists of 6 registers. 61 represents the first storage unit in the sub-chain, consisting of 6 registers. 62 represents the second storage unit in the sub-chain, consisting of 6 registers. 63 represents the third storage unit in the sub-chain, consisting of 6 registers. 694 represents the 94th storage unit in the sub-chain, consisting of 6 registers. 695 represents the 95th storage unit in the sub-chain, consisting of 6 registers. 696 represents the 96th storage unit in the sub-chain, consisting of 6 registers.
具体实施方式 Detailed ways
下面将结合图示进一步说明电路的实现方法: The implementation method of the circuit will be further explained in conjunction with the diagram below:
下面使用图2所示校验矩阵对应的LDPC码为例,来描述本发明的译码器设计。图3所示为本发明提出的基于PLDA的译码器硬件设计结构。校验节点与变量节点被组合为一个单独的运算节点,共12个运算节点(32)。各个运算节点被插入4组流水线寄存器来分割这一关键路径,以数倍的提高系统最高时钟频率。等式[1]中Λ的值存于寄存器链中,且译码器使用两条这样的寄存器链(31)、(32)来形成乒乓结构。每条链含2304个寄存器存储单元来存储Λ的值,如果每个Λ值使用M比特定点数表示,则每个寄存器存储单元需要M个寄存器来构建。当一条链接受新数据并同时输出已经完成译码的数据时,另一条链进行译码操作并被划分为24条子链(311~3124),对应校验矩阵中每层24个子矩阵。每条子链对应矩阵中一列子矩阵,并含有96个存储单元。 The following uses the LDPC code corresponding to the parity check matrix shown in FIG. 2 as an example to describe the decoder design of the present invention. Fig. 3 shows the hardware design structure of the decoder based on PLDA proposed by the present invention. The check node and the variable node are combined into a single computing node, and there are 12 computing nodes (32) in total. Each computing node is inserted into 4 sets of pipeline registers to divide this critical path and increase the maximum clock frequency of the system several times. The value of Λ in equation [1] is stored in the register chain, and the decoder uses two such register chains (31), (32) to form a ping-pong structure. Each chain contains 2304 register storage units to store the value of Λ, if each value of Λ is represented by M ratio specific points, then each register storage unit needs M registers to construct. When one chain accepts new data and outputs decoded data at the same time, the other chain performs the decoding operation and is divided into 24 sub-chains (311~3124), corresponding to 24 sub-matrices in each layer of the parity check matrix. Each sub-chain corresponds to a sub-matrix in the matrix and contains 96 storage units.
图4所示为一条子链(41)与一个与之相关的非空子矩阵(43),以及一个与之有数据交换关系的运算节点(42)。每个时钟周期,矩阵96部分中某一部分开始译码。该部分在子链中对应若干被存储的Λ值,这些Λ值被送至运算节点进行译码操作。在一次译码迭代中连续的两步中,各个非空子矩阵中连续的两行对应的Λ值被送至运算节点。由于所有非空子矩阵是由单位矩阵循环移位形成,因此相对于前一步,当前译码步中需要送至运算节点的Λ在子链中的位置循环右移一个单元。在本发明提出的译码器设计中,每个子链包含96个存储单元,存储96个Λ的值,且每条子链每个时钟周期循环左移一个单元。故如图4所示,每个时钟周期中发送给运算单元的Λ在子链中的位置是固定的。各个运算节点被插入4组流水线寄存器来分割这一关键路径,故每个时钟周期中发送给运算单元的Λ在子链中的位置,循环左移4个单位,则为子链中接收由运算节点送来的新_Λ的位置。因而子链中接收由运算节点送来的新_Λ的位置也固定的。因此,运算节点与子链之间的电气布线连线是固定的。故存储Λ值的存储单元与运算节点之间的布线连接是固定的且被简化。 Fig. 4 shows a sub-chain (41), a non-empty sub-matrix (43) related thereto, and an operation node (42) having a data exchange relationship with it. Each clock cycle, one of the parts of the matrix 96 starts to decode. This part corresponds to several stored Λ values in the sub-chain, and these Λ values are sent to the computing node for decoding operation. In two consecutive steps in one decoding iteration, the Λ values corresponding to two consecutive rows in each non-empty sub-matrix are sent to the operation node. Since all non-empty sub-matrices are formed by cyclic shifting of the identity matrix, compared with the previous step, the position of Λ that needs to be sent to the operation node in the current decoding step in the sub-chain is cyclically shifted to the right by one unit. In the decoder design proposed by the present invention, each sub-chain contains 96 storage units, storing 96 values of Λ, and each sub-chain is shifted to the left by one unit per clock cycle. Therefore, as shown in Fig. 4, the position of Λ sent to the operation unit in each clock cycle in the sub-chain is fixed. Each computing node is inserted into 4 sets of pipeline registers to divide this critical path. Therefore, the position of Λ sent to the computing unit in each clock cycle in the sub-chain is shifted to the left by 4 units in a cycle, and it is the position received by the computing unit in the sub-chain. The position of the new _Λ sent by the node. Therefore, the position of receiving the new _Λ sent by the operation node in the sub-chain is also fixed. Therefore, the electrical wiring connections between computing nodes and sub-chains are fixed. Therefore, the wiring connection between the storage unit storing the Λ value and the computing node is fixed and simplified.
使用图2所示校验矩阵对应的LDPC码,若Λ值使用6比特定点数表示,则一条寄存器链的具体结构见图5,一条子链的具体结构见图6。图5与图6中每个存储单元由6个寄存器组成。 Using the LDPC code corresponding to the parity check matrix shown in Figure 2, if the Λ value is represented by 6-bit specific points, the specific structure of a register chain is shown in Figure 5, and the specific structure of a sub-chain is shown in Figure 6. Each storage unit in Fig. 5 and Fig. 6 is composed of 6 registers.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201110262178 CN102347775B (en) | 2011-09-06 | 2011-09-06 | PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201110262178 CN102347775B (en) | 2011-09-06 | 2011-09-06 | PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102347775A true CN102347775A (en) | 2012-02-08 |
CN102347775B CN102347775B (en) | 2013-07-10 |
Family
ID=45546098
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 201110262178 Expired - Fee Related CN102347775B (en) | 2011-09-06 | 2011-09-06 | PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102347775B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102664638A (en) * | 2012-05-31 | 2012-09-12 | 中山大学 | FPGA (Field Programmable Gate Array) realization method for multi-code-length LDPC (Low Density Parity Check) code decoder on basis of hierarchical NMS (Network Management System) algorithm |
WO2014008624A1 (en) * | 2012-07-09 | 2014-01-16 | 中兴通讯股份有限公司 | Data storage method and device |
CN103532569A (en) * | 2013-08-09 | 2014-01-22 | 上海数字电视国家工程研究中心有限公司 | Decoding device and analytic data decoding method |
CN105933090A (en) * | 2016-04-14 | 2016-09-07 | 电子科技大学 | Multi-core parallel SCMA decoding system |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101931416A (en) * | 2009-06-24 | 2010-12-29 | 中国科学院微电子研究所 | Parallel layered decoder of LDPC code in mobile digital multimedia broadcasting system |
CN102055484A (en) * | 2010-12-21 | 2011-05-11 | 东南大学 | LDPC (low density parity code) layering BP (belief propagation) decoding algorithm based on least-mean-square-error criterion and decoder structure |
-
2011
- 2011-09-06 CN CN 201110262178 patent/CN102347775B/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101931416A (en) * | 2009-06-24 | 2010-12-29 | 中国科学院微电子研究所 | Parallel layered decoder of LDPC code in mobile digital multimedia broadcasting system |
CN102055484A (en) * | 2010-12-21 | 2011-05-11 | 东南大学 | LDPC (low density parity code) layering BP (belief propagation) decoding algorithm based on least-mean-square-error criterion and decoder structure |
Non-Patent Citations (1)
Title |
---|
郭琨等: "一种应用于不可分层LDPC码的并行分层译码算法", 《电子与信息学报》 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102664638A (en) * | 2012-05-31 | 2012-09-12 | 中山大学 | FPGA (Field Programmable Gate Array) realization method for multi-code-length LDPC (Low Density Parity Check) code decoder on basis of hierarchical NMS (Network Management System) algorithm |
WO2014008624A1 (en) * | 2012-07-09 | 2014-01-16 | 中兴通讯股份有限公司 | Data storage method and device |
CN103532569A (en) * | 2013-08-09 | 2014-01-22 | 上海数字电视国家工程研究中心有限公司 | Decoding device and analytic data decoding method |
CN105933090A (en) * | 2016-04-14 | 2016-09-07 | 电子科技大学 | Multi-core parallel SCMA decoding system |
CN105933090B (en) * | 2016-04-14 | 2019-07-16 | 电子科技大学 | A Multi-core Parallel SCMA Decoding System |
Also Published As
Publication number | Publication date |
---|---|
CN102347775B (en) | 2013-07-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104868925B (en) | Encoding method, decoding method, encoding device and decoding device of structured LDPC code | |
KR101405962B1 (en) | Decoding method using LDPC code | |
KR101742451B1 (en) | Encoding device, decoding device, encoding method and decoding method | |
KR101203226B1 (en) | Turbo ldpc decoding | |
CN101106381B (en) | Hierarchical LDPC decoder and decoding processing method | |
KR101211433B1 (en) | Appratus and method of high speed quasi-cyclic low density parity check code having low complexity | |
US9037945B2 (en) | Generating partially sparse generator matrix for a quasi-cyclic low-density parity-check encoder | |
US7934139B2 (en) | Parallel LDPC decoder | |
CN102723957B (en) | Quasi-cyclic low density parity check (QC-LDPC) code construction method applicable to interlayer parallel decoder | |
CN102347775B (en) | PLDA (parallel layered decoding algorithm)-based LDPC (low density parity check) decoder | |
WO2016050323A1 (en) | Method and device for calculating a crc code in parallel | |
CN104617959A (en) | Universal processor-based LDPC (Low Density Parity Check) encoding and decoding method | |
JP4320418B2 (en) | Decoding device and receiving device | |
CN106708654A (en) | Circuit structure for BCH error correcting code of NAND flash | |
CN105099467B (en) | The coding method of QC-LDPC code and code device | |
WO2013189274A1 (en) | Circuit, encoder and method for parallel bch coding | |
CN116192156A (en) | Decoding device, decoding method and electronic device | |
CN102064837B (en) | Partially parallel decoding method of quasi-cyclic low density parity check (QC-LDPC) code based on first in first out (FIFO) fragmentation | |
CN102957436A (en) | Low-density parity check code decoding device and low-density parity check code decoding method | |
JP5148586B2 (en) | Decoding device and decoding method | |
CN101777922B (en) | High-speed and low-delay Berlekamp-Massey iteration decoding circuit for broadcast channel (BCH) decoder | |
CN209731214U (en) | A kind of EG-LDPC decoder | |
JPWO2010103757A1 (en) | Decoding device and decoding method | |
CN107592958B (en) | Multi-Rate LDPC Encoding and Decoding Using a Multi-Rate Index Table and a Spreading Factor for Different Code Lengths | |
TWI523437B (en) | Encoding and syndrome computing co-design circuit for bch code and method for deciding the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20130710 Termination date: 20160906 |