搜索资源列表
校验矩阵-生成矩阵
- 校验矩阵-生成矩阵,内容正确,很实用
LDPC
- 用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。原作者是老外,有部分中文注释。-LDPC coding for decoding Simulation. Check including random matrix generated by the calibration matrix generated generator matrix, coding, plus random
ldpc_generate
- Ldpc的生成以及校验矩阵的生成代码 基于c的-Ldpc generation and the generation calibration matrix code based on the c
LDPC_check_matrix.tar
- ldpc校验矩阵的代码 基于matlab写的 还请多多指点,新手-ldpc calibration matrix code based on Matlab also invited to write a lot of guidance, and newcomers
LDPC_encoder
- gen_H:利用随机pi矩阵排列而成的LDPC稀疏校验矩阵产生; girthlenth:计算产生的矩阵H的围长-gen_H : pi using random matrix arranged at the LDPC have sparse matrix calibration; girthlenth : calculation of the matrix H Girth
ldpcgenerate_ber
- 关于低密度奇偶校验码的生成,采用matlab编写,主要是校验矩阵的产生 -on low-density parity-check code generation, prepared using Matlab, mainly for the selection of calibration matrix
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.
LDPCcode
- 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
MadHG
- 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
gallager1_data
- LDPC研究者MacKay提供的校验矩阵H及对应的生成矩阵G,其中H行重为6,列重为3,行数252,列数504.-LDPC researchers MacKay, the calibration matrix H and the corresponding generator matrix G, H which re-6, series of three, the lines 252, 504 Columns.
gallager1_data_1008_1_2
- LDPC研究者MacKay提供的校验矩阵H和对应的G,其中H的行重12,列重6,行数504,列数1008,任意两行不含围长为4的圈-LDPC researchers MacKay, the calibration matrix corresponding to the H and G, in which the re-H 12, series 6, a few 504, cited 1008, the two firms were no
h_matrixx
- LDPC码校验矩阵声称函数,可以根据度分布生成相应的校验矩阵,适用于码长很长的LDPC.-LDPC check matrix function claims that can be generated in accordance with the corresponding distribution check matrix, for a very long code length LDPC.
matlab_ldpc_girth4
- 在LDPC码的校验矩阵中,环4的存在对码的性能影响是非常大的,本程序就是校验校验矩阵中是否存在环4,MATLAB编写的-In the LDPC code parity matrix, the ring 4, the existence of the performance impact of code is very large, this procedure is checking whether there is parity ma
LDPC
- Mackey1随机构造LDPC码的校验矩阵进行编译码的仿真过程(其中译码算法采用置信传播算法)-err
juzhenshengcheng
- 生成矩阵和校验矩阵的生成在MATLAB语言下的实现-Generated matrix and calibration matrix generated in the MATLAB language to achieve under
LDPC
- 本程序是对LDPC校验矩阵的编码matlab源程序,对研究ldpc的人应该会很有帮助的!-This procedure is a check matrix of LDPC code matlab source code for LDPC study should be helpful!
ldpc_encode
- 本程序是对低密度奇偶校验码的校验矩阵的源程序,相信会对研究ldpc码的人会很有帮助的-This procedure is a low-density parity check matrix of code source, I believe that research on LDPC codes will be very useful
PEG_LDPC
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.-The introduction of PEG (Progressive-e
generate_H
- dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
生成校验矩阵的几种方法
- 生成校验矩阵的几种方法:Davey1、Davey2、gallager_gen_LDPC、PEG(Several methods to generate parity check matrix: Davey1, Davey2, gallager_gen_LDPC, PEG)