Introduction - If you have any usage issues, please Google them yourself
This code is to achieve the LDPC code by the C language, use IRA LDPC encoding algorithm , decode is LLR BP algorithm, first of all, the code is to achieve the encoding process of LDPC code, and then one step by step to achieve the decoding process through the LLR BP algorithm. The main process of decoding: initialization process, check node update process, bit node update process, finally decoding judgment, if meet the requirements or the maximum number of iterative decoding is out, or return to the check node update continued execution cycle.