搜索资源列表
LDPC
- LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
PEG_LDPC.rar
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
SPA_log
- LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
H_2048x4096
- LDPC 码二进制规则码生成矩阵2048*4096,效果很理想-LDPC code rules binary code generated matrix 2048* 4096, the effect is very satisfactory
Min_Sum
- LDPC的最小和算法译码方式,所有代码在一个文件中 直接运行即可-The Min Sum algorithm of LDPC code
H_512x1024
- LDPC 码二进制规则码生成矩阵512*1024,效果很理想-LDPC code rules binary code matrix to generate 512* 1024, the effect is very satisfactory
decodeLogDomainSimple
- variation in the min sum ldpc decoder in matlab
LDPC_BSN
- matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
SPA
- 首先介绍了LDPC码的校验矩阵和其因子表示方法,然后利用二分图对和积解码算法进行了详细的描述,最后给出了信度传播概率译码算法详细步骤,并对关键公式作了证明-This paper,first introduces the check matrix and the factor graph of LDPC,then describes the sum-product algorithm by using the factor graph,and finally presents the deta
Adaptive-Quantization-in-Min-Sum-Based-Irregular-
- Adaptive Quantization in Min-Sum based Irregular LDPC Decoder. this is a good method for LDPC decoder
Binary-LDPC-(C-language)--SUM-Prod
- Codes LDPC Binaire sous C "visual C++". les matrices generatrice et les matrice de parité sont enrigistrer dans des fichier .txt-Codes LDPC Binaire sous C "visual C++". les matrices generatrice et les matrice de parité sont enrigistrer dans des f
sum-product-algorithm_SPA
- 用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
LDPC-coding
- 有效的LDPC解码算法,详细介绍了LDPC码,并且有仿真结果-Efficient Implementations of the Sum-Product Algorithm for Decoding LDPC Codes
ldpc-min-sum
- 用c语言写的ldpc码的最小和算法译码程序。-The codes are about ldpc decoding,using min-sum algorithm by c++.
sum-product-algorithm-for-LDPC-codes-in-Matlab.ra
- sum product algorithm in matlab
LDPC-code
- LDPC encoder and the decoder of sum-product algorithm. (input H matrix form is Mackay s website form)
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
LDPC-code
- LDPC encoder and the decoder of sum-product algorithm.(input H matrix form is Mackay s website form)
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.