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

搜索资源列表

  1. ldpcber

    0下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7.49kb
    • 提供者:武博
  1. LDPC_BSN

    1下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:116.41kb
    • 提供者:张强
  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. findPreambles-trial

    0下载:
  2. This GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each channel. The preamble is verified by check of the spacing between preambles [6sec] and parity checking of the first two words in a subframe. At the s
  3. 所属分类:GPS develop

    • 发布日期:2017-03-27
    • 文件大小:2.3kb
    • 提供者:Nelson Loh
  1. const_ldpccc_mat

    0下载:
  2. Low density parity check matrix-Descr iption A program written for generating LDPC matrix in the as pattern as discussed in the research paper , " Time varying periodic convolutional codes with low density parity check matrix" by Alberto
  3. 所属分类:3G develop

    • 发布日期:2017-03-31
    • 文件大小:1.6kb
    • 提供者:lydia
  1. girth6_shifter

    2下载:
  2. Flexible construction of girth-six QC-LDPC Codes-The program constructs girth-six QC-LDPC codes given row-weight,k, column-weight,j, and sub-matrix size,m. The obtained parity-check matrix is stored in H. The construction has flexibility in that j,k
  3. 所属分类:3G develop

    • 发布日期:2017-03-24
    • 文件大小:2.27kb
    • 提供者:lydia
  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
    • 文件大小:67.74kb
    • 提供者:le thanh tan
  1. cycle test algrithm

    3下载:
  2. lDPC校验矩阵的环检测。包括4环检测算法,6环检测算法及8环检测算法。还包括一个准循环LDPC奇偶校验矩阵的生成算法。-this algrithm can search cycles in LDPC parity check matrix。It contain cycle-4 cycle-6 cycle-8 test algrithm.It also contains a algrithm for generate the LDPC quasi-cyclic parity check matr
  3. 所属分类:matlab例程

    • 发布日期:2012-11-27
    • 文件大小:2.64kb
    • 提供者:胡涛
  1. One-dimensional-parity-check

    0下载:
  2. 数据通信中误码检测机制的研究,使用MATLAB对奇偶校验码进行测试-Error Detection Techniques in Data Communications, One-dimensional parity check is simulated by MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:15.42kb
    • 提供者:是大大的
  1. Two-dimensional-parity-check

    1下载:
  2. 数据通信中误码检测机制的研究,使用MATLAB对二维奇偶校验码进行测试-Studies of Error Detection Techniques in Data Communications,two-dimensional parity check is simulated through MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17.45kb
    • 提供者:是大大的
  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
    • 文件大小:1.19mb
    • 提供者:raka
  1. HARQ

    2下载:
  2. 利用matlab仿真了改进的二类选择重传HARQ机制的吞吐量与误比特率之间的关系。在仿真中对于编码和解码过程进行了简化:根据误比特率按概率模拟传输过程中码字的出错位数,在接收端只判断码字错误的位数是否在可纠错得范围之内。每发送一个码字,接收端根据出错位数信息检验其是否出错,没有出错则接收,否则要求重发,程序中利用alternate值交替发送信息码字和校验码字。当校验码字到来后,若校验码与原码组成的新码字能够纠错,则正确接收,否则要求重传。 -Retransmission the HARQ mec
  3. 所属分类:Other systems

    • 发布日期:2014-05-30
    • 文件大小:260kb
    • 提供者:julie
  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. 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. 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
    • 文件大小:303.2kb
    • 提供者:天空若水
  1. ldpc-decoder-matlab

    0下载:
  2. Specify the condition to stop the decoding iterations as one of Maximum iteration count | Parity check satisfied . The default is Maximum iteration count . When you set this property to Maximum iteration count , the object will iterate for the number
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.72kb
    • 提供者:shankar.m
  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. Dhiman6

    0下载:
  2. This matlab program simulates codes for low-density parity-check in an AWGN channel.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:Dhiman Kakati
搜珍网 www.dssz.com