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

搜索资源列表

  1. rs

    1下载:
  2. RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-27
    • 文件大小:1189
    • 提供者:久久
  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. m_vhdl

    0下载:
  2. 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。-Design a pseudo-random sequence generator, using the generating polynomial 1+ X ^ 3+ X ^ 7. Requires a RESET terminal end and two control registers to adjust the initial valu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:660
    • 提供者:haodiangei
  1. matlabfun

    0下载:
  2. 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5318213
    • 提供者:little863
  1. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:58338
    • 提供者:lfzxyy
  1. TURBO

    0下载:
  2. 根据turbo编码器的生成多项式对输入信息进行编码-turbo encoder
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1415
    • 提供者:黄建
  1. PCK_CRC3_D4

    0下载:
  2. CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:800
    • 提供者:weixin
  1. list

    0下载:
  2. 数据结构 建立多项式链表 并生成多项式加法函数-Data Structure and generator polynomial polynomial addition function list
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:万迁
  1. CRC_1

    0下载:
  2. 输入信息编码位数和生成多项式位数,进行CRC编码并显示结果。-Input information bits and generating polynomial-digit code, the CRC code and displays the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:241353
    • 提供者:李敏浩
  1. cyclic_coder

    1下载:
  2. (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:wangxiaoyu
  1. cyclic_decoder

    1下载:
  2. (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1317
    • 提供者:wangxiaoyu
  1. CRC-16

    0下载:
  2. 16位CRC校验原理与算法分析,不讨论CRC的纠错原理以及为什么要选下面提及的生成多项式,只是针对以下的生成多项式,如何获得CRC校验码,作一个比较详细的说明。-16-bit CRC checksum algorithm theory and analysis, not to discuss the principles of the CRC error correction, and why to choose the generator polynomial mentioned below,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2359
    • 提供者:李楠
  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. CRC

    0下载:
  2. CRC编码解码C++程序,可以选择译码方式有五种国际标准的生成多项式,也可自由更改-CRC encoding and decoding C++ program, you can select the decoding mode there are five international standard generator polynomial can also be free to change the
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1136
    • 提供者:王芳
  1. Cyclic(73)

    0下载:
  2. 循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循 环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了 此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming 码等信道编码的区别与联系。 - Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:202176
    • 提供者:胡志宏
  1. CRC3.0

    0下载:
  2. 此代码的功能是实现网络纠错当中的循环冗余码纠错法,即输入一个初使二进制比特流与生成多项式可以得出一个拥有循环冗余纠错码的二进制比特流,此比特流如果转输到目的地就可以进行差错验证了,以保证代码的正确传输。代码注释里有详细的测试数据与说明。-This code is a network error-correcting function among the cyclic redundancy code error correction method, that is early to make a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:877
    • 提供者:刘伟强
  1. FrameEncap

    0下载:
  2. 要求实现的程序为图形化界面(如下图所示),可以输入以太帧目的MAC地址、源MAC地址和数据字段(以十六进制输入),输出封装的帧的相关信息(前导码、帧前定界符、目的地址、源地址、帧长度、数据和帧校验和), 生成多项式G(X)=X8+X2+X1+1。-Requests to realize the program for the graphic interface (shown below), can enter the etheric frame purpose MAC address, sour
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:11864301
    • 提供者:文园
  1. CalRemainder

    0下载:
  2. 可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。-CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up proc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:27651
    • 提供者:刘宇
  1. crczxygj

    0下载:
  2. 一个简单的CRC计算器,有多个生成多项式可供使用,谢谢。-a simplified CRC calculater,there are servel generator to be used. thank you.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:33282
    • 提供者:sunmeng
  1. m-sequence

    0下载:
  2. 本文给出了m序列多项相关性的概念,还研究了生成多项式计数的问题-In this paper, the concept of multiple correlation m series, also studied the problem of generation polynomial count
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:133576
    • 提供者:刘志友
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com