Welcome![Sign In][Sign Up]
Location:
Search - sum product algorithm

Search list

[CommunicationSPA

Description: LDPC采用Sum-Product译码算法的程序Java语言版。-LDPC used Sum-Product decoding algorithm procedures version of the Java language.
Platform: | Size: 2379 | Author: 尹浩 | Hits:

[CommunicationSPA

Description: LDPC采用Sum-Product译码算法的程序Java语言版。-LDPC used Sum-Product decoding algorithm procedures version of the Java language.
Platform: | Size: 2048 | Author: 尹浩 | Hits:

[OtherLDPCdemo

Description: 此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错-This code is LDPC code BP algorithm important reference code, high-value! And BP can be improved algorithm of min-sum BP algorithm to improve the work! Reference to the value of good
Platform: | Size: 246784 | Author: 力军 | Hits:

[Program docSPA.cpp

Description: Implements layered decoding using the sum-product-algorithm. Codes are input as a .txt file in A-list format.
Platform: | Size: 5120 | Author: JK | Hits:

[3G developSPA_log

Description: LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
Platform: | Size: 1024 | Author: 李剑 | Hits:

[VHDL-FPGA-VerilogSPA

Description: 首先介绍了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 detailed steps of the sum-product algorithm and gives a proof of certain important expressions.
Platform: | Size: 524288 | Author: 秦小星 | Hits:

[Communication-Mobilesum-product-algorithm_SPA

Description: 用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
Platform: | Size: 432128 | Author: ray | Hits:

[Communication-MobileLDPC-coding

Description: 有效的LDPC解码算法,详细介绍了LDPC码,并且有仿真结果-Efficient Implementations of the Sum-Product Algorithm for Decoding LDPC Codes
Platform: | Size: 206848 | Author: 李雷 | Hits:

[Program docSumProd

Description: A presentation on sum-product algorithm
Platform: | Size: 798720 | Author: space_x | Hits:

[Industry researchAnalysis_of_sum-product

Description: 关于ldpc码和积算法译码的文章,Analysis_of_sum-product_decoding_of_low-density_parity-check_codes_using_a_Gaussian_approxi-About ldpc codes sum decoding algorithm article
Platform: | Size: 265216 | Author: 文军 | Hits:

[Algorithmsum-product-algorithm-for-LDPC-codes-in-Matlab.ra

Description: sum product algorithm in matlab
Platform: | Size: 12288 | Author: khan | Hits:

[Program docLDPC-code

Description: LDPC encoder and the decoder of sum-product algorithm. (input H matrix form is Mackay s website form)
Platform: | Size: 8192 | Author: date | Hits:

[Program docDecoder-Optimised--Growth-

Description: 一种新型的建筑不规则低密度 奇偶检验基于所述修改(LDPC)码 渐进边增长(PEG)的算法。边缘 所述PEG算法的位置是由利用所述Sum-增强 积算法在奇偶校验矩阵的设计。该 提出的算法是在块长度和速度非常灵活。 被提议的方法构建代码的测试 AWGN信道和显著的性能改进 实现。建议解码器优化的灵活性 动作,然后由它的使用在修改所述改进的示 PEGIPEGI)算法来实现进一步的性能提升。-A novel construction for irregular low-density parity-check (LDPC) codes based on a modification of the Progressive Edge Growth (PEG) algorithm is presented. Edge placement of the PEG algorithm is enhanced by use of the Sum- Product algorithm in the design of the parity-check matrix. The proposed algorithm is highly flexible in block length and rate. The codes constructed by the proposed methods are tested in the AWGN channel and significant performance improvements are achieved. The flexibility of the proposed decoder optimisation operation is then shown by its use in modifying the Improved PEG (IPEG) algorithm to achieve further performance gains.
Platform: | Size: 113664 | Author: 我问问 | Hits:

[matlabLDPC_Decoder_SPA

Description: LDPC译码器,基于SPA算法,matlab函数。-LDPC decoder, based on sum-product algorithm. a matlab function
Platform: | Size: 2048 | Author: 哈哈哈 | Hits:

[JSP/JavaLDPC-code

Description: LDPC encoder and the decoder of sum-product algorithm.(input H matrix form is Mackay s website form)
Platform: | Size: 9216 | Author: k13326404kuiyi | Hits:

[matlabLDPC

Description: 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.
Platform: | Size: 7168 | Author: nat | Hits:

[matlabSum-Product-algrithm

Description: 因子图和和积算法的matlab实现,给需要的人用,谢谢你的宝贵建议-factor graph and sum-product algorithm
Platform: | Size: 495616 | Author: heihei | Hits:

[matlabdecodeBitFlip

Description: 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/1) Copyright Bagawan S. Nugroho, 2007 http://bsnugroho.googlepages.com-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/1) Copyright Bagawan S. Nugroho, 2007 http://bsnugroho.googlepages.com
Platform: | Size: 1024 | Author: doocao | Hits:

[matlabdecodeLogDomain

Description: 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 vector (0/1) -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 vector (0/1)
Platform: | Size: 1024 | Author: doocao | Hits:

[matlabLDPCANDsemmidecodeProbDomain

Description: 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 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
Platform: | Size: 1024 | Author: doocao | Hits:
« 12 »

CodeBus www.codebus.net