搜索资源列表
GallagerH
- 基于1962年Gallager提出的规则LDPC码构造方法实现的生成相应LDPC校验矩阵的相应matlab程序。只需要输入相应的码长,列重,行重即可得到具体的矩阵。-1962 Gallager based on the rules LDPC new method of generating the corresponding LDPC calibration matrix corresponding Matlab procedures. Only need to import the corre
LDPC
- Mackey1随机构造LDPC码的校验矩阵进行编译码的仿真过程(其中译码算法采用置信传播算法)
PEG_LDPC.rar
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
ldpc-radford
- 构造LDPC校验矩阵的程序,包括多种方法来构造校验方程,可以自己修改。 -LDPC check matrix construction process, including a number of ways to construct the calibration equations, it can be changed.
3-5LDPC
- 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
makeH
- 通过一个循环方阵A来构造准循环LDPC码的校验矩阵H-make H in QC-ldpc
LDPC
- ldpc码的编码、解码、构造校验矩阵程序。MATLAB环境-ldpc Decoding
Uniform-loop-based-on--LDPC
- 一种基于均匀环路的LDPC码校验矩阵的构造方法,发表在信号处理杂志上。-Uniform loop based on check matrix of LDPC code construction method
Check-matrix-of-LDPC
- 重庆大学硕士论文,LDPC码校验矩阵构造及编码研究-Check matrix of LDPC codes constructed and Coding
matlab
- 一个LDPC的仿真程序工具包(由matlab编写而成),内含校验矩阵构造,编码、译码码模块等-An LDPC Simulation Toolkit (written by matlab), containing the check matrix structure, encoding, decoding code module
LDPC
- LDPC的1A随机构造校验矩阵方法代码和BP译码代码-LDPC encoding and decoding
LDPC-checking-matrix-generation
- 两种不同的方法构造低密度校验编码的校验矩阵,两种方法的复杂度有所不同,适合编码研究的学子们-Two different coding method for constructing low-density parity check matrix, the complexity of the two methods differ for students who study coding
Symmetric_ldpc_matrix0
- 基于有限域的qc-ldpc码校验矩阵构造方法-conctruction method of QC-LDPC code based on finite field
LDPC
- 针对LDPC码在理论和实现两方面分别进行了较深的研究。深入了解了LDPC码编码方法、译码方法以及性能等知识,重点研究了用MATLAB如何构造奇偶校验矩阵、如何编码和如何解码的算法,而且实现了在相同码率、信噪比下LDPC码性能与卷积码性能的对比。-LDPC codes for both theory and implementation were carried out deeper study. In-depth understanding of the LDPC coding method,
LDPC
- 基于zig-zig移位法构造满秩QC-LDPC码的校验矩阵,编译码后,具有优异的误码性能。-Based zig-zig shift method to construct the full rank of QC-LDPC code check matrix, after codec, with excellent error performance.
LDPC 码原理与应用
- LDPC学者的入门书籍,详细介绍了校验矩阵的构造方法,译码方法以及性能分析方法及其数学原理。(LDPC scholar's introductory books, detailing the construction of parity check matrix method, decoding methods and performance analysis methods and their mathematical principles.)
LDPC码编译码算法的研究与实现_陈石平
- 本文首先回顾了LDPC码的发展历程和现状,介绍了LDPC码检验矩阵的构造、编 译码原理。在对编译码作了深入探讨和分析后,接着进行了RU算法编码和长码编码 的FPGA实现;根据二叉树的性质,提出了一种长码编码的ASIC优化设计的方法,节省 了大量硬件资源;论文详细阐述了CORDIC算法原理以及LDPC码译码中所采用的指 数函数和反双曲正切函数的FPGA实现:CORDIC内核及前后处理单元设计、仿真、综 合及数据分析,这对LDPC码的译码具有很重要的意义,为用数字VLSI来实现LDPC的
Mackay
- 实现LDPC码校验矩阵的构造,采用Mackay 1A方法(Implementation of LDPC code check matrix construction uses Mackay 1A method)
H生成
- 用MATLAB实现LDPC校验矩阵H的构造(The construction of LDPC check matrix H with MATLAB)
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