CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - LDPC parity check

搜索资源列表

  1. ldpc_distr

    0下载:
  2. LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:610.55kb
    • 提供者:姚中华
  1. generate_H

    1下载:
  2. dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-26
    • 文件大小:2.69kb
    • 提供者:luyuan
  1. LDPC_C_wz

    0下载:
  2. LDPC码具有很好的性能,译码也十分方便。特别是在GF(q)域上的非规则码,在非规则双向图中,当各变量节点与校验节点的度数选择合适时,其性能非常接近香农限-Low-density Parity-check
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:luyuan
  1. ldpc_generate

    0下载:
  2. LDPC码即低密度奇偶校验码(Low Density Parity Check Code,LDPC),这是LDPC仿真中稀疏矩阵生成程序,我花了好几天的时间搞懂,并做了注释。 -LDPC codes that low-density parity check codes (Low Density Parity Check Code, LDPC), which is generated sparse matrix LDPC simulation program, I spent a few
  3. 所属分类:Windows编程

    • 发布日期:2013-10-12
    • 文件大小:4.43kb
    • 提供者:han
  1. LDPC

    0下载:
  2. LDPC LDPC码即低密度奇偶校验码 LDPC码已成为第四代通信系统(4G)强有力的竞争者,而基于LDPC码的编码方案已经被下一代卫星数字视频广播标准DVB-S2采纳。-LDPC LDPC codes that low density parity check codes LDPC codes have become the fourth generation communication system (4G) a strong competitor, but the encodin
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:15.57kb
    • 提供者:林佳
  1. LDPCCode

    1下载:
  2. 低密度奇偶校验码(LDPC)的编码与解码,采用C语言实现,一共包括3个文件-Low-density parity check code (LDPC) coding and decoding, using the C language, including a total of three files
  3. 所属分类:通讯编程

    • 发布日期:2013-10-12
    • 文件大小:255.33kb
    • 提供者:张俊博
  1. ldpc-code-final-test

    0下载:
  2. 用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。-For LDPC codec simulation. Including randomly generated check matrix, generated by the parity check matrix generator matrix, coding, plus random noise, such as decoding.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:247.76kb
    • 提供者:王二
  1. LDPC

    0下载:
  2. The zip file contains 1. A 128x256 Regular (3,6) H matrix (if you need to simulate other codes, need to write your own code for generating those parity check matrices). The file 128x256regular_v6.mat is for those using Matlab 6.5. 2. Files for
  3. 所属分类:Communication

    • 发布日期:2016-11-21
    • 文件大小:75kb
    • 提供者:肖力
  1. generate_parity_check_LDPC

    0下载:
  2. This matlab code can be used to generate a parity check matrix for the LDPC code and further encoded and decoded in a complete communication system.
  3. 所属分类:Other systems

    • 发布日期:2016-02-02
    • 文件大小:1kb
    • 提供者:sapna
  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
    • 文件大小:262.79kb
    • 提供者:林竞力
  1. ldpc123

    0下载:
  2. 低密度奇偶校验码(LDPC)及其译码算法仿真实现,并有误码率分析,是matlab的程序-Low-density parity check code (LDPC) decoding algorithm simulation and realization, and bit error rate analysis, is matlab program
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:86.11kb
    • 提供者:李然
  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
    • 文件大小:10.52kb
    • 提供者:王岩
  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
    • 文件大小:1.27kb
    • 提供者:fish
  1. cycleCount

    0下载:
  2. File is used for counting short cycle of ldpc codes. You must give parity check matrix of ldpc code in text file and then use cycle count file of matlab for counting of short cycle of given length.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:alireza
  1. 59238

    0下载:
  2. This is LDPC Code for low density parity check
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:hamid
  1. parity-check-matrix

    0下载:
  2. LDPC码校验矩阵的生成,可在c++上运行-Generating LDPC code check matrix, can be run on c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:青草
  1. 06121923

    0下载:
  2. Error Detection in Majority Logic Decoding of Euclidean Geometry Low Density Parity Check (EG-LDPC) Codes
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:99.48kb
    • 提供者:praba
  1. parity-check-matrix

    0下载:
  2. 根据行重、列重,构造低密度奇偶校验码(LDPC码)的校验矩阵。-According to the line weight, the column weight is constructed LDPC (LDPC code) parity check matrix.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:青草
  1. LDPC-2012-02-11

    0下载:
  2. C语言实现的LDPC(Low Density Parity Check Codes)通信仿真代码(Software for Low Density Parity Check Codes Version of 2012-02-11. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Pari
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:349kb
    • 提供者:kai05911
  1. LDPC-matlab和c

    0下载:
  2. Low Density Parity Check Codes decoding algorithm.
  3. 所属分类:其他

搜珍网 www.dssz.com