搜索资源列表
LDPC
- 本程序是对LDPC校验矩阵的编码matlab源程序,对研究ldpc的人应该会很有帮助的!
ldpc PEG生成程序
- LDPC PEG生成校验矩阵。设计性能优良的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.rar
- LDPC码编译码源程序,可生成任意非规则二进制校验矩阵,并可进行LLR BP译码,LDPC codec source code can be generated non-arbitrary rules binary check matrix, LLR BP decoding can be carried out
generate_H
- dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
LDPC
- 将wimax结构化表示转为校验矩阵,用于LDPC编码仿真,适用于类似wimax中,结构化LDPC码的设计。-Wimax will be structured to express check matrix for LDPC code simulation, applicable to similar wimax, the structured LDPC code design.
check_ldpc_4ring
- 计算ldpc低密度奇偶校验矩阵中4环的个数。-Ldpc calculated low-density parity-check matrix of the number of ring 4.
ldpc-radford
- 构造LDPC校验矩阵的程序,包括多种方法来构造校验方程,可以自己修改。 -LDPC check matrix construction process, including a number of ways to construct the calibration equations, it can be changed.
checkcycle6
- 查找ldpc校验矩阵中的6环,并将其记录到txt文件中-Find ldpc check matrix of the six rings, and its records to a txt file
cycle test algrithm
- lDPC校验矩阵的环检测。包括4环检测算法,6环检测算法及8环检测算法。还包括一个准循环LDPC奇偶校验矩阵的生成算法。-this algrithm can search cycles in LDPC parity check matrix。It contain cycle-4 cycle-6 cycle-8 test algrithm.It also contains a algrithm for generate the LDPC quasi-cyclic parity check matr
makeH
- 通过一个循环方阵A来构造准循环LDPC码的校验矩阵H-make H in QC-ldpc
how-to-produce-H-G-of--LDPC
- 生成LDPC校验矩阵H和生成矩阵G的C语言程序-failed to translate
ldpc_bpsk
- LDPC码与bpsk结合,利用三种不同方法产生生成矩阵和校验矩阵。-LDPC codes combined with bpsk using three different methods have generated matrix and calibration matrix.
LDPC
- 实现了LDPC码的编码 LDPC译码、LDPC校验矩阵的生成等。是完整的LDPC代码。测试了,跑的通。自学LDPC码的资料-Implements the LDPC encoding of LDPC decoding, LDPC check matrix generation and so on. LDPC code is complete. Tested and run through. Self-study of LDPC codes
matlab代码LDPC校验矩阵
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
LDPC Algorithm realization based on CCSDS
- 本文基于 CCSDS 标准上的算法详细研究了校验矩阵的生成算法、快速编码算法、最小 和译码算法,通过仿真对掌握的情况进行验证。虽在文章中最后没有给出在硬件上实现的情 况,但是在硬件上实现时各模块的设计进行了较为详细的介绍,后续工作证明它是行之有效 的。(In this paper, based on the algorithm of CCSDS standard, the generation algorithm of parity check matrix, fast encoding alg
Mackay
- 实现LDPC码校验矩阵的构造,采用Mackay 1A方法(Implementation of LDPC code check matrix construction uses Mackay 1A method)
LDPC码的校验矩阵与生成矩阵互换
- LDPC码的校验矩阵与生成矩阵互换,可以用来对LDPC码的H矩阵和G矩阵进行变换,采用了C语言的写法,简单明了。
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