搜索资源列表
LR-BP
- 程序中给出了一个和积算法的LDPC程序,是用VC++6.0实现的,打开就可以用的啦
ldpc.rar
- LDPC的编码和BP迭代译码方法的Matlab程序,LDPC compiler Ways and BP iterative decoding process
LDPC
- ldpc编码,随机生成H矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
LDPC_BSN
- LDPC编码的误码率分析,包括四种译码方法。-LDPC coded BER analysis, including four decoding methods.
LDPCdemo
- lDPC编解码程序,以MATLAB为其开发环境,采用的是LLR BP译码,对LDPC码编程有帮助。-codec lDPC procedures to MATLAB for their development environment, using the LLR BP decoding of LDPC codes assist programming there is.
LDPC_BSN
- LDPC编码,解码以及校验仿真的应用, -LDPC coding, decoding and verification simulation applications, LDPC coding, decoding and verification simulation applications,
ldpc-bp-log
- matlab环境下BP译码log程序,很简洁,已运行成-ldpc bp decoding of log in matlab enviorment
DVBS2
- ldpc cml simulation using dvbs2 matlab tool
3-5LDPC
- 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
LDPC
- 此为LDPC码的完整的编译码的MATLAB源代码。可用于通信系统的编码仿真,非常方便。-This is a complete encoding and decoding LDPC codes of MATLAB source code. Coding can be used for simulation of communication systems, very convenient.
LDPC
- CMMB中的LDPC编码及解码功能的实现,解码算法为BP算法。-CMMB in the LDPC encoding and decoding implementations, decoding algorithm is BP algorithm.
LPPC-H--bp
- 用来生成LDPC的H矩阵,并采用BP译码,很不错的程序-Used to generate the LDPC H-matrix, and the use of BP decoding, very good program
LDPC-PROGRAM
- LDPC 从编码到BP解码全部 大家可以参考下 不错的代码 值得深入学习 保证可以在MATLAB上跑-LDPC DEMO 数据帧可以任意选择
LDPC-BP
- LDPC码BP算法的性能研究,码长、迭代次数对误码率和信噪比的影响-Performance of LDPC code BP Algorithm
BFencoder
- BP LDPC 编码程序,自己编的,好用(bit filiter LDPC encoder MATLAB simulation)
bp_algorithm
- LDPC编码常用的BP译码算法,以及SDMA多址中用到的BP算法的变种-MPA算法。(LDPC coding commonly used BP decoding algorithm, and SDMA multiple access used in the BP algorithm variants-MPA algorithm.)
ldpc-bp-log
- 基于matlab的LDPC码的置信度传播编译码程序(Confidence propagation code program of LDPC code based on MATLAB)
LDPC码编译码算法的研究与实现_李会雅
- 本文首先介绍了几种LDPC码的编译码算法,同时推导了译码错误概率和密度进化 过程,讨论了信道参数的门限效应。接着对LDPC码二分图中长度为4的环进行了深入 研究,提出了一种LDPC码校验矩阵的消4一环生成算法,采用Matlab和VC++融合编程 方式,完成了此算法的程序设计。此算法不仅可生成二进制LDPC码的校验矩阵,并且 对算法修正后,也可生成多进制LDPC码的校验矩阵。采用此算法后可避免LDPC码译 码过程中的重复迭代,显著提高了短帧LDPC码的误比特率性能。同时对不同参数对 L
LDPC编码的BP译码算法的matlab程序
- LDPC编码的BP译码算法的matlab程序(Matlab Program of BP Decoding Algorithms for LDPC Coding)
LDPC
- MATLAB实现的低密度奇偶校验码,采用DTMD标准,BP译码,可直接运行,简单易上手