搜索资源列表
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
- 基于PEG算法的准循环LDPC码构造方法研究-PEG algorithm based on quasi-cyclic LDPC code construction methods
PEG
- 用PEG构造法生成LDPC监督矩阵的程序-With PEG construction method to generate LDPC matrix program oversight
Gaussian
- 高斯消元的matlab程序,有助于ldpc校验矩阵的构建,另赠peg算法-Gaussian elimination matlab program will help ldpc check matrix construction, and other gifts peg algorithm
PEG
- 实现PEG算法,构造任意大小校验矩阵。在matlab环境下编程,亲测有效-it can
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); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740