搜索资源列表
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
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
ldpc_decode
- 一个小程序,主要用来进行LDPC码的解码。-A program which is used for the decoding of LDPC.
normalize_BP
- LDPC码归一化解码算法,加深对BP译码算法的理解-LDPC code decoding algorithm normalized to deepen the understanding of the BP decoding algorithm
ldpc
- LDPC码在通信系统中的应用,其解码译码在高斯,锐利信道中的应用。-LDPC codes in the communication system applications, the decoder decoding the Gaussian, sharp channel applications.
LDPC-coding
- 有效的LDPC解码算法,详细介绍了LDPC码,并且有仿真结果-Efficient Implementations of the Sum-Product Algorithm for Decoding LDPC Codes
C--COde
- LDPC 编码原理,讲述了LDPC的编码,解码,和相关译码原理,请大家来参考-LDPC code principle, tells the story of LDPC encoding, decoding,, and related decode principle, please everyone to reference
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编码,译码程序。并且有生成生成矩阵与校验矩阵的程序。-File give the available LDPC encoding, decoding process. And there is a generator matrix and parity check matrix generation program.
LDPC
- LDPC低复杂度奇偶校验线性分组码程序,包括构造,编码,译码(LDPC low complexity parity linear block code program, including construction, coding, decoding)
LDPC
- LDPC码的编解码程序,能够在matlab上运行。(LDPC encoding and decoding)
LDPC随机生成LLR
- LDPC编码方式随机生成LLR,误码率,bitflip译码(LDPC coding generates random LLR, bit error rate, bitflip decoding)
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
