搜索资源列表
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
- VLSI LDPC Soft bit flipping decoder
ldpc_wbf
- weighted bit flipping algorithm using matlab m-file
ldpc_irrwbf
- implementation efficient reliability ratio based weighted bit flipping
ldpc_iwbf
- improved weighted bit-flipping algorithm in matlab m-file
bitflip
- 迭代解码算法Bit Flipping Algorithm,使用时先载入校验矩阵-Iterative decoding algorithm Bit Flipping Algorithm, using the check matrix when the first load
WBF
- 迭代解码算法Weighted Bit-Flipping Algorithm,可对比数据计算误码率-Iterative decoding algorithm for Weighted Bit-Flipping Algorithm, error rate can be calculated comparing the data
LDPC-Decoding
- Decoding code for LDPC Weighted Bit Flipping Algorithm (WBF) Based on the book Error Correcting Codes by LShu&DCostello
takasi
- Bootstrapped ModifiedWeighted Bit Flipping Decoding of Low Density Parity Check Codes
LDPC-Decode
- LDPC基本译码算法,Bit-flipping、Sum-product的MATLAB程序-Basic LDPC decode algorithm, Bit-flipping、Sum-product
bitf
- Gallgager的1969年的论文里提出的比特反转的LDPC译码方法-the paper in 1969 by Gallager in which the bit-flipping method for LDPC decoding
decodeBitFlip
- matlab code for an bit flipping algorithm to flippping the bit in the input design of matrix order this is the function of bit flipping proce-matlab code for an bit flipping algorithm to flippping the bit in the input design of matrix order this is t
LDPC
- LDPC Decoder using bit flipping algorithm
binerasure
- This program implements the bit Flipping algorithm for the binary erasure channel. Here y is the received vector and H is the parity check matrix. I have taken an arbitrary parity check matrix. If the entry of y is -1, that means that it is erased. A
bit-for-ldpc
- A novel class of bit-flipping (BF) algorithms for decoding low-density parity-check (LDPC) codes is presented. The proposed algorithms, which are called gradient descent bit flipping (GDBF) algorithms, can be regarded as simplified gradient d
LDPC-communication-system
- A complete commuination system with PSK modulation and demodulation and LDPC bit flipping channel coding and decoding
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 (
LDPC
- ldpc编译码译码算法包括置信传播和比特翻转还有对数域的置信传播译码算法(LDPC Encoding and decoding algorithms include belief propagation and bit flipping, as well as the log domain belief propagation decoding algorithm)
BF
- ldpc码的比特反转译码算法利用C语言实现,虽然简单但比较完整(The bit inversion decoding algorithm of LDPC code is implemented in C language, which is simple but complete.)