搜索资源列表
kmplot
- LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder, probability-domain SPA decoder, log-domain SPA decoder, and si
ldpc2
- ldpc编码,在加性高斯白噪声情况下描述出它的误码率随信噪比变化的情况-ldpc coding, in the additive white Gaussian noise cases, describe its bit error rate with signal to noise ratio the changes in the
APPdecode
- 低密度校验码的应用程序,包括编码、调制、信道加躁、译码和错比特统计,适用面广泛。-LDPC applications, including coding, modulation, channel plus impatient and decoding and bit wrong statistics, applicable to a wide range.
LDPCBSN
- LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
jiao2
- 此代码为用比特填充法编写的ldpc码的校验矩阵。它的girth为6,最大行重为8,列重为3-This code with bit-filling method for the preparation of the calibration matrix ldpc code. Its girth is 6, maximum line weight of 8, out of 3 re-
boundsonLDPCandLDGM
- The paper is about bounds for LDPC and LDGM codes under MAP. A new method for analyzing low density parity check (LDPC) codes and low density generator matrix (LDGM) codes under bit maximum a posteriori probability (MAP) decoding is introduced. T
decodeBitFlip
- ldpc bit flipping decoding in matlab
Improved-parallel-weighted-bit-flipping
- LDPC码的并行加权比特翻转算法,能够达到不错的译码性能,是一篇很好的文章-LDPC codes in parallel weighted bit flipping algorithm can achieve good decoding performance is a very good article
LDPC_BSN
- LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder, probability-domain SPA decoder, log-domain SPA decoder, and si
LDPC
- LDPC码的编译码算法的实现与仿真,以及平均误码率的分析。-LDPC code decoding algorithm implementation and simulation, and the average bit error rate analysis.
LDPC_gallager
- 利用gallager的方案进行生成H矩阵,在高斯信道下得到误码率得性能仿真-The program generated using gallager H matrix, in the Gaussian channel bit error rate was obtained Simulation
LDPC
- VLSI LDPC Soft bit flipping decoder
LDPC-Decoding
- Decoding code for LDPC Weighted Bit Flipping Algorithm (WBF) Based on the book Error Correcting Codes by LShu&DCostello
regular-LDPC-code
- Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
ldpc_ofdm_simulation
- 这是整套的ldpc-ofdm仿真模拟代码,可以运行的,输出的是误码率图像-This is the whole set of ldpc-ofdm simulation code, you can run the output image is the bit error rate
LDPC-communication-system
- A complete commuination system with PSK modulation and demodulation and LDPC bit flipping channel coding and decoding
LDPC
- ldpc编译码译码算法包括置信传播和比特翻转还有对数域的置信传播译码算法(LDPC Encoding and decoding algorithms include belief propagation and bit flipping, as well as the log domain belief propagation decoding algorithm)
LDPC随机生成LLR
- LDPC编码方式随机生成LLR,误码率,bitflip译码(LDPC coding generates random LLR, bit error rate, bitflip decoding)
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
LDPC
- 1) 生成具有大小的LDPC奇偶校验矩阵。 2) 使用BF算法对使用1)生成的码字进行解码。 3) 给出解码算法在BPSK调制和AWGN信道下,信噪比为1、1.5、2、2.5、3db时的误码概率。(1)Generate a parity check matrix of LDPC with size . 2)Use the BF algorithm to decode a codeword generated by using 1). 3)Give the bit error probabilit