搜索资源列表
cf_ldpc
- ldpc码编码、译码设计,使用vhdl语言编写,包括c语言写的测试代码-ldpc code encoding, decoding design, vhdl language use, including testing c language code
Realization_of_FPGA_for_LDPC_encoding
- 低密度奇偶校验码(简称LDPC码)是目前距离香农限最近的一种线性纠错码,它的直接编码运算量较大,通常具有码长的二次方复杂度.为此,利用有效的校验矩阵,来降低编码的复杂度,同时研究利用大规模集成电路实现LDPC码的编码.在ISE 8.2软件平台上采用基于FPGA的Verilog HDL语言实现了有效的编码过程,为LDPC码的硬件实现和实际应用提供了依据-Abstract:Low.density parity·check code(LDPC code)is a kind of linear eror
FPGA-for-LDPC-encoding
- LDPC Encoding Ebook Tetourial
LDPC
- LDPC Encoding Ebook Tetourial code
ldpc-decoder
- LDPC Encoding Code Tetourial VHDL
dvb_s2_ldpc_decoder_latest.tar
- DVB LDPC编码 文档资料完整,值得收藏的DVB编码-DVB LDPC coded documentation is complete, it is a collection of DVB encoding
LDPC_DSP
- 通过DSP实现LDPC的编码和译码过程,比较实用的资料。-By the DSP to achieve the encoding and decoding process of the LDPC, a more practical item.
LDPC-code-DSP
- 无线通信纠错编码LDPC纠错编码的DSP实现,也是4G物理层主要纠错编码之一-DSP implementation, wireless communications error correction encoding of LDPC error correction coding also 4G physical layer is mainly one of the error correction encoding
LDPC_DVB-T2
- LDPC encoding code in 1/2code rate for DVB-T2
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_TMH_11_译码_初始化-多次迭代
- 该代码是实现LDPC编译码的C语言实现,编码采用的IRA LDPC编码算法,而译码采用的是对数域上的BP算法(LLR BP 算法),该代码先是实现了LDPC代码的编码过程,然后在通过LLR BP算法一步一步实现译码过程。译码主要过程有:初始化过程,校验节点更新过程,比特节点更新过程,最后进行译码判决,如果满足译码要求或者达到迭代最大次数则退出,否则返回到校验节点更新继续往下循环执行。(This code is to achieve the LDPC code by the C language,