CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LDPC sum product algorithm

搜索资源列表

  1. SPA

    0下载:
  2. LDPC采用Sum-Product译码算法的程序Java语言版。-LDPC used Sum-Product decoding algorithm procedures version of the Java language.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2379
    • 提供者:尹浩
  1. SPA_log

    0下载:
  2. LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:984
    • 提供者:李剑
  1. SPA

    0下载:
  2. 首先介绍了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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:524327
    • 提供者:秦小星
  1. sum-product-algorithm_SPA

    1下载:
  2. 用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:431830
    • 提供者:ray
  1. LDPC-coding

    0下载:
  2. 有效的LDPC解码算法,详细介绍了LDPC码,并且有仿真结果-Efficient Implementations of the Sum-Product Algorithm for Decoding LDPC Codes
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:207111
    • 提供者:李雷
  1. Analysis_of_sum-product

    0下载:
  2. 关于ldpc码和积算法译码的文章,Analysis_of_sum-product_decoding_of_low-density_parity-check_codes_using_a_Gaussian_approxi-About ldpc codes sum decoding algorithm article
  3. 所属分类:Development Research

    • 发布日期:2017-11-17
    • 文件大小:265460
    • 提供者:文军
  1. sum-product-algorithm-for-LDPC-codes-in-Matlab.ra

    0下载:
  2. sum product algorithm in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11984
    • 提供者:khan
  1. LDPC-code

    0下载:
  2. LDPC encoder and the decoder of sum-product algorithm. (input H matrix form is Mackay s website form)
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:8606
    • 提供者:date
  1. LDPC-Decode

    0下载:
  2. LDPC基本译码算法,Bit-flipping、Sum-product的MATLAB程序-Basic LDPC decode algorithm, Bit-flipping、Sum-product
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1461
    • 提供者:whf
  1. Decoder-Optimised--Growth-

    0下载:
  2. 一种新型的建筑不规则低密度 奇偶检验基于所述修改(LDPC)码 渐进边增长(PEG)的算法。边缘 所述PEG算法的位置是由利用所述Sum-增强 积算法在奇偶校验矩阵的设计。该 提出的算法是在块长度和速度非常灵活。 被提议的方法构建代码的测试 AWGN信道和显著的性能改进 实现。建议解码器优化的灵活性 动作,然后由它的使用在修改所述改进的示 PEGIPEGI)算法来实现进一步的性能提升。-A novel construction for irregular
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:113169
    • 提供者:我问问
  1. ldpcdecode

    0下载:
  2. sum product algorithm decoding of ldpc
  3. 所属分类:matlab例程

  1. LDPC_Decoder_SPA

    0下载:
  2. LDPC译码器,基于SPA算法,matlab函数。-LDPC decoder, based on sum-product algorithm. a matlab function
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1770
    • 提供者:哈哈哈
  1. LDPC-code

    0下载:
  2. LDPC encoder and the decoder of sum-product algorithm.(input H matrix form is Mackay s website form)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:8862
    • 提供者:k13326404kuiyi
  1. LDPC

    0下载:
  2. 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.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7207
    • 提供者:nat
  1. decodeBitFlip

    0下载:
  2. 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 (
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:825
    • 提供者:doocao
  1. decodeLogDomain

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1094
    • 提供者:doocao
  1. LDPCANDsemmidecodeProbDomain

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:970
    • 提供者:doocao
搜珍网 www.dssz.com