搜索资源列表
-
0下载:
LDPC采用Sum-Product译码算法的程序Java语言版。-LDPC used Sum-Product decoding algorithm procedures version of the Java language.
-
-
0下载:
LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
-
-
0下载:
首先介绍了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
-
-
1下载:
用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
-
-
0下载:
有效的LDPC解码算法,详细介绍了LDPC码,并且有仿真结果-Efficient Implementations of the Sum-Product Algorithm for Decoding LDPC
Codes
-
-
0下载:
sum product algorithm in matlab
-
-
0下载:
LDPC基本译码算法,Bit-flipping、Sum-product的MATLAB程序-Basic LDPC decode algorithm, Bit-flipping、Sum-product
-
-
0下载:
sum product algorithm decoding of ldpc
-
-
0下载:
LDPC译码器,基于SPA算法,matlab函数。-LDPC decoder, based on sum-product algorithm. a matlab function
-
-
0下载:
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.
-
-
0下载:
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 (
-
-
0下载:
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
-
-
0下载:
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
-