搜索资源列表
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
test_girth
- 用于测试LDPC码校验矩阵围线长度的c++代码,是构造LPDC码教验矩阵的辅助程序-for testing calibration matrix LDPC Wai length of the c code, Construction is the LPDC code inspection procedures auxiliary matrix
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
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
LDPC_H
- 在matlab环境下,构造LDPC码的校验矩阵的各种方法,包括Gallager构造法,Mackay构造法,PEG构造法,对以后的编译码算法有很大的帮助。-In the matlab environment, various methods LDPC code parity check matrix structure, including Gallager construction law, Mackay construction law, PEG construction method, af
Symmetric_ldpc_matrix0
- 基于有限域的qc-ldpc码校验矩阵构造方法-conctruction method of QC-LDPC code based on finite field
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.
parity-check-matrix
- 根据行重、列重,构造低密度奇偶校验码(LDPC码)的校验矩阵。-According to the line weight, the column weight is constructed LDPC (LDPC code) parity check matrix.
sgbnff
- Mackey1随机构造LDPC码的校验矩阵进行编译码的仿真过程其中译码算法采用置信传播算法()
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