搜索资源列表
ldpc PEG生成程序
- LDPC PEG生成校验矩阵。设计性能优良的LDPC码
peg
- 用PEG方法生成的围长符合输入要求的规则ldpc码的源程序C语言版。-PEG Generation of Girth accordance with the importation requirements of the source code ldpc C language version.
PEGldpc
- PROGRASSIVE EDGE GROWTH 累加边增加LDPC算法-PROGRASSIVE EDGE GROWTH cumulative increase LDPC edge algorithm
minDist.tar
- 根据LDPC码中码子的构造方法中的PEG算法,来就算的最小码距。-LDPC codes under completely different construction method of PEG algorithm, even to the smallest distance code.
peg_ldpc
- ldpc码的peg构造,用c++写的,在xp上能够运行成功,是学习peg构造方法和c++编程的非常好的材料。-LDPC code peg construction, with c++ written in xp can be run successfully, is to learn from peg Construction methods and c++ programming very good material.
PEG_LDPC
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.-The introduction of PEG (Progressive-e
peg-unige.tar
- LDPC的密度演化算法,C++写的,执行速度很快。-LDPC density evolution algorithm, C++ written in the implementation of the fast.
LDPC_cooperation
- 给出了用matlab实现LDPC码协作通信的程序,其中LDPC码用PEG算法构造,并给出了相应的文章。-Given LDPC codes using matlab to achieve collaborative communication procedures which LDPC codes constructed with the PEG algorithm, and gives the corresponding article
LDPC_H_Construction
- LDPC码H矩阵构造的三种尝试,包括比特填充法、PEG法和近似最短环路法(ACE)的实践-This document includes three methods to implement LDPC H matrix construction. Please enjoy them!
PEG
- LDPC码的PEG构造算法,C语言编写。 希望对研究LDPC码的同仁们有所帮助-LDPC codes PEG construction algorithm, C language. Hope that the study of LDPC codes help colleagues
peg
- LDPC中消除四环的C源代码,供信道编码的研究者参考-Elimination of the C Ring LDPC source code for channel coding of the researchers refer to
PEG
- LDPC的peg编码算法程序,可以学习下-The peg LDPC coding procedures, can learn under
ldpc
- 基于PEG算法的准循环LDPC码构造方法研究-PEG algorithm based on quasi-cyclic LDPC code construction methods
PEG-by-Hu
- Hu Xiaoyu的PEG算法,程序运行时实时显示当前校验矩阵的环长。-Hu Xiaoyu s PEG algorithm, this code can display the cycle girth when runing
PEG
- 用PEG构造法生成LDPC监督矩阵的程序-With PEG construction method to generate LDPC matrix program oversight
PEG
- ldpc performance testing.
LDPC码的PEG构造算法
- LDPC-PEG算法构造H矩阵 LDPC码最早在20世纪60年代由Gallager在他的博士论文中提出,但限于当时的技术条件,缺乏可行的译码(PEG Construction Algorithms for LDPC Codes)
PEG
- LDPC码编码的PEG算法,亲测代码真实有效(PEG algorithm for LDPC code coding)
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 d