【源码】QC_LDPC编码仿真


This is a Program to construct QC_LDPC codes without girth 4 and girth 6. 


参考文献:

J. Fan, Y. Xiao, A design of LDPC codes with large girth based on the sub-matrix shifting

IET International Conference on Wireless Mobile and Multimedia Networks Proceedings (ICWMMN 2006). 


Size of parity-check matrix H is (3p*v^2) x (p*v^3). 

Number of 1 in rows = v, Number of 1 in column = 3


Example: 

H = QC_LDPC(6,1); 

size(H) = 108 * 216 

number of ones in each row is equal to 6. 

number of ones in each row is equal to 3.


完整源码下载请点击“阅读原文”

你可能感兴趣的:(【源码】QC_LDPC编码仿真)