CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ldpc BP译码算法

搜索资源列表

  1. LDPC编码译码MATLAB代码

    28下载:
  2. 基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率
  3. 所属分类:通讯/手机编程

    • 发布日期:2009-02-16
    • 文件大小:2.68kb
    • 提供者:chenwenwenbupt
  1. awgnllrn.rar

    1下载:
  2. 有关ldpc llr bp译码算法,在awgn信道下的仿真比较,ldcp decoding llr bp in awgn channer
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1.8kb
    • 提供者:冯小晶
  1. LDPC

    19下载:
  2. ldpc编码,随机生成H矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
  3. 所属分类:matlab例程

    • 发布日期:2013-03-23
    • 文件大小:28.72kb
    • 提供者:haha
  1. ldpc0303

    0下载:
  2. ldpc编码,完整的编解码过程,并有多个编码实例-LDPC codes, the complete codec process and a number of coding examples
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:46.57kb
    • 提供者:人狼
  1. QC_codes

    0下载:
  2. QC-LDPC的编译码算法,能够实现对QC-LDPC的SER的仿真-The QC-LDPC codec algorithm for QC-LDPC can achieve the SER simulation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2.41kb
    • 提供者:李志
  1. normalize_BP

    1下载:
  2. LDPC码归一化解码算法,加深对BP译码算法的理解-LDPC code decoding algorithm normalized to deepen the understanding of the BP decoding algorithm
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-09-23
    • 文件大小:2.45kb
    • 提供者:郑全
  1. ldpc_rec_dec

    0下载:
  2. LDPC码的编译码程序,用的是LU分解算法,和BP译码算法,在Matlab上调试通过-LDPC encoder and decoder
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:10.84kb
    • 提供者:songbing
  1. 135423127889

    0下载:
  2. ldpc译码算法,经典bp译码算法经典。 -ldpc decoding algorithm, the classical decoding algorithm bp classic.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:91.3kb
    • 提供者:薛辉
  1. LDPC

    0下载:
  2. Matlab LDPC译码BP算法译码仿真-Matlab LDPC BP decoding algorithm for decoding simulation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:71.38kb
    • 提供者:谢金泉
  1. normal-BP

    0下载:
  2. 实现基于BP译码算法的LDPC code的译码算法程序-achieve the function of decoding of LDPC code
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:8.27mb
    • 提供者:张德明
  1. LDPC

    0下载:
  2. ldpc码的编译码算法,用matlab软件进行仿真,包括bp译码算法。-ldpc matlab
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:5.71kb
    • 提供者:温昌盛
  1. ldpc_decode

    0下载:
  2. LDPC BP译码算法在MATLAB中直接使用就行-matlab BP decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:835byte
    • 提供者:何昌伟
  1. LDPC

    0下载:
  2. MATLAB LDPC编译码算法 采用随机编码方式 译码采用BP译码算法 附加性能比较模块-LDPC MATLAB encoding and decoding algorithm using random coding decoding algorithm using BP decoding algorithm with additional performance comparison module
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:8.06kb
    • 提供者:刘炜炘
  1. LDPC-2001-11-18

    0下载:
  2. 本程序用C语言详细完成LDPC的编码解码(B包括G矩阵的构造,信道信息,BP译码算法)-This procedure using C language to complete the detailed coding LDPC decoding (B including the G matrix structure, channel information, BP decoding algorithm)
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:427.92kb
    • 提供者:郑小北
  1. BP-algorithm

    0下载:
  2. 基于和积算法的LDPC码译码算法,采用的是7/4线性分组码,但是这里程序是灵活的,可以替换为任意形式的LDPC码。还有一个书面的报告,详细的解释了译码过程和和积算法原理,希望对大家有帮助-Based on the algorithm and integrated algorithm of LDPC codes decoding, by using linear block code is 7/4, but this program is flexible, can be replaced by
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:107.54kb
    • 提供者:chen qian
  1. LDPC_TMH_11_译码_初始化-多次迭代

    2下载:
  2. 该代码是实现LDPC编译码的C语言实现,编码采用的IRA LDPC编码算法,而译码采用的是对数域上的BP算法(LLR BP 算法),该代码先是实现了LDPC代码的编码过程,然后在通过LLR BP算法一步一步实现译码过程。译码主要过程有:初始化过程,校验节点更新过程,比特节点更新过程,最后进行译码判决,如果满足译码要求或者达到迭代最大次数则退出,否则返回到校验节点更新继续往下循环执行。(This code is to achieve the LDPC code by the C language,
  3. 所属分类:硬件设计

    • 发布日期:2017-12-22
    • 文件大小:787kb
    • 提供者:tmh
  1. bp_algorithm

    0下载:
  2. LDPC编码常用的BP译码算法,以及SDMA多址中用到的BP算法的变种-MPA算法。(LDPC coding commonly used BP decoding algorithm, and SDMA multiple access used in the BP algorithm variants-MPA algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:3kb
    • 提供者:yason
  1. LDPC

    0下载:
  2. matlab仿真的LDPC码编码以及BP译码算法(LDPC code coding and BP decoding algorithm for matlab simulation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-23
    • 文件大小:89kb
    • 提供者:qiqi77
  1. LDPC码编译码算法的研究与实现_李会雅

    0下载:
  2. 本文首先介绍了几种LDPC码的编译码算法,同时推导了译码错误概率和密度进化 过程,讨论了信道参数的门限效应。接着对LDPC码二分图中长度为4的环进行了深入 研究,提出了一种LDPC码校验矩阵的消4一环生成算法,采用Matlab和VC++融合编程 方式,完成了此算法的程序设计。此算法不仅可生成二进制LDPC码的校验矩阵,并且 对算法修正后,也可生成多进制LDPC码的校验矩阵。采用此算法后可避免LDPC码译 码过程中的重复迭代,显著提高了短帧LDPC码的误比特率性能。同时对不同参数对 L
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1.19mb
    • 提供者:斯蓝蓝
  1. LDPC编码的BP译码算法的matlab程序

    1下载:
  2. LDPC编码的BP译码算法的matlab程序(Matlab Program of BP Decoding Algorithms for LDPC Coding)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-07
    • 文件大小:2kb
    • 提供者:程序开发1
« 12 3 4 »
搜珍网 www.dssz.com