搜索资源列表
-
1下载:
density evolution for LDPC codes design and some related documents
-
-
0下载:
A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution Decoding Algorithm Girth average Counter Stopping set and error Floor,etc
-
-
3下载:
LDPC码密度进化程序,加入了自己的一些见解。,the programe of LDPC codes density evolution, with some personal viewpoint.
-
-
0下载:
GA.c:Density Evolution with Gaussian Approximation for Regular LDPC codes.原创,对应Chung的paper。-
-
-
1下载:
LDPC的密度演化算法,C++写的,执行速度很快。-LDPC density evolution algorithm, C++ written in the implementation of the fast.
-
-
0下载:
关于LDPC密度进化理论分析不规则码字阈值,合理优化度分布,构造优异性能的LDPC码。以及高斯近似分析阈值的比较-Analysis of Density Evolution on the irregular LDPC code word threshold, optimize the degree distribution, excellent performance of the LDPC codes constructed. And the Gaussian approximation th
-
-
0下载:
关于LDPC密度进化理论分析不规则码字阈值,合理优化度分布,构造优异性能的LDPC码。以及高斯近似分析阈值的比较-Analysis of Density Evolution on the irregular LDPC code word threshold, optimize the degree distribution, excellent performance of the LDPC codes constructed. And the Gaussian approximation th
-
-
0下载:
关于LDPC密度进化理论分析不规则码字阈值,合理优化度分布,构造优异性能的LDPC码。以及高斯近似分析阈值的比较-Analysis of Density Evolution on the irregular LDPC code word threshold, optimize the degree distribution, excellent performance of the LDPC codes constructed. And the Gaussian approximation th
-
-
0下载:
This code provides the density evolution for a regular (3, 6) LDPC code. The code finds the proper threshold for SNR of the sender.
-
-
0下载:
The code provides a noisy belief propagation density evolution algorithm for a (3, 6) LDPC code.
-
-
1下载:
LDPC码理论方面的高性能密度进化仿真测试例程,可以跑出数值结果-LDPC DENSITY EVOLUTION
-
-
4下载:
LDPC译码过程的密度进化程序,值得学习参考-density evolution code for ldpc decoding, which is worth reading for the IT workers.
-
-
0下载:
Density Evolution LDPC
regular LDPC
irregular LDPC
(Matlab)
-
-
0下载:
chan_mess.m
de_irregular.m
de_regular.m
irregular.m
-
-
0下载:
density evolution for LDPC codes design and some related docu()
-
-
0下载:
density evolution for LDPC codes design and some related docu()
-
-
1下载:
介绍了LDPC编码中的PEG算法和DE(Density Evolution)算法。(The PEG algorithm and DE (Density Evolution) algorithm in LDPC coding are introduced.)
-
-
0下载:
density evolution for LDPC codes design and some related docu()
-
-
2下载:
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
-