搜索资源列表
myNewLDPCFEC
- LDPC低密度奇偶校验码的一个应用,应用于数字广播环境以及Internet网络环境,防止传送包的过程中发生的丢包现象,具有较大的应用价值,这是C语言实现的代码。
LDPC
- LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件: construct_matrix.cpp decode.cpp encode.cpp Gaussian_channel.cpp generating_matrix.cpp get_matrix.cpp LDPC_main.c
ldpc_paper
- ldpc码学习者必读的经典文章,读了这些才算得上入门。-ldpc yards learners must-read classic articles, reading these can only be counted on the entry.
cf_ldpc
- ldpc码编码、译码设计,使用vhdl语言编写,包括c语言写的测试代码-ldpc code encoding, decoding design, vhdl language use, including testing c language code
ldpc_programme_in_c
- 这个代码是关于LDPC编码的C语言的具体实现,对于在编码方面非常有用。-about LDPC code in C programme
vhdl
- ldpc编码的vhdl的实现,一种802.13的方式-ldpc coding vhdl implementation, a 802.13 a way
bitf
- ldpc码的翻转硬判决译码方法的c语言环境下完整代码-complete code in c language environment flip hard decision decoding method ldpc codes
c-and-matlab-ldpc-code
- 用C和MALAB语言来构造LDPC码,可帮助理解两种语言的连接方法,内有BER性能仿真代码。-MALAB language with C and constructed LDPC codes, the connection method can help to understand two languages, there BER performance simulation code.
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-2012-02-11
- C语言实现的LDPC(Low Density Parity Check Codes)通信仿真代码(Software for Low Density Parity Check Codes Version of 2012-02-11. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Pari
5G-NR 信道LDPC C语言代码
- 5G-NR 信道LDPC C语言代码 可运行,可读性强,学习5G-NR信道LDPC编码很有用的参考代码