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

搜索资源列表

  1. decode.rar

    1下载:
  2. 基于VHDL语言的循环码编码器的程序,以一个(15,6)循环码为例,VHDL language based on the cycle of the program code encoder to a (15,6) cyclic code as an example
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-05-21
    • 文件大小:236034
    • 提供者:张皓
  1. sim.rar

    2下载:
  2. 通用的循环码编码器和(7,4)循环码译码器。采用VERILOG HDL编写,通过硬件验证。需使用modelsim 5.6仿真,Common cyclic code encoder and (7,4) cyclic code decoder. VERILOG HDL preparation used by the hardware verification. Need to use simulation modelsim 5.6
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-05-23
    • 文件大小:34153
    • 提供者:来来
  1. bianma

    0下载:
  2. 使用QUARTUS2写的循环码编码器源代码-Writing of the use of cyclic codes QUARTUS2 encoder source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:14413
    • 提供者:lc
  1. bianma

    0下载:
  2. 基于VHDL设计的在quarters2上的循环码编码器-VHDL-based design at quarters2 on the cyclic code encoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:13821
    • 提供者:lc
  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. CRC-encoder

    0下载:
  2. 奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most wi
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:17860
    • 提供者:胡志宏
  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. crc

    0下载:
  2. 计算输入字符串的CRC编码。CRC编码即循环冗余码,它是利用除法及余数的原理来作错误侦测的。-Calculate the CRC coding of the input string. The CRC encoder that cyclic redundancy code, which is the principle of the division and the remainder for error detection.
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1247
    • 提供者:庄乾坤
  1. CODE_N_K

    0下载:
  2. 信道编码中 基于电路结构的 循环码 N-K级编码器 -Channel coding circuit structure of cyclic code based on NK-level encoder
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:537
    • 提供者:masss
  1. xunhuanmabianma

    0下载:
  2. 在Matlab环境下写出了(15,7)循环码的编码器和解码器代码,实现了编码和译码功能。-Wrote in Matlab environment (15,7) cyclic code encoder and decoder code to achieve the encoding and decoding functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:17520
    • 提供者:谢港
  1. shifter

    0下载:
  2. 用vhdl语言采用时序电路(移位寄存器)的方式实现(7,4)循环码编码器-Vhdl language used by the timing circuit (shift register) way to achieve (7,4) cyclic code encoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:Dong Yitian
  1. Encoder-decoder-cyclic-code

    0下载:
  2. Encoder and Decoder Cyclic Code is important to analyze Digital Communication System. So, it s easy to study
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:24253
    • 提供者:Chusnul
  1. xhmcode

    0下载:
  2. 环码:无权码,每位代码无固定权值,任何相邻的两个码组中,仅有一位代码不同。 一个(n,k)线性分组码C,若它的任一码字的每一循环移位寄存器都是C的一个码字,则称C是一个循环码 给出了循环码的定义以及由生成多项式求解生成矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循环码的编码器代码,实现了编码功能- Ring Code: no right code, each code is no fixed weight, any two adjacent code groups,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1304
    • 提供者:高山
  1. Q4_1

    1下载:
  2. 已知(10,6)系统循环码的生成多项式为:g(x)=x4+x+1,请设计该循环码的编码器。输入随机码元序列长度至少1000位。按照错误概率Pe随机产生差错图样,得到实际接收码字。 根据接收到的码字进行译码,计算误码率。调整Pe的大小,画出误码率与Pe之间的关系曲线。程序难度不大,如需要其他参数请自行调整。有问题可以私聊。(The generating polynomial of known (10, 6) system cyclic codes is g (x) =x4+x+1, please
  3. 所属分类:matlab例程

    • 发布日期:2018-06-18
    • 文件大小:66560
    • 提供者:法诺饭特稀
搜珍网 www.dssz.com