CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - 生成多项式

搜索资源列表

  1. crc16andall

    0下载:
  2. 调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致 -debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2311
    • 提供者:sss
  1. bch_matrix_v1_0_tar

    0下载:
  2. bch码-循环码的生成多项式具有如下形式: ,这里t为纠错个数,为最小多项式,LCM表示取最小公倍式,则由此生成的循环码称之为BCH码。该码是以三个发现者博斯Bose)、查德胡里(Chaudhuri)和霍昆格姆(Hocquenghem)名字的开头字母命名的。其最小码距dmin≥2t+1,能纠t个错误。BCH的码长为n=或的因子 -BCH code-cycle generating polynomial code with the following forms : here t FEC
  3. 所属分类:通讯编程

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

    0下载:
  2. m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under the conditions of m-sequences ge
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2882
    • 提供者:李南
  1. rs.bm

    2下载:
  2. 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15851
    • 提供者:王智
  1. crc16.

    0下载:
  2. CRC算法原理及实现,生成多项式为\"1 1000 0000 0000 0101\"(CRC-16),简记作0x18005。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10117
    • 提供者:qq
  1. viterbi_k5

    0下载:
  2. 约束长度为5,生成多项式为11001,11011的卷积编码及viterbi译码,产用硬判决的方式进行译码
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7976
    • 提供者:曾捷
  1. CRCcheck

    0下载:
  2. CRC校验码的MATLAB实现 生成多项式【1 1 0 0 1 1】 结果正确 可以直接使用-CRCcheck.m
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:997
    • 提供者:xufei
  1. CRC16packetdetection

    0下载:
  2. 用CRC-16实现错误的校验,生成多项式为ITU标准多项式。我将这一模块用于数据包纠错中效果很好-CRC-16 used to achieve the wrong checksum, generating polynomial for the ITU standard polynomials. I will package this module for data error correction in the effective
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:189582
    • 提供者:vera
  1. programming_of_CRC

    0下载:
  2. 在BC或VC环境下用C语言,以面向过程的思想进行程序设计,实现检错功能。程序大致包括以下几个内容: 1.原始报文输入(包括生成多项式) 2.生成加入校验码之后的报文 3.接收方报文输入 4.检错并给出结果显示 -BC or VC in the environment using C language, process-oriented thinking process design, implementation, error detection function. Proc
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:860
    • 提供者:代文
  1. BCH

    1下载:
  2. BCH编码译码,码间距离为7,可纠三个错,保证通信的可靠性,以(15,5)为例,生成多项式可以自由改动-BCH codec, the distance between the code of 7, three errors can be corrected to ensure the reliability of communications to (15,5), for example, are free to change the generating polynomial
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:1430
    • 提供者:王芳
  1. CRC16

    0下载:
  2. CRC16校验实现,通过测试可以使用,使用A001生成多项式-CRC16 checksum to achieve, to pass the test can be used, using the A001 generator polynomial
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:1196
    • 提供者:俊杰
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. flient

    0下载:
  2. 这是一个计算维特比译码的程序,经测试正常运行,生成多项式171,133()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:159744
    • 提供者:tsannmime
搜珍网 www.dssz.com