搜索资源列表
LDPC使用C编写的LDPC编码与解码程序
- 使用C编写的LDPC编码与解码程序,在linux下运行-Written in C and LDPC encoding and decoding process, running in linux
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
LDPC.rar
- LDPC码编译码源程序,可生成任意非规则二进制校验矩阵,并可进行LLR BP译码,LDPC codec source code can be generated non-arbitrary rules binary check matrix, LLR BP decoding can be carried out
LDPC_BSN
- LDPC码的硬判决译码算法,即BF算法。其为C语言编写。-LDPC code of the hard-decision decoding algorithm, that algorithm BF. For the C language.
girth4_count
- 本程序可检验所设计的LDPC码中的4环个数。LDPC码中的4环决定LDPC码的解码算法是否能够快速收敛,见程序前言中的参考文献。 LDPC码为高性能信道纠错码,已被DVB-s2和IEEE802.16e采纳。-This procedure can be designed to test the LDPC code in ring number 4. LDPC code of 4 Central decision LDPC code decoding algorithm is able to f
LDPCcodeanddecode
- LDPC编解码:实现了LDPC码的编码和解码-LDPC codec: the realization of the LDPC code encoding and decoding
LDPC_BSN
- 一个LDPC编码/译码程序,带有误码率分析代码-ldpc encoding/decoding program, with BER analysis.
cmmb_ldpc
- 模拟cmmb系统中ldpc译码的部分,仿真白高斯噪声信道下的部分-Analog CMMB system LDPC decoding part, the simulation of white Gaussian noise channel under the part of
decode_log_ldpc
- LDPC码对数域译码程序,结构简单,相信对大家有所帮助-LDPC decoding with Log field
A-low-complexity-decoding-algorithm-for-short-LDPC
- 一种低复杂度的短LDPC码级联译码算法A low-complexity decoding algorithm for short LDPC codes concatenated-A low-complexity decoding algorithm for short LDPC codes concatenated
LDPC-Decoding
- Decoding code for LDPC Weighted Bit Flipping Algorithm (WBF) Based on the book Error Correcting Codes by LShu&DCostello
LDPC
- LDPC的译码算法,其中使用matlab和C的联合编程,C主要做了译码算法,并且有性能的仿真测试-LDPC decoding algorithm, including joint programming matlab and C, C major to do the decoding algorithm and performance simulation test
LDPC
- LDPC低复杂度奇偶校验线性分组码程序,包括构造,编码,译码(LDPC low complexity parity linear block code program, including construction, coding, decoding)
LdpcM
- LDPC码的编码译码,用matlab实现(This repository provides matlab implementations for LDPC codes)
LDPC
- LDPC码的编解码程序,能够在matlab上运行。(LDPC encoding and decoding)
LDPC随机生成LLR
- LDPC编码方式随机生成LLR,误码率,bitflip译码(LDPC coding generates random LLR, bit error rate, bitflip decoding)
随机构造的LDPC码的编译码过程
- 随机构造的LDPC码的编译码过程:BP1、GetG、getH、H2G、LDPC(The encoding and decoding process of random constructed LDPC Codes: BP1, GetG, getH, H2G, LDPC)
LDPC编译码仿真
- 基于matlab平台的LDPC编码译码仿真,很实用(LDPC coding and decoding simulation based on MATLAB platform which is really usefull.)
[MATLAB]最小和LDPC译码算法MATLAB实现(285266)
- LDPC码的编译码算法,matlab实现,包含常用的生成算法和解码算法。可以直接运行(LDPC code encoding and decoding algorithm, matlab implementation, including the common generation algorithm and decoding algorithm. Can run directly)
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
