搜索资源列表
Min_Sum
- LDPC的最小和算法译码方式,所有代码在一个文件中 直接运行即可-The Min Sum algorithm of LDPC code
LDPC_BSN
- matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
sum-product-algorithm-for-LDPC-codes-in-Matlab.ra
- sum product algorithm in matlab
layered-min-sum-algorithm
- LDPC仿真的一些列子,自己编写的,可能有一定错误,需要修改-Some Lie LDPC simulation, their preparation, may have some errors, you need to modify
LDPC-Decode
- LDPC基本译码算法,Bit-flipping、Sum-product的MATLAB程序-Basic LDPC decode algorithm, Bit-flipping、Sum-product
minsum
- 二元ldpc译码器 min-sum算法 迭代次数固定 输入信号长度一帧512bits-binary ldpc decoder. min-sum algorithm。fixed iter number.512 bits/frame
ldpcdecode
- sum product algorithm decoding of ldpc
LDPC_Decoder_SPA
- LDPC译码器,基于SPA算法,matlab函数。-LDPC decoder, based on sum-product algorithm. a matlab function
LDPC
- Parity check bits is computed using sparse LU decomposition, utilizing sparse matrix properties of H. LDPC code decoding is done using iterative belief propagation or sum-product algorithm (SPA). Four versions of SPA decoder are presented.
decodeBitFlip
- function vHat decodeBitFlipping(rx, H, iteration) Hard-decision/bit flipping sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (
decodeLogDomain
- function vHat decodeLogDomain(rx, H, N0, iteration) Log-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration vHat : Decoded
LDPCANDsemmidecodeProbDomain
- function vHat decodeProbDomain(rx, H, N0, iteration) Probability-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration -function