搜索资源列表
normal_BP
- LDPC 码的编译码的c语言实现,译码采用的是bp算法,简洁实用-Decoding of LDPC codes c language, decoding algorithm is used in bp, simple and practical
LDPC
- 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
pso_ldpc
- 将粒子群算法融入ldpc译码过程,实现译码性能的优化,采用c++实现。-The particle swarm into the ldpc decoding process, optimize decoding performance, using c++ implementation.
BF
- ldpc码的比特反转译码算法利用C语言实现,虽然简单但比较完整(The bit inversion decoding algorithm of LDPC code is implemented in C language, which is simple but complete.)