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

搜索资源列表

  1. make-pchk

    0下载:
  2. I have aatched C code for Linear parity check matrix.
  3. 所属分类:Applications

    • 发布日期:2017-04-09
    • 文件大小:790
    • 提供者:Bhaul
  1. LDPCtutorial

    0下载:
  2. Low-density parity-check (LDPC) codes are a class of linear block LDPC codes. The name comes from the characteristic of their parity-check matrix which contains only a few 1’s in comparison to the amount of 0’s. Their main advantage is that the
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:122113
    • 提供者:mike zhou
  1. ma_CRC_files

    0下载:
  2. decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:69365
    • 提供者:le thanh tan
  1. gen_ldpc

    0下载:
  2. generate the parity check matrix
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1395
    • 提供者:hehe
  1. cycle_search

    0下载:
  2. 本程序是用来查找LDPC parity-check matrix中的cycle的. 以次可以方便知道girth 的情况.-This program is used to find all the cycles in the parity-check matrix of the LDPC codes. By using this program we can also know the girth condition of our codes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1506
    • 提供者:Jiangxueqin
  1. shift_choosing

    0下载:
  2. 这个程序 是用来为QC-LDPC 的parity check matrix 选择 shift values的. 其中 0 matrix 的shift value为-1.-this program is used to assign the shift values for parity-check matrix of the QC-LDPC codes. The shift value of the zero matrix is-1.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2186
    • 提供者:Jiangxueqin
  1. QC_codes

    0下载:
  2. it is a ldpc parity check matrix
  3. 所属分类:Project Manage

    • 发布日期:2017-04-13
    • 文件大小:2544
    • 提供者:ankit
  1. makeLdpc

    0下载:
  2. LDPC编码算法, Create R = 1/2 low density parity check matrix M : Number of row N : Number of column method : Method for distributing non-zero element {0} Evencol : For each column, place 1s uniformly at random {1} Evenboth: For each
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1209
    • 提供者:小刘
  1. gen

    0下载:
  2. this code to generate parity check matrix of Low density parity check cod, and encode in order to codeword-this code to generate parity check matrix of Low density parity check cod, and encode in order to codeword
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:37616
    • 提供者:thao
  1. pchm_dtmb_coderate

    0下载:
  2. Construct a Low Density Parity Check Matrix for the three code rate of DTMB standart of TDT. The data has obtain of GB2006-20600 paper.
  3. 所属分类:matlab例程

    • 发布日期:2013-10-27
    • 文件大小:2810
    • 提供者:Juan
  1. ldpc_lintimeenc_parameter1

    0下载:
  2. how to construct the parity check matrix for LDPC codes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:Tareq
  1. yxiao_DVBS2_8100_d5

    0下载:
  2. from Shortten DVB-S2 LDPC 64800 code into 8100 The program can produce the parity check matrix of DVB-S2 LDPC 64800 with short length code of 8100.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:66023
    • 提供者:raja
  1. LDF_SuPrEM

    0下载:
  2. 对低密度校验矩阵的重建算法,LDPC应用在压缩感知中的一种算法-Low density parity check matrix of the reconstruction algorithm of LDPC applications in compression of the perception of an algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:20881
    • 提供者:杨良龙
  1. gal_by_H

    0下载:
  2. parity check matrix in the LDPC code
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-02
    • 文件大小:1726
    • 提供者:nam
  1. 128x256regular_v6

    0下载:
  2. QC_LDPC Parity check matrix For N=256
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1486
    • 提供者:maddy
  1. LDPC_Encoder

    0下载:
  2. LDPC Encoder and Parity check matrix file for Chinese Digital Tv transmission-LDPC Encoder and Parity check matrix file for Chinese Digital Tv transmission..
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:5569741
    • 提供者:Abhijeet
  1. ChineseLDPCGeneratorMatix_0_4

    0下载:
  2. Source code to Generate Parity check matrix for 0.4 Code Rate for chinese Standard.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:20109
    • 提供者:Abhijeet
  1. codefroge-ldpc-matlab

    0下载:
  2. this an implementation of ldpc encoder and decoder in matlab. generator matrix, parity check matrix and the chennel are implemented seperately. the bit error rate performance is estimated for the ldpc code -this is an implementation of ldpc encoder a
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:1249146
    • 提供者:raka
  1. RS_Generator_matrix-

    2下载:
  2. 使用C++编写的RS码的生成矩阵和校验矩阵的实现,适合RS码编写的学习者学习。-Prepared by using C++ RS code generator matrix and parity check matrix realization learners Good RS code.
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:26911
    • 提供者:张鹏
  1. getH

    0下载:
  2. CMMB标准下的LDPC码校验矩阵生成的Matlab程序 4608*9216的矩阵 希望对大家有帮助-CMMB standard LDPC code parity check matrix generated under the the Matlab program 4608* 9216 matrix we hope to help
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:823
    • 提供者:刘帅
« 1 23 4 5 »
搜珍网 www.dssz.com