搜索资源列表
Ldpc_DecodeV1
- block-LDPC 译码VHDL 源代码-block-LDPC decode VHDL source
LDPC-long40rate0.5-encode-and-decode
- LDPC的短码,码长为40速率为0.5的LDPC码的设计,用的是QC矩阵,压缩文件为原码部分,工程太大传不上去。-LDPC short code, a code length of 40 rate of 0.5 LDPC code design, using a QC matrix, the compressed file is part of the original code, do not pass up the works too.
decodeLdpccc
- matlab的LDPC代码,非常实用,上机就可以跑哦!-matlab LDPC code and decode ,very useful!
LDPC_TMH_11_译码_初始化-多次迭代
- 该代码是实现LDPC编译码的C语言实现,编码采用的IRA LDPC编码算法,而译码采用的是对数域上的BP算法(LLR BP 算法),该代码先是实现了LDPC代码的编码过程,然后在通过LLR BP算法一步一步实现译码过程。译码主要过程有:初始化过程,校验节点更新过程,比特节点更新过程,最后进行译码判决,如果满足译码要求或者达到迭代最大次数则退出,否则返回到校验节点更新继续往下循环执行。(This code is to achieve the LDPC code by the C language,