搜索资源列表

  1. ldpc_decode_log

    0下载:
  2. LDPC译码算法,采用LOG方法,减少计算复杂度-LDPC decoding algorithm used LOG, to reduce the computational complexity
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈小车
  1. ldpc_decode_notLog

    0下载:
  2. LDPC译码算法,没有采用LOG方法,MATLAB语言实现仿真-LDPC decoding algorithm, without the use of LOG methods, MATLAB simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈小车
  1. decode_ldpc_APP_LLR

    0下载:
  2. LDPC译码算法,采用优化算法APP LLR-LDPC decoding algorithm using optimization algorithms APP NBC
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈小车
  1. PEGldpc

    0下载:
  2. PROGRASSIVE EDGE GROWTH 累加边增加LDPC算法-PROGRASSIVE EDGE GROWTH cumulative increase LDPC edge algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:陈丹
  1. minDist.tar

    0下载:
  2. 根据LDPC码中码子的构造方法中的PEG算法,来就算的最小码距。-LDPC codes under completely different construction method of PEG algorithm, even to the smallest distance code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:98304
    • 提供者:微微陈
  1. GallagerH

    0下载:
  2. 基于1962年Gallager提出的规则LDPC码构造方法实现的生成相应LDPC校验矩阵的相应matlab程序。只需要输入相应的码长,列重,行重即可得到具体的矩阵。-1962 Gallager based on the rules LDPC new method of generating the corresponding LDPC calibration matrix corresponding Matlab procedures.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:kevin
  1. Hmatrix

    0下载:
  2. 基于穷举法实现的LDPC码的校验H矩阵的自动生成程序,并且有一定的去小环的功能。如果最后的结果趋缓结果不理想,可以适当加大变量GENE的初始值,它表明程序穷举的次数,预置为500次。-Method Based on the exhaustive LDPC check matrix H automatic generation procedures, and to a certain small part of the function.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:kevin
  1. MatlabprogrammsforencodinganddecodingofLDPCcodesov

    0下载:
  2. There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use othe
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-18
    • 文件大小:593920
    • 提供者:王文
  1. test_girth

    0下载:
  2. 用于测试LDPC码校验矩阵围线长度的c++代码,是构造LPDC码教验矩阵的辅助程序-for testing calibration matrix LDPC Wai length of the c code, Construction is the LPDC code inspection procedures auxiliary matrix
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:yanxi
  1. LDPCcode

    0下载:
  2. 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
  3. 所属分类:中间件编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:心海
  1. MadHG

    0下载:
  2. 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
  3. 所属分类:中间件编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:心海
  1. HGrandom2

    0下载:
  2. 生成一个规则LDPC码的教研矩阵H,其行数(越大越好)为列数的一半,行重为6,列重为3,任意两行没有围长为4的圈 使用方法:H=HGrandom2(m,n)。m表示行数,n表示列数-rules of a generation of research LDPC matrix H, its (larger the better) half of the series, re-6, series of three, two arbitra
  3. 所属分类:中间件编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:心海
  1. gallager1_data

    0下载:
  2. LDPC研究者MacKay提供的校验矩阵H及对应的生成矩阵G,其中H行重为6,列重为3,行数252,列数504.-LDPC researchers MacKay, the calibration matrix H and the corresponding generator matrix G, H which re-6, series of three, the lines 252, 504 Columns.
  3. 所属分类:其他数据库

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:心海
  1. gallager1_data_1008_1_2

    0下载:
  2. LDPC研究者MacKay提供的校验矩阵H和对应的G,其中H的行重12,列重6,行数504,列数1008,任意两行不含围长为4的圈-LDPC researchers MacKay, the calibration matrix corresponding to the H and G, in which the re-H 12, series 6, a few 504, cited 1008, the two firms were no
  3. 所属分类:数据库系统

    • 发布日期:2024-05-18
    • 文件大小:61440
    • 提供者:心海
  1. 07126@52RD_Adaptive

    0下载:
  2. ldpc码的经典程序,针对ldpc自适应调制的码率变换-ldpc code classical procedures against ldpc adaptive modulation rate of transformation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:liu
  1. shift_LDPC

    0下载:
  2. 基于循环移位寄存器的ldpc编码的仿真程序,好程序啊,-cycle shift register on the ldpc coded simulation program, the program ah,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:张金
  1. LDPCaaa

    0下载:
  2. lDPC编解码程序,以MATLAB为其开发环境。希望您喜欢-lDPC codecs procedures to MATLAB environment for their development. I hope you like
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-18
    • 文件大小:1188864
    • 提供者:莫志刚
  1. LDPCintroduce

    0下载:
  2. LDPC是现在用的比较多的信道编码方式,该文章对LDPC编码进行了由潜入深的介绍-LDPC is now more of the channel coding, The article on LDPC coding by the introduction into the deep
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:73728
    • 提供者:dina
  1. BP_decode

    0下载:
  2. 在AWGN信道下的LDPC码的二进制BP算法译码-AWGN channel in the LDPC decoding algorithm for binary BP
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:mh
  1. Gallager1963

    0下载:
  2. Gallager1963年发表LDPC论文。-Gallager1963 LDPC published papers.
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:421888
    • 提供者:xhui
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »

源码中国 www.ymcn.org