搜索资源列表
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
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.
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 数据帧可以任意选择
matlab代码LDPC校验矩阵
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
ldpc
- 基于IEEE_802.11AD规则编写的LDPC编解码的matlab程序,内部分为LDPC编码和LDPC解码函数,其中的LDPC解码程序是典型的BP算法-Implemented two algorithm, LDPC coding and LDPC decoding algorithms based on IEEE_802.11AD.
LDPC-code-decode
- 规则LDPC码的信道编译码,译码包括matlab和c两种语言,使用BP迭代译码。-Channel coding rules LDPC code decoding matlab and c include two languages, using BP iterative decoding.
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译码,可直接运行,简单易上手