CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 校验矩阵

搜索资源列表

  1. CCSDS_LDPC

    2下载:
  2. 用MATLAB实现CCSDS_LDPC编码,并生成相应的校验矩阵H。压缩包内包含相应源程序以及CCSDS_LDPC编码原理的说明文档。-Using MATLAB CCSDS_LDPC coding, and generate the corresponding check matrix H. Compressed package that contains the corresponding documentation and CCSDS_LDPC source coding theory.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2340021
    • 提供者:lin
  1. punctured-convolutional-codes

    0下载:
  2. 本文是一篇优秀硕士毕业论文提出一种基于校验矩阵的删除卷积码的识别方法。 - In this paper, a code rate recognition method for punctured convolutional code has been proposed based on parity check matrix.
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:1622757
    • 提供者:tianhongliang
  1. LDPCCODE

    0下载:
  2. 网上找到的比较全面,适合入门的LDPC仿真代码,包括校验矩阵生成,迭代译码-Internet to find a more comprehensive, LDPC simulation code for entry, including the check matrix generation, iterative decoding and so on. . .
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:71145
    • 提供者:刘意
  1. LDPC-checking-matrix-generation

    0下载:
  2. 两种不同的方法构造低密度校验编码的校验矩阵,两种方法的复杂度有所不同,适合编码研究的学子们-Two different coding method for constructing low-density parity check matrix, the complexity of the two methods differ for students who study coding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3358
    • 提供者:张汝岐
  1. LDPC_3

    0下载:
  2. LDPC基于生成矩阵的编码方法和和积译码算法,校验矩阵采用的是mackey的方法-LDPC coding method based on the generator matrix and decoding algorithm, check matrix is mackey methods
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-17
    • 文件大小:88013
    • 提供者:gzx
  1. TsinghuaLDPCPchk

    0下载:
  2. 中国数字地面电视标准中的LDPC码校验矩阵转换为Neal的pchk格式的校验矩阵-China digital terrestrial television standard LDPC code parity check matrix matrix Neal converted to the format of pchk
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:269099
    • 提供者:林竞力
  1. LDPC_Gen

    0下载:
  2. 生成PCHK格式校验矩阵对应的生成矩阵: 附带相应参数,各参数如下: 校验矩阵文件名 待生成的生成矩阵文件名(文件扩展名为“gen”) sparse/dense(生成矩阵中元素“1”稀疏还是密集) 例:校验矩阵a.pchk生成生成矩阵a.gen,生成矩阵中元素“1”尽量稀疏: -PCHK format generated check matrix corresponding generator matrix: with the appropriate parameters, ea
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:304642
    • 提供者:林竞力
  1. LDPC_Encode

    0下载:
  2. LDPC码的信道编码。 参数:校验矩阵文件名 生产矩阵文件名 待传输数据文件名 编码文件名(文件扩展名为“enc”) 例:对生成的待编码的数据文件a.src编码为编码后文件a.enc -Channel coding of the LDPC code. Parameters: filename check matrix matrix production data to be transmitted filename filename encoded file name (the fi
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:351245
    • 提供者:林竞力
  1. LDPC_Decode

    0下载:
  2. LDPC码的译码。参数如下: 校验矩阵文件名 接收文件名 译码结果文件名(文件扩展名为“dec”) awgn/bsc(噪声方式,和步骤6中的选择对应,这里选择awgn) 噪声标准差 prprp(表示迭代方式)迭代次数 例:对接收到文件a.rec迭代50次译码得到译码后文件a.dec: -Decoding LDPC codes. Parameters are as follows: file name check matrix decoding result of receiving
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-11-21
    • 文件大小:479232
    • 提供者:林竞力
  1. ldpc

    0下载:
  2. 不规则ldpc编码与译码,其中有ldpc稀疏校验矩阵生成,消除四环等过程
  3. 所属分类:matlab例程

  1. ldpc_decode

    0下载:
  2. 针对QC_LDPC码校验矩阵的结构特性,研究了BP算法的特点,并利用TMS320C6747系列DSP作为实现平台,成功实现了基于BP算法的QC_LDPC码译码器(有源程序与报告)-For structural characteristics QC_LDPC code parity check matrix to study the characteristics of BP algorithm, and using TMS320C6747 series DSP as the implementa
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:318865
    • 提供者:郑大伟
  1. cf_ldpc

    0下载:
  2. LDPC编码器和解码器,校验矩阵的生成算法,校验实现等。-LDPC encode decode
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:57243
    • 提供者:mhsun
  1. LDPC_H

    0下载:
  2. 在matlab环境下,构造LDPC码的校验矩阵的各种方法,包括Gallager构造法,Mackay构造法,PEG构造法,对以后的编译码算法有很大的帮助。-In the matlab environment, various methods LDPC code parity check matrix structure, including Gallager construction law, Mackay construction law, PEG construction method, af
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10772
    • 提供者:王岩
  1. Symmetric_ldpc_matrix0

    2下载:
  2. 基于有限域的qc-ldpc码校验矩阵构造方法-conctruction method of QC-LDPC code based on finite field
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:697
    • 提供者:蒋小燕
  1. LDPC

    0下载:
  2. 针对LDPC码在理论和实现两方面分别进行了较深的研究。深入了解了LDPC码编码方法、译码方法以及性能等知识,重点研究了用MATLAB如何构造奇偶校验矩阵、如何编码和如何解码的算法,而且实现了在相同码率、信噪比下LDPC码性能与卷积码性能的对比。-LDPC codes for both theory and implementation were carried out deeper study. In-depth understanding of the LDPC coding method,
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:310479
    • 提供者:天空若水
  1. LDPC

    0下载:
  2. LDPC码的C语言编译码,包含校验矩阵,备注-LDPC codes codec C language, including parity check matrix, notes, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1112568
    • 提供者:zl
  1. makeParityChk

    0下载:
  2. ldpc码校验矩阵的生成函数,测试可以使用的文件-Lala code file generation function ldpc parity check matrix, the test may be used
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1297
    • 提供者:fish
  1. LDPCcoder

    1下载:
  2. 完整的ldpc编码程序,实现数字载体的ldpc编码译码以及信道传输仿真,利用生成矩阵和校验矩阵实现,含有自动生成随机错误以检测纠错能力功能-Ldpc complete coding procedures, digital carrier ldpc codec and channel transmission simulation using the generator matrix and parity check matrix realization, containing automatic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:胡生
  1. Decoder-Optimised--Growth-

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

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

    1下载:
  2. 基于zig-zig移位法构造满秩QC-LDPC码的校验矩阵,编译码后,具有优异的误码性能。-Based zig-zig shift method to construct the full rank of QC-LDPC code check matrix, after codec, with excellent error performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:970
    • 提供者:gao
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com