Welcome![Sign In][Sign Up]
Location:
Search - PEG

Search list

[Communicationpeg

Description: 用PEG方法生成的围长符合输入要求的规则ldpc码的源程序C语言版。-PEG Generation of Girth accordance with the importation requirements of the source code ldpc C language version.
Platform: | Size: 1511 | Author: 尹浩 | Hits:

[File Operatepeg

Description: Peg lib for ARM for design grafick gui
Platform: | Size: 1160231 | Author: Dmitriy | Hits:

[Other Web Codeldpc PEG生成程序

Description: LDPC PEG生成校验矩阵。设计性能优良的LDPC码
Platform: | Size: 8948 | Author: ilhxjfe@163.com | Hits:

[OtherPEG

Description: 利用PEG算法构造LDPC码的程序c++
Platform: | Size: 1138971 | Author: asd05txffh@126.com | Hits:

[Communicationpeg

Description: 用PEG方法生成的围长符合输入要求的规则ldpc码的源程序C语言版。-PEG Generation of Girth accordance with the importation requirements of the source code ldpc C language version.
Platform: | Size: 1024 | Author: 尹浩 | Hits:

[OtherminDist.tar

Description: 根据LDPC码中码子的构造方法中的PEG算法,来就算的最小码距。-LDPC codes under completely different construction method of PEG algorithm, even to the smallest distance code.
Platform: | Size: 98304 | Author: 微微陈 | Hits:

[File Formatpeg

Description: Peg lib for ARM for design grafick gui
Platform: | Size: 1160192 | Author: Dmitriy | Hits:

[Post-TeleCom sofeware systemspeg_ldpc

Description: 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.
Platform: | Size: 417792 | Author: 木木 | Hits:

[Windows Developpegman

Description: PEG图形开发软件包的函数功能介绍,帮助用户快速入门-PEG graphics package to develop a function of features to help users get started quickly
Platform: | Size: 915456 | Author: 王磊 | Hits:

[Embeded-SCM DevelopQPSKandQAM256

Description: 本文件内包含了QPSKandQAM256的系统仿真,对学习了解这两种调制方式很有好处.-Glass text woman peg Bird Yi residual cavity QPSKandQAM256 department conduct anti ㄛ Qin Ling suddenly laugh炾low residual soil slander Gou Qin秶source format Jie ㄝ suspect exhaust bleed at the nose
Platform: | Size: 195584 | Author: 陈手枪 | Hits:

[AI-NN-PR030501524

Description: peg jump 游戏,里面有文档,有报告,还有代码,基本实现这款游戏要求的所有功能-peg jump games, there are documents, reports, as well as code, the basic realization of the game all the features required
Platform: | Size: 949248 | Author: 郑丽丽 | Hits:

[Embeded-SCM Developpeg

Description: PEG GUI嵌入式图形界面开发,小巧,功能全
Platform: | Size: 1160192 | Author: cai | Hits:

[Program docPEG

Description: LDPC码的PEG构造算法,C语言编写。 希望对研究LDPC码的同仁们有所帮助-LDPC codes PEG construction algorithm, C language. Hope that the study of LDPC codes help colleagues
Platform: | Size: 399360 | Author: xiaomin | Hits:

[Crack HackPEG

Description: PEG算法是在编码构造方面的一种有效的方法,它基于Tanner图,能有效的增大围长,使得构造出来的码的性能更好-PEG algorithm is constructed in terms of an effective coding method, based on Tanner graph, which can effectively increase the girth, making the code constructed with better performance
Platform: | Size: 10240 | Author: 张小龙 | Hits:

[OtherPEG

Description: PEG算法,在MatLab可直接用。 -PEG algorithm can be directly used in MatLab. PEG algorithm can be directly used in MatLab.
Platform: | Size: 1024 | Author: Anson | Hits:

[CSharpPEG

Description: LDPC的peg编码算法程序,可以学习下-The peg LDPC coding procedures, can learn under
Platform: | Size: 10240 | Author: ll | Hits:

[Data structsPEG-by-Hu

Description: Hu Xiaoyu的PEG算法,程序运行时实时显示当前校验矩阵的环长。-Hu Xiaoyu s PEG algorithm, this code can display the cycle girth when runing
Platform: | Size: 800768 | Author: 李振 | Hits:

[matlabPEG

Description: 用PEG构造法生成LDPC监督矩阵的程序-With PEG construction method to generate LDPC matrix program oversight
Platform: | Size: 708608 | Author: 王昆 | Hits:

[OtherPEG

Description: LDPC码编码的PEG算法,亲测代码真实有效(PEG algorithm for LDPC code coding)
Platform: | Size: 1024 | Author: 特战雪豹 | Hits:

[Mathimatics-Numerical algorithmsLDPC-PEG算法构造H矩阵

Description: 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.57409*x^3 %为了得到更好的性能,此处的度分布序列采用密度进化理论选取 dv=inline('0.38354*x+0.04237*x.^2+0.57409*x.^3','x'); %计算每个度分布的节点数 indv=quadl(dv,0,1); a2=round(n*(0.38354/2/indv)); a3=round(n*(0.04273/3/indv)); ds(1:a2)=2; ds(a2+1:a3+a2)=3;(LDPC-PEG algorithm constructs H matrix source code program, matlab source code program clear all; CLC; % Input coding parameters, m: number of check nodes, n: number of variable nodes (note that bit rate R is not necessarily 1/2) % Constructing LDPC Check Matrix with Arbitrary Bit Rate M = input ('The number of check nodes:'); N = input ('The number of variable nodes:'); H = zeros (m, n); % Given variable nodal degree distribution sequence DV = 0.38354*x+0.04237*x^2+0.57409*x^3 % In order to get better performance, the density evolution theory is used to select the degree distribution sequence. DV = inline ('0.38354 * x + 0.04237 * X. ^ 2 + 0.57409 * X. ^ 3','x'); % Calculate the number of nodes per degree distribution INDV = quadl (dv, 0, 1); A2 = round (n* (0.38354/2/indv)); A3 = round (n* (0.04273/3/indv); DS (1:a2) =2; DS (a2 + 1: A3 + a2) = 3;)
Platform: | Size: 1024 | Author: MATLAB编程 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net