Abstract
The belief propagation algorithm is one of the preferred algorithms for a polar code based decoder that can potentially achieve the lowest latency. Although belief propagation polar code algorithms have the ability for a highly parallelized implementation, they require more iterations to achieve a comparable frame error rate and bit error rate compared to the successive cancellation polar code algorithm. The iterative nature of the belief propagation algorithms also results in a higher computational complexity, i.e. O(N(2log2N-1)) compared to the computational complexity O(Nlog2N) of the successive cancellation decoder algorithm. In this paper we propose several software implementations of belief propagation polar code decoders using the computational complexity reduced belief propagation algorithm and the enhanced loop-weakened belief propagation algorithm, to increase the number of decoded codes per second. Compared to a baseline belief propagation implementation, our proposed radix-2 and radix-4 implementations increase the throughput by approximately 15.4% and 22.04% respectively. This gain is the result of a reduction of arithmetic operations, i.e., additions, compares, and multiplications, which is obtained without a loss in error-correcting performance.
Original language | English |
---|---|
Title of host publication | 2023 3rd International Conference on Electrical, Computer, Communications and Mechatronics Engineering (ICECCME) |
Publisher | IEEE |
ISBN (Electronic) | 9798350322972 |
DOIs | |
Publication status | Published - 22 Sept 2023 |
Event | 3rd International Conference on Electrical, Computer, Communications and Mechatronics Engineering, ICECCME 2023 - Tenerife, Canary Islands, Spain Duration: 19 Jul 2023 → 21 Jul 2023 Conference number: 3 |
Conference
Conference | 3rd International Conference on Electrical, Computer, Communications and Mechatronics Engineering, ICECCME 2023 |
---|---|
Abbreviated title | ICECCME 2023 |
Country/Territory | Spain |
City | Tenerife, Canary Islands |
Period | 19/07/23 → 21/07/23 |
Keywords
- 2024 OA procedure
- Belief Propagation
- Complexity
- Polar Code
- Algorithm