搜索资源列表
ldpc_distr
- LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A L
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
LDPC_GirthTest
- 检查LDPC校验矩阵H中是否含有长为4的环,用matlab语言实现。
ldpc_distr
- LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A L
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
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.
LDPC
- Mackey1随机构造LDPC码的校验矩阵进行编译码的仿真过程(其中译码算法采用置信传播算法)-err
LDPC
- LDPC码编译码源程序,可生成任意非规则二进制校验矩阵,并可进行LLR BP译码-LDPC codec source code can be generated non-arbitrary rules binary check matrix, LLR BP decoding can be carried out
LDPCGirth4Test
- 对于Ldpc码,测试其校验矩阵H有无4环的存在,避免因为存在4环影响性能-For Ldpc code, test whether the check matrix H of the existence of loop 4, loop 4 to avoid because of the impact of performance
makeH
- 通过一个循环方阵A来构造准循环LDPC码的校验矩阵H-make H in QC-ldpc
how-to-produce-H-G-of--LDPC
- 生成LDPC校验矩阵H和生成矩阵G的C语言程序-failed to translate
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); %给定变量节点度分布序列 d