搜索资源列表
cf_ldpc
- ldpc码编码、译码设计,使用vhdl语言编写,包括c语言写的测试代码-ldpc code encoding, decoding design, vhdl language use, including testing c language code
LDPC
- 讲述了LDPC信道编解码的基本原理及各种算法,是一篇很好的综述性的文章 -Describes the LDPC channel coding and decoding of the basic principles and various algorithms, is a good review of the article
Inter_Rom
- 交织器(用LDPC译码,H矩阵交织器书写方法)希望有用-Interleaver (with LDPC decoding, H matrix interleaver write methods) seek to help
ldpc-for-fpga-decoding
- ldpc译码算法的matlab实现,码长960,码率1/2,完全模拟fpga硬件实现语言,量化处理。-ldpc decoding using matalb,code length 960,code rate 1/2
the-decoding-algorithm-of-ldpc
- ldpc译码算法介绍及fpga verilog系统方案设计,包括log_bp算法、min_sum算法、scaling_min_sum算法等-introducing the ldpc code decoding algorithm and the related system design,including the log_bp,the min_sum and the scaling_min_sum
LDPC_DSP
- 通过DSP实现LDPC的编码和译码过程,比较实用的资料。-By the DSP to achieve the encoding and decoding process of the LDPC, a more practical item.
dvb_s2_ldpc_decoder_latest.tar
- 用于数字电视机顶盒的DVB-S2的LDPC编码的解码模块,verilog代码-For digital TV set-top boxes of DVB- S2 LDPC coding, decoding module of verilog code
tst_1d2M_bpsk_rep2
- ldpc编码c仿真,采用qc_ldpc,811.16e标准中的编码和译码方式-LDPC codes c simulation, using the qc LDPC, 811.16 e standard way of encoding and decoding
LDPC_C
- C语言实现LDPC码的译码功能,带有完整的工程文件。-C language to achieve the LDPC code decoding function, with a complete project file.
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,
LDPC码编译码算法的研究与实现_陈石平
- 本文首先回顾了LDPC码的发展历程和现状,介绍了LDPC码检验矩阵的构造、编 译码原理。在对编译码作了深入探讨和分析后,接着进行了RU算法编码和长码编码 的FPGA实现;根据二叉树的性质,提出了一种长码编码的ASIC优化设计的方法,节省 了大量硬件资源;论文详细阐述了CORDIC算法原理以及LDPC码译码中所采用的指 数函数和反双曲正切函数的FPGA实现:CORDIC内核及前后处理单元设计、仿真、综 合及数据分析,这对LDPC码的译码具有很重要的意义,为用数字VLSI来实现LDPC的
test
- ldpc译码BF判决,内部需要修改,还需要进行部分参数的调整(The BF decision of LDPC decoding needs to be modified internally)