Next Article in Journal
Entropy Modifications of Charged Accelerating Anti-de Sitter Black Hole
Next Article in Special Issue
Optimized Generalized LDPC Convolutional Codes
Previous Article in Journal
Born’s Rule from Contextual Relative-Entropy Minimization
Previous Article in Special Issue
Layered HARQ Design for LDPC-Based Multi-Level Coded Modulation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Efficient Two-Stage Decoding Scheme for LDPC-CRC Concatenated Codes

by
Lingjun Kong
1,
Haiyang Liu
2,*,
Yuezhuang Shi
2,3 and
Jiacheng Miao
1
1
Faculty of Network and Telecommunication Engineering, Jinling Institute of Technology, Nanjing 211169, China
2
Institute of Microelectronics, Chinese Academy of Sciences, Beijing 100029, China
3
University of Chinese Academy of Sciences, Beijing 100049, China
*
Author to whom correspondence should be addressed.
Entropy 2025, 27(9), 899; https://doi.org/10.3390/e27090899
Submission received: 27 July 2025 / Revised: 20 August 2025 / Accepted: 22 August 2025 / Published: 25 August 2025
(This article belongs to the Special Issue LDPC Codes for Communication Systems)

Abstract

In modern communication systems, the concatenation of a low-density parity-check (LDPC) code with a cyclic redundancy check (CRC) code is commonly used for error correction. In this paper, we propose a low-complexity two-stage scheme for decoding these codes using their concatenation structures. In the first stage, the traditional belief propagation (BP)-based iterative algorithm with a relative small maximum number of iterations is performed for decoding the LDPC code. If an LDPC codeword is obtained in this stage, the decoding process terminates. Otherwise, the second stage of the decoding process is performed, in which the guessing random additive noise decoding (GRAND) algorithm is applied to the CRC code. A list of information sequences satisfying the CRC check is obtained, each of which is then encoded to an LDPC codeword. The most likely codeword among them is the output of the decoding approach. The simulation results indicate that the proposed two-stage decoding approach can outperform the traditional BP-based iterative algorithm with a large maximum number of iterations. Moreover, the average complexity of the proposed approach is relatively low.

1. Introduction

The stringent demands imposed by next-generation communication systems underscore the importance of short error-correcting codes (ECCs). The rapid development of artificial intelligence (AI) and 6G communication systems has imposed unprecedented demands on ultra-low latency and ultra-high reliability, particularly in mission-critical applications such as autonomous vehicles, the industrial IoT, and real-time edge computing [1]. In such scenarios, short ECCs are often preferred due to their ultra-low decoding latency and significantly low hardware complexity achieved by minimizing memory requirements compared to long codes [2]. Moreover, with superior channel adaptability and deep AI-decoder integration, short codes emerge as a sustainable solution for stringent demands of 6G communication systems. However, short codes typically suffer from weak error correction capabilities, necessitating advanced decoding techniques to achieve near-optimal performance without excessive computational overhead [3,4,5,6].
Since their rediscovery, low-density parity-check (LDPC) codes have received a lot of research interest due to their remarkable error correction capabilities. It can be shown that long LDPC codes can achieve near Shannon-limit error correction performances under belief propagation (BP)-based iterative algorithms [7,8,9,10,11]. On the other hand, the LDPC coding scheme designed for 6G communication systems should support a short code length (about one hundred bits) in order to meet the ultra-low latency requirement. Unfortunately, there is a considerable gap between the BP decoding performance and the corresponding theoretical bound for short LDPC codes, see, e.g., [12,13]. Some research works [14,15,16] have designed methods for decoding short LDPC codes using the idea of the ordered statistic decoding (OSD) algorithm, which can be applied to any linear code with a given generator matrix. However, the OSD algorithm is not suitable for LDPC codes compared with other algebraic codes (e.g., BCH codes), since these codes are not represented by their generator matrices in general. As a consequence, designing effective decoding algorithms for short LDPC codes is still a challenging problem.
A cyclic redundancy check (CRC) code [17] is an error detection code widely used in communication and storage systems to verify data integrity. In modern communication systems, an LDPC code is commonly concatenated with a CRC code for error correction [18,19,20], which is called an LDPC-CRC concatenated code in this paper. In such a concatenation coding scheme, the information sequence is pre-coded by a CRC code and then is encoded by an LDPC code to obtain a transmitted codeword. Traditionally, the aim of such a scheme is to reduce the undetectable error rate of the system. Interestingly enough, it has been shown that the concatenation scheme can also facilitate the design of an effective decoding algorithm to improve the overall performance. To date, several research works have considered enhanced decoding methods for LDPC-CRC concatenated codes [21,22,23]. For instance, the work in [21] introduces an innovative multi-round BP decoding strategy with impulsive perturbation, which can effectively overcome the effects of trapping sets that often limit the performance of short codes. Furthermore, the work in [22] demonstrates an enhanced decoding approach by integrating the CRC into the OSD process. Meanwhile, the authors of [23] provide valuable insights into the performance–complexity trade-offs between regular and irregular codes under a CRC-aided hybrid decoding framework. This motivates a new decoding paradigm: instead of treating CRC merely as a post-decoding check, we can leverage it as an integral component of the decoding process.
In recent years, guessing random additive noise decoding (GRAND), a novel universal decoding approach proposed by Duffy et al. [24], has received a lot of attention. GRAND performs the guessing process by ranking all the possible noise sequences in descending order of their likelihoods and removing them sequentially from the received sequence. The process terminates if a codeword is obtained or if the maximum guessing number is reached. It can be shown that GRAND can achieve near optimal performance with reasonable decoding complexity, especially for short linear codes. To date, various extensions of GRAND have been provided, see, e.g., [25,26,27,28,29,30]. Among them, the ordered reliability bits GRAND (ORBGRAND) algorithm [26] is one of the most promising versions of GRAND since it introduces an effective method for scheduling the noise sequences.
In this paper, we propose an efficient decoding scheme for LDPC-CRC concatenated codes. Our scheme is motivated by the following observation: For most LDPC codes, the performance gain of BP-based iterative decoding is reduced as the maximum number of iterations increases. As an example, it has been shown that the performance gap of LDPC codes constructed from finite geometries is within 0.2 dB when the maximum number of iterations is set as 20 and 100, respectively; see, e.g., [31] (Figure 10.2). This observation allows us to design a complexity-aware decoding scheme that dynamically adapts decoding efforts, particularly in combination with CRC-aided strategies. Concretely speaking, we provide a decoding approach that contains two stages. In the first stage, we use the traditional iterative algorithm (e.g., the min-sum algorithm) with a relative small maximum number of iterations. The decoding process terminates if an LDPC codeword is obtained in this stage. Otherwise, we perform the decoding of the CRC code in the second stage. To be specific, we apply the GRAND algorithm to the CRC code in the concatenation scheme and obtain a list of information sequences that satisfy the CRC check. Afterwards, we encode each information sequence into an LDPC codeword and choose the most likely codeword as the decoding output. The simulation results indicate that the proposed decoding approach can outperform the traditional iterative algorithm with a large maximum number of iterations. The analysis results suggest that the average complexity of the proposed algorithm is relatively low. To our knowledge, this represents the first successful integration of GRAND with LDPC-CRC concatenation structures.
The rest of this paper is organized as follows. Section 2 presents the background knowledge. We provide the proposed decoding scheme for LDPC-CRC concatenated codes in Section 3. Section 4 presents the simulation results. Finally, Section 5 concludes this paper.

2. Background Knowledge

In this section, we present essential background knowledge related to this work. We first introduce the fundamentals of LDPC codes and their iterative decoding algorithms. Then, we provide an overview of CRC codes and the GRAND algorithm. All the codes considered in this work are binary codes.

2.1. LDPC Codes and Iterative Decoding

An [ n , k ] LDPC code C is a linear code specified by a sparse parity-check matrix H = [ h j i ] of size m × n . (Note that H may have redundant rows, so we have m rank ( H ) = n k , where rank ( H ) is the rank of H over the binary finite field.) For convenience, we associate H with a bipartite graph (called the Tanner graph [32]) that has m check nodes and n variable nodes corresponding to the m rows and n columns of H , respectively. The i-th variable node v i is connected to the j-th check node c j if and only if entry h j i in H is 1. Define
M ( i ) = { j : h j i = 1 } , 1 i n ,
N ( j ) = { i : h j i = 1 } , 1 j m .
Traditionally, an LDPC code can be decoded by BP-based iterative algorithms. The decoding process can be viewed as message passing and updating on the edges of the Tanner graph that describes the code. Here, we describe the min-sum algorithm (MSA), one of the most prevalent BP-based iterative algorithms.
Suppose γ i is the log-likelihood ratio (LLR) of the i-th bit, which can be calculated by
γ i = log P ( y i x i = 0 ) P ( y i x i = 1 ) ,
where y = ( y 1 , y 2 , , y n ) is the channel output sequence.
For the k-th iteration, let α i j ( k ) and β j i ( k ) be the messages from v i to c j and from c j to v i , respectively. The MSA is performed as follows [33].
  • Initialization
Set k = 0 and the maximum number of iterations, K max . For each ( i , j ) such that h j i = 1 , set
α i j ( 0 ) = γ i .
  • Step 1
For 1 j m and each i N ( j ) ,
β j i ( k ) = i N ( j ) { i } sign α i j ( k 1 ) · min i N ( j ) { i } α i j ( k 1 ) .
  • Step 2
For 1 i n and each j M ( i ) ,
γ ˜ i ( k ) = γ i + j M ( i ) β j i ( k ) ,
α i j ( k ) = γ ˜ i ( k ) β j i ( k ) .
  • Step 3
Create the hard-decision vector x ^ ( k ) = ( x ^ 1 ( k ) , x ^ 2 ( k ) , , x ^ n ( k ) ) such that
x ^ i ( k ) = 1 , if γ ˜ i ( k ) 0 , 0 , if γ ˜ i ( k ) > 0 .
  • Step 4
If x ^ ( k ) H = 0 holds or k = K max , stop the iteration process and output x ^ ( k ) as the decoding result. Otherwise, set k k + 1 and go to Step 1.

2.2. CRC Codes and GRAND

A CRC code is a shortened cyclic code that is defined by a generator polynomial g ( x ) = i = 0 r g i x i .
Assume that an information sequence u ( x ) = i = 0 k 1 u i x i of length k is transmitted. The CRC encoding procedure can be described as
c ( x ) = u ( x ) g ( x ) .
In this manner, we obtain a binary linear code with length k + r and dimension k.
The encoding procedure of a CRC code can also be performed under the following systematic manner
c ( x ) = x r u ( x ) + s ( x ) ,
where s ( x ) , the CRC polynomial of the information sequence, is given by
s ( x ) = x r u ( x ) mod g ( x ) .
The systematic encoding of a CRC code can be efficiently implemented using a shift register; see, e.g., [17] for details.
Compared with other linear codes, CRC codes have the advantage that the information length can be flexibly adjusted.
Suppose a codeword, c , of a binary linear code, C , with length n is transmitted. Let the hard-decision sequence from the channel be
d = ( d 1 , d 2 , , d n ) { 0 , 1 } n .
The GRAND algorithm operates by sequentially guessing noise sequences z introduced by the channel to recover the transmitted codeword. In other words, the decoder tries noises z such that
c ^ = d z , with c ^ C .
GRAND implements a maximum-likelihood (ML) decoding rule by prioritizing noise patterns based on their a priori likelihoods. Under the common assumption that the noise sequence has the lowest Hamming weight, the ML decoding is expressed as
c ^ = arg max c C P ( d c ) = arg max z P ( z ) s . t . c = d z .
In the classical GRAND scheme, candidate noise patterns are tested in ascending order of Hamming weights, i.e., noise patterns z with small
w H ( z ) = i = 1 n z i
are examined first, focusing decoding efforts on the most probable error patterns.

2.3. ORBGRAND

Ordered reliability bits guessing random additive noise decoding (ORBGRAND) refines the original GRAND framework by incorporating ordered bitwise reliability into the prioritization of candidate noise patterns. Instead of exhaustively testing noise sequences based solely on their combinatorial simplicity, ORBGRAND utilizes probabilistic ranking derived from soft reliability metrics, typically based on LLR values magnitudes, to guide decoding. This ordered strategy enables the decoder to explore more probable error configuration patterns first, which can significantly improve the decoding accuracy.
Let the received soft-decision channel output r be
r = ( r 1 , r 2 , , r n ) R n .
The hard-decision sequence d is
d = ( d 1 , , d n ) { 0 , 1 } n ,
where d i = 1 sign ( r i ) 2 .
The bitwise reliability values, ϱ , are defined by LLR magnitudes
ϱ = ( ϱ 1 , , ϱ n ) ,
where ϱ i = | LLR ( r i ) | .
A permutation, σ , is introduced such that
ϱ σ ( 1 ) ϱ σ ( 2 ) ϱ σ ( n ) .
Let z { 0 , 1 } n be a candidate error pattern defined over the reliability-sorted domain. To reflect the likelihood of each pattern, a logistic weight is assigned as
ω ( z ) = i = 1 n i · z i .
The decoder proceeds by enumerating all patterns z such that ω ( z ) = μ for increasing values of μ Z 0 , i.e.,
E μ = { z { 0 , 1 } n : ω ( z ) = μ } .
To implement the decoding process, ORBGRAND explores error patterns in ascending order of logistic weight. For each weight level μ , candidate patterns z E μ are generated and evaluated sequentially. Each error pattern is then mapped back to the original bit order using the inverse permutation σ 1 , and the decoded candidate is formed as
x = d σ 1 ( z ) .

3. Proposed Two-Stage Decoding Scheme

3.1. Motivation

Traditionally, an LDPC code is decoded with BP-based algorithms that are performed in an iterative manner. It is hoped that the performance becomes better as the number of iterations increases. However, the known results indicate that the performance gain of BP-based iterative decoding is reduced as the maximum number of iterations increases for most LDPC codes with short to moderate lengths [31]. Moreover, as the signal-to-noise ratio (SNR) increases, the BP-based iterative decoding falls short of the optimal decoding. It is known that certain harmful structures, called trapping sets [34,35], in an LDPC matrix degrade the performance of BP-based iterative decoding. The identification of such structures and the performance prediction using the structures have received a lot of interest. For details, the reader can refer to [36,37,38,39].
On the other hand, an LDPC code is commonly concatenated with a CRC code in modern communication systems. For such an LDPC-CRC concatenated code, the information sequence is pre-coded by a CRC code and then is encoded by an LDPC code to obtain a codeword. Traditionally, we perform LDPC decoding at first and then perform CRC check if the decoding is successful. The CRC check can detect residual errors after LDPC decoding and reduce the undetectable error rate of LDPC decoding. (An LDPC decoding process is said to be successful if a codeword is obtained. However, the obtained codeword may not be the transmitted codeword. In this case, an undetectable error of LDPC decoding occurs.)This is especially helpful when the LDPC code has short to moderate lengths. Recently, it has been shown that CRC codes can be efficiently decoded by GRAND algorithms when these codes are used for error correction [20]. This motivates us to design a two-stage decoding algorithm to compensate for the above-mentioned problem in BP-based iterative decoding.

3.2. Algorithm Design

As mentioned in the previous subsection, the proposed algorithm contains two stages. The traditional BP-based iterative algorithm is used to decode the LDPC code. The maximum number of iterations of LDPC decoding is set as a relatively small number, which is due to the aforementioned fact that performance improvement is limited when the number is increased to a certain value.
If the decoding is successful, i.e., an LDPC codeword is obtained, we terminate the decoding process and perform a CRC check. Otherwise, we consider the decoding of CRC codes as error correction codes. We apply the GRAND algorithm to the CRC code in the concatenation scheme and obtain a list of CRC codewords that can satisfy the CRC check. Finally, we encode each obtained CRC codeword to an LDPC codeword and choose the most likely codeword as the decoding output. If no CRC codeword is found, our decoding approach fails. In this case, we use the LDPC decoding result in the first stage as the decoding output.
In order to achieve desirable performances, the size of listed CRC codewords should be reasonably large. This is equivalent to setting a relatively large number of queries in the GRAND algorithm, which inevitably increases GRAND’s complexity. However, it is worth mentioning that the GRAND algorithm is performed only when LDPC decoding in the first-stage decoding fails. This indicates that the total complexity of the proposed two-stage decoding scheme is reasonable, especially when the SNR is moderate. The complexity analysis of the proposed decoding scheme is provided in the subsequent subsection.
Overall, the flowchart of the proposed decoding approach is provided in Figure 1.

3.3. Complexity Analysis

In order to measure the complexity of the proposed two-stage decoding scheme, we use the number of operations required for decoding a received vector. This number can be derived based on the algorithm description in the previous subsection as well as the related references. For ease of analysis, we assume that the LDPC code is a ( γ , ρ ) -regular code described by an m × n parity-check matrix in the following. The results can be generalized to irregular LDPC codes in a straightforward manner.

3.3.1. BP Decoding Complexity

Suppose the MSA is used for BP decoding an LDPC code. Let I be the average number of iterations. According to [40], we need N A = 2 n γ n real additions, N C = m ρ + log 2 ρ 2 real comparisons, and N X = 2 m ρ m binary additions (XORs) in one iteration. Then, BP decoding complexity can be estimated as
C BP = I · ( N A + N C + N X ) .

3.3.2. GRAND Complexity

Suppose the CRC code is specified by a parity-check matrix of size r × m . The complexity C GRAND of GRAND consists of two parts:
  • Initial sorting requires N S = m ( m + 1 ) 2 real comparisons to obtain the bit reliability order.
  • Error pattern testing requires binary operations. For an error pattern of Hamming weight t, at most r t , binary operations are needed. Hence, the complexity N P of error pattern testing is upper bounded by M r t ¯ , where M is the number of tested error patterns, and t ¯ is the average Hamming weight of tested error patterns.
It is worth mentioning that the actual number of binary operations can be reduced if an appropriate scheduling of error patterns is used [41].

3.3.3. LDPC Encoding Complexity

Richardson and Urbanke [42] pioneered the first efficient encoding algorithm for random LDPC codes. Their analysis suggested that gap parameter g scales as O ( n ) for random codes but remains sufficiently small in practice. Consequently, the online encoding complexity C enc reduces to O ( n + g 2 ) (see [42] for details). For quasi-cyclic (QC) LDPC codes, the encoding complexity, C enc , attains O ( n ) through shift register implementations [43,44].

3.3.4. Proposed Scheme Complexity

The complexity of the proposed two-stage decoding scheme, denoted by C prop , can be estimated as
C prop = C BP + α ( C GRAND + C enc ) ,
where α is the probability of the second stage of decoding. Since the second stage of decoding is invoked only when the first stage of BP decoding does not find any valid codeword, parameter α is upper bounded by the block error rate (BLER) of LDPC decoding in the first stage. (Note that LDPC decoding errors contain both detectable errors and undetectable errors. If an undetectable error occurs, the second stage of decoding is not invoked.)
In typical channel conditions, the BLER of LDPC decoding is below 10 1 . (For example, as shown in the next section, the BLER of a random (3,15)-regular LDPC code at 5 dB is about 0.05, where the MSA is used and the maximum number of iterations is set to 15). This indicates that most decoding tasks can be resolved in the first stage of decoding, and only a small fraction requires the second stage of decoding. Hence, the extra decoding complexity introduced by the proposed scheme is relatively low.

4. Simulation Results

In this section, we evaluate the performance of the proposed decoding scheme. For comparison purposes, the existing perturbation decoding scheme [21] for LDPC-CRC concatenated codes is also evaluated. We assume binary phase-shift keying (BPSK) modulation over the additive white Gaussian noise (AWGN) channel in our simulation. A regular [110,88] random LDPC code and a regular [169,132] QC-LDPC code are used. Each code is concatenated with a CRC-16 code, and the resulting schemes are denoted as C 1 and C 2 , respectively. The parity-check matrix of the LDPC code in C 1 is constructed based on the progressive-edge growth method [45], and the parity-check matrix of the LDPC code in C 2 is an array-based QC matrix [46]. The parameters of the two LDPC-CRC concatenated codes are listed in Table 1.
The decoding schemes evaluated include the following:
  • MSA15-GRAND ζ : The proposed two-stage decoding scheme, where the maximum number of iterations in the standard MSA is set to 15. Parameter ζ { 16 , 19 , 20 } specifies the maximum number of error patterns tested (i.e., 2 ζ ) in the GRAND algorithm.
  • MSA15-NOISE: A two-stage decoding scheme where the standard MSA, limited to 15 iterations, is followed by noise-perturbed decoding, whose maximum number of decoding attempts is set to 30. The noise variance is optimized at a given SNR. For details, the reader can refer to [21].
  • MSA15: The standard MSA with a maximum of 15 iterations.
  • MSA50: The standard MSA with a maximum of 50 iterations.
As shown in Figure 2, increasing the maximum number of iterations in the MSA from 15 to 50 yields only a marginal improvement in the BER performance for C 1 . This observation suggests that merely increasing the maximum number of iterations does not necessarily lead to significant performance.
In contrast to the limited improvement observed with increased MSA iterations, the proposed two-stage decoding schemes (MSA15-GRAND ζ ) significantly outperform both MSA15 and MSA50 within the simulated SNR range. As ζ increases from 16 to 20, the BER performance improves accordingly, demonstrating a controllable trade-off between the decoding complexity and performance. Notably, MSA15-GRAND20 achieves a better performance than MSA50, despite using a lower number of MSA iterations, confirming the effectiveness of the GRAND-enhanced post-processing stage.
Meanwhile, scheme MSA15-NOISE also outperforms MSA15, although the gain is less significant compared to the proposed two-stage decoding schemes (MSA15-GRAND ζ ). This suggests that while noise-perturbed decoding can offer performance improvements, its potential is limited compared to the systematic test pattern exploration adopted by GRAND.
Figure 3 illustrates the BLER performance of various decoding schemes for C 1 , reflecting decoding reliability at the block level. While the overall trend resembles that of the BER performance in Figure 2, the impact of different decoding strategies on complete codeword recovery is more pronounced. In particular, the proposed MSA15-GRAND ζ schemes demonstrate significantly stronger block-level error correction, with MSA15-GRAND20 achieving up to an order-of-magnitude lower BLER compared to MSA50. This reinforces the suitability of GRAND-assisted decoding in systems requiring stringent block-level reliability. Although scheme MSA15-NOISE also reduces the BLER relative to the baseline, its improvements are less consistent, especially in the high-SNR regime.
Figure 4 and Figure 5 illustrate the BER performance and the BLER performance of various decoding schemes applied to C 2 . Compared to the results observed in C 1 , all decoding schemes achieve a substantially better error performance within the simulated SNR range, highlighting the advantages of structured code construction.
In Figure 4, the proposed schemes MSA15-GRAND ζ continue to provide the best overall BER performance, particularly in the medium-to-high SNR region. Although the relative gains over MSA50 are smaller than those for C 1 , the improvement remains consistent and measurable. Interestingly, MSA15-NOISE shows competitive behavior in the low-SNR regime (i.e., SNR < 5.3 dB), temporarily outperforming all other schemes. This indicates that in highly noisy conditions, stochastic perturbations may offer early decoding benefits. However, as the SNR increases, its performance quickly saturates and is eventually surpassed by the proposed scheme.
Figure 5 presents the BLER performance of C 2 . The structured nature of C 2 again leads to a significantly reduced BLER compared to C 1 . The scheme MSA15-GRAND20 achieves the lowest BLER across most of the SNR range, confirming its effectiveness at the block level. The gain over MSA50, while modest, remains stable. Meanwhile, MSA15-NOISE maintains an edge in the low-SNR region but fails to preserve that advantage at the high-SNR region, suggesting a lack of robustness and generality.
Overall, the results for C 2 validate the general applicability of the proposed decoding scheme and demonstrate its advantages for QC-LDPC codes. Despite the narrow low-SNR advantage of MSA15-NOISE, schemes MSA15-GRAND ζ consistently deliver the best performance in practical operating regimes, offering an effective trade-off between complexity and reliability.

5. Conclusions

In this work, an efficient two-stage decoding approach was proposed for LDPC-CRC concatenated codes. The decoding process is designed by monitoring the convergence behavior of BP decoding. When BP decoding fails within a limited number of iterations, a secondary decoding stage is triggered, in which a CRC-guided GRAND algorithm is employed. The proposed approach can outperform BP decoding at the expense of relatively low extra decoding complexity. This balance between the decoding performance and complexity renders the proposed scheme suitable for latency-sensitive and resource-limited systems. Our future work will focus on integrating advanced GRAND pruning mechanisms and hybrid decoding strategies that incorporate perturbation theory and reliability-aware heuristics, with the specific aim of conducting a systematic performance and complexity comparisons with the OSD-based [22] and hybrid BP-ML [23] decoding frameworks.

Author Contributions

Conceptualization, H.L.; methodology, L.K. and H.L.; software, Y.S. and J.M.; validation, Y.S. and J.M.; formal analysis, Y.S.; investigation, Y.S. and J.M.; resources, Y.S.; data curation, Y.S.; writing—original draft preparation, H.L. and L.K.; writing—review and editing, H.L. and L.K.; visualization, Y.S.; supervision, H.L.; project administration, H.L. and L.K.; funding acquisition, H.L. and L.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the NSFC (grant No. 62271482), the Opening Project of Key Laboratory of Fabrication Technologies for Integrated Circuits, Chinese Academy of Sciences, the Key Project of Basic Science (Natural Science) Research in Higher Education Institutions of Jiangsu Province (grant No. 22KJA510009), and JITSF (grant No. jit-b-202110).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Chafii, M.; Bariah, L.; Muhaidat, S.; Debbah, M. Twelve scientific challenges for 6G: Rethinking the foundations of communications theory. IEEE Commun. Surv. Tutor. 2023, 25, 868–904. [Google Scholar] [CrossRef]
  2. Shirvanimoghaddam, M.; Mohammadi, M.S.; Abbas, R.; Minja, A.; Yue, C.; Matuz, B. Short block-length codes for ultra-reliable low latency communications. IEEE Commun. Mag. 2019, 57, 130–137. [Google Scholar] [CrossRef]
  3. Zamzami, A.A.; Yu, Z.-E.; Wu, Y.-T.; Lin, S.-C. Trapping-set-assisted decoding for short-length low-density parity-check codes. IEEE Internet Things J. 2025, 12, 11539–11552. [Google Scholar] [CrossRef]
  4. von Bank, A.; Edelmann, E.-M.; Miao, S.; Mandelbaum, J.; Schmalen, L. Spiking neural belief propagation decoder for short block length LDPC codes. IEEE Commun. Lett. 2025, 29, 45–49. [Google Scholar] [CrossRef]
  5. Chen, P.; Shi, L.; Fang, Y.; Lau, F.; Cheng, J. Rate-diverse multiple access over Gaussian channels. IEEE Trans. Wireless Commun. 2023, 22, 5399–5413. [Google Scholar] [CrossRef]
  6. Xie, Z.; Chen, P.; Fang, Y.; Chen, Q. Polarization-Aided Coding for Nonorthogonal Multiple Access. IEEE Internet Things J. 2024, 11, 27894–27903. [Google Scholar] [CrossRef]
  7. Gallager, R.G. Low-density parity-check codes. IRE Trans. Inform. Theory 1962, 8, 21–28. [Google Scholar] [CrossRef]
  8. Richardson, T.J.; Urbanke, R.L. The capacity of low-density parity-check codes under message-passing decoding. IEEE Trans. Inform. Theory 2001, 47, 599–618. [Google Scholar] [CrossRef]
  9. Chung, S.-Y.; Forney, G.D.; Richardson, T.J.; Urbanke, R. On the design of low-density parity-check codes within 0.0045 dB of the Shannon limit. IEEE Commun. Lett. 2001, 5, 58–60. [Google Scholar] [CrossRef]
  10. Chen, L.; Xu, J.; Djurdjevic, I.; Lin, S. Near-Shannon-limit quasi-cyclic low-density parity-check codes. IEEE Trans. Commun. 2004, 52, 1038–1042. [Google Scholar] [CrossRef]
  11. Zhang, P.-W.; Lau, F.C.M.; Sham, C.-W. Protograph-based LDPC Hadamard codes. IEEE Trans. Commun. 2021, 69, 4998–5013. [Google Scholar] [CrossRef]
  12. Polyanskiy, Y.; Poor, H.V.; Verdú, S. Channel coding rate in the finite blocklength regime. IEEE Trans. Inf. Theory 2010, 56, 2307–2359. [Google Scholar] [CrossRef]
  13. Shen, Y.; He, J.; Zheng, X.; Song, Y.; Wang, Y.; Ma, X. Toward universal belief propagation decoding for short binary block codes. IEEE J. Sel. Areas Commun. 2025, 43, 1135–1152. [Google Scholar] [CrossRef]
  14. Fossorier, M.P.C.; Lin, S. Soft-decision decoding of linear block codes based on ordered statistics. IEEE Trans. Inf. Theory 1995, 41, 1379–1396. [Google Scholar] [CrossRef]
  15. Liang, J.; Wang, Y.; Cai, S.; Ma, X. A low-complexity ordered statistic decoding of short block codes. IEEE Commun. Lett. 2023, 27, 400–403. [Google Scholar] [CrossRef]
  16. Kim, C.; Kam, D.; Kim, S.; Park, G.; Lee, Y. Simplified ordered statistic decoding for short-length linear block codes. IEEE Commun. Lett. 2022, 26, 1720–1724. [Google Scholar] [CrossRef]
  17. Peterson, W.W.; Brown, D.T. Cyclic codes for error detection. Proc. IRE 1961, 49, 228–235. [Google Scholar] [CrossRef]
  18. Zhu, M.; Jiang, M.; Zhao, C. Adaptive belief propagation decoding of CRC concatenated NR LDPC and polar codes. IEEE Trans. Commun. 2022, 70, 4991–5003. [Google Scholar] [CrossRef]
  19. Zhang, X.; Jiang, M.; Zhu, M.; Liu, K.; Zhao, C. CRC-aided adaptive belief propagation decoding of NR LDPC codes. In Proceedings of the 2022 IEEE 95th Vehicular Technology Conference: (VTC2022-Spring), Helsinki, Finland, 19–22 June 2022; pp. 1–6. [Google Scholar] [CrossRef]
  20. An, W.; Médard, M.; Duffy, K.R. CRC codes as error correction codes. In Proceedings of the ICC 2021—IEEE International Conference on Communications, Montreal, QC, Canada, 14–23 June 2021; pp. 1–6. [Google Scholar] [CrossRef]
  21. Lee, H.; Kil, Y.S.; Jang, M.; Kim, S.H.; Park, O.S.; Park, G. Multi-round belief propagation decoding with impulsive perturbation for short LDPC codes. IEEE Wirel. Commun. Lett. 2020, 9, 1491–1494. [Google Scholar] [CrossRef]
  22. Zhou, W.; Lentmaier, M. Improving short-length LDPC codes with a CRC and iterative ordered statistic decoding: (Invited Paper). In Proceedings of the 2019 53rd Annual Conference on Information Sciences and Systems (CISS), Baltimore, MD, USA, 20–22 March 2019; pp. 1–6. [Google Scholar] [CrossRef]
  23. Peng, Z.; Yang, R. Performance and complexity trade-off between short-length regular and irregular LDPC. J. Comput. Commun. 2024, 12, 208–215. [Google Scholar] [CrossRef]
  24. Duffy, K.R.; Li, J.; Médard, M. Capacity-achieving guessing random additive noise decoding. IEEE Trans. Inf. Theory 2019, 65, 4023–4040. [Google Scholar] [CrossRef]
  25. Jones, S.; Cooper, A.B. On the determination of GRAND noise sequences by employing integer compositions. In Proceedings of the 2023 57th Annual Conference on Information Sciences and Systems (CISS), Baltimore, MD, USA, 22–24 March 2023; pp. 1–6. [Google Scholar] [CrossRef]
  26. Duffy, K.R.; An, W.; Médard, M. Ordered reliability bits guessing random additive noise decoding. IEEE Trans. Signal Processing 2022, 70, 4528–4542. [Google Scholar] [CrossRef]
  27. Liu, M.; Wei, Y.; Chen, Z.; Zhang, W. ORBGRAND is almost capacity-achieving. IEEE Trans. Inf. Theory 2023, 69, 2830–2840. [Google Scholar] [CrossRef]
  28. Rowshan, M.; Yuan, J. Segmented GRAND: Complexity reduction through sub-pattern combination. IEEE Trans. Commun. 2025, 73, 1524–1536. [Google Scholar] [CrossRef]
  29. Hadavian, R.; Huang, X.; Truhachev, D.; El-Sankary, K.; Ebrahimzad, H.; Najafi, H.; Ge, Y.; Zokaei, A. Ordered reliability direct error pattern testing decoding algorithm. IEEE Trans. Commun. 2025, 73, 1–15. [Google Scholar] [CrossRef]
  30. Duffy, K.R.; Li, J.; Médard, M. Guessing noise, not code-words. In Proceedings of the 2018 IEEE International Symposium on Information Theory (ISIT), Vail, CO, USA, 17–22 June 2018; pp. 671–675. [Google Scholar] [CrossRef]
  31. Ryan, W.E.; Lin, S. Channel Codes: Classical and Modern; Cambridge University Press: Cambridge, UK, 2009. [Google Scholar]
  32. Tanner, R.M. A recursive approach to low complexity codes. IEEE Trans. Inform. Theory 1981, 27, 533–547. [Google Scholar] [CrossRef]
  33. Fossorier, M.P.C.; Mihaljevic, M.; Imai, H. Reduced complexity iterative decoding of low-density parity check codes based on belief propagation. IEEE Trans. Commun. 1999, 47, 673–680. [Google Scholar] [CrossRef]
  34. Richardson, T.J. Error floors of LDPC codes. In Proceedings of the 41st Annual Allerton Conference on Communication, Control and Computing, Monticello, IL, USA, 1–3 October 2003; pp. 1426–1435. [Google Scholar]
  35. Han, Y.; Ryan, W.E. Low-floor decoders for LDPC codes. IEEE Trans. Commun. 2009, 57, 1663–1673. [Google Scholar] [CrossRef]
  36. Ben Yacoub, E.; Liva, G. Trapping and absorbing set enumerators for nonbinary protograph-based low-density parity-check code ensembles. IEEE Trans. Commun. 2023, 71, 1847–1862. [Google Scholar] [CrossRef]
  37. Ben Yacoub, E. Trapping and absorbing set enumerators for irregular generalized low-density parity-check code ensembles. IEEE Trans. Inf. Theory 2023, 69, 3637–3662. [Google Scholar] [CrossRef]
  38. Han, S.; Oh, J.; Oh, K.; Ha, J. Deep-learning for breaking the trapping sets in low-density parity-check codes. IEEE Trans. Commun. 2022, 70, 2909–2923. [Google Scholar] [CrossRef]
  39. Farsiabi, A.; Banihashemi, A.H. A semi linear state space model for error floor estimation of LDPC codes over the AWGN channel. IEEE Trans. Commun. 2022, 70, 7075–7088. [Google Scholar] [CrossRef]
  40. Xu, M.; Wu, J.; Zhang, M. A modified Offset Min-Sum decoding algorithm for LDPC codes. In Proceedings of the 2010 3rd International Conference on Computer Science and Information Technology, Chengdu, China, 9–11 July 2010; pp. 19–22. [Google Scholar] [CrossRef]
  41. Abbas, S.M.; Jalaleddine, M.; Tsui, C.-Y.; Gross, W.J. Improved Step-GRAND: Low-latency soft-input guessing random additive noise decoding. IEEE Trans. Very Large Scale Integr. (VLSI) Syst. 2025, 33, 1028–1041. [Google Scholar] [CrossRef]
  42. Richardson, T.J.; Urbanke, R.L. Efficient encoding of low-density parity-check codes. IEEE Trans. Inf. Theory 2001, 47, 638–656. [Google Scholar] [CrossRef]
  43. Li, Z.; Chen, L.; Zeng, L.; Lin, S.; Fong, W.H. Efficient encoding of quasi-cyclic low-density parity-check codes. IEEE Trans. Commun. 2006, 54, 71–81. [Google Scholar] [CrossRef]
  44. Myung, S.; Yang, K.; Kim, J. Quasi-cyclic LDPC codes for fast encoding. IEEE Trans. Inf. Theory 2005, 51, 2894–2901. [Google Scholar] [CrossRef]
  45. Hu, X.-Y.; Eleftheriou, E.; Arnold, D.M. Regular and irregular progressive edge-growth Tanner graphs. IEEE Trans. Inf. Theory 2005, 51, 386–398. [Google Scholar] [CrossRef]
  46. Amirzade, F.; Sadeghi, M.-R.; Panario, D. QC-LDPC codes with large column weight and free of small size ETSs. IEEE Commun. Lett. 2022, 26, 500–504. [Google Scholar] [CrossRef]
Figure 1. A flowchart of the proposed approach.
Figure 1. A flowchart of the proposed approach.
Entropy 27 00899 g001
Figure 2. BER performance of different decoding schemes for C 1 .
Figure 2. BER performance of different decoding schemes for C 1 .
Entropy 27 00899 g002
Figure 3. BLER performance of different decoding schemes for C 1 .
Figure 3. BLER performance of different decoding schemes for C 1 .
Entropy 27 00899 g003
Figure 4. BER performance of different decoding schemes for C 2 .
Figure 4. BER performance of different decoding schemes for C 2 .
Entropy 27 00899 g004
Figure 5. BLER performance of different decoding schemes for C 2 .
Figure 5. BLER performance of different decoding schemes for C 2 .
Entropy 27 00899 g005
Table 1. Parameters of the two LDPC-CRC concatenated codes.
Table 1. Parameters of the two LDPC-CRC concatenated codes.
Codekr( γ , ρ ) of LDPC MatrixCRC Generator Polynomial
C 1 7216(3,15) x 16 + x 12 + x 5 +1
C 2 11616(3,13) x 16 + x 12 + x 5 +1
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kong, L.; Liu, H.; Shi, Y.; Miao, J. An Efficient Two-Stage Decoding Scheme for LDPC-CRC Concatenated Codes. Entropy 2025, 27, 899. https://doi.org/10.3390/e27090899

AMA Style

Kong L, Liu H, Shi Y, Miao J. An Efficient Two-Stage Decoding Scheme for LDPC-CRC Concatenated Codes. Entropy. 2025; 27(9):899. https://doi.org/10.3390/e27090899

Chicago/Turabian Style

Kong, Lingjun, Haiyang Liu, Yuezhuang Shi, and Jiacheng Miao. 2025. "An Efficient Two-Stage Decoding Scheme for LDPC-CRC Concatenated Codes" Entropy 27, no. 9: 899. https://doi.org/10.3390/e27090899

APA Style

Kong, L., Liu, H., Shi, Y., & Miao, J. (2025). An Efficient Two-Stage Decoding Scheme for LDPC-CRC Concatenated Codes. Entropy, 27(9), 899. https://doi.org/10.3390/e27090899

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop