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

搜索资源列表

  1. CyCEncoding

    0下载:
  2. 实现(7,4)循环码编码过程,代码简单,对应人民邮电版《通信原理》中编码图-realized (7,4) cyclic encoding procedure
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-17
    • 文件大小:126908
    • 提供者:zhaodanlin
  1. CyCDecoding

    0下载:
  2. 循环码解码编码,对应人民邮电版《通信原理》中(7,4)循环码译码过程。代码清晰简单-Cycle decoding coding, Telecommunications for the corresponding edition of " communication theory" in (7,4) cyclic code decoding process. Code is clear and simple
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:127843
    • 提供者:zhaodanlin
  1. chain_code

    1下载:
  2. 数字图像的边缘检测及8向链码编码且根据链码循环着色-Digital image edge detection and 8 to the chain code and the cycle of color under the chain code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5459823
    • 提供者:不能说
  1. xunhuanma

    0下载:
  2. 《通信原理》循环码 《通信原理》循环码 《通信原理》循环码 《通信原理》循环码-xun huan ma xun huan ma
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:158718
    • 提供者:dingxu
  1. simulator2

    0下载:
  2. 用Matlab实现一个矩阵的循环码编码的仿真。-Implement a matrix with Matlab coding loop simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:923
    • 提供者:zhanyan
  1. coder

    0下载:
  2. 实现(7,4)循环码编码和解码的matlab的GUI界面程序,内含使用说明-Implementation (7,4) cyclic code encoding and decoding matlab GUI interface program that contains instructions
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:8021
    • 提供者:wangjiayin
  1. UHF-RFID-CRC

    1下载:
  2. 本文首先研究了IsO/IECl8000.6标准中A、B两类短程通讯的前向链路与返回 链路的数据编码方式,对(FMO)双相间隔编码、(PIE)脉冲间隔编码、曼切斯特码 的编解码方式和技术参数进行了深入的分析,并利用FPGA实验平台对这三种编 码的编、解码电路进行了设计和仿真。然后对UHF RFID系统的差错控制技术原理 进行了探讨,重点研究了ISo/IECl8000.6标准中采用的数据保护与校验技术,即 循环冗余校验(CRC)技术。分析了基于线性反馈移位寄存器(LFSR)实现C
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:4366124
    • 提供者:HY jian
  1. cPP

    0下载:
  2. crc循环码的实现举例,长度自己选择。可用性高。适用于通信专业。-crc cyclic code implementation example, the length of their choice. High availability. For communications professionals.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4704
    • 提供者:hanqianjin
  1. matlab

    0下载:
  2. 利用matlab验证循环码的编码方法,用matlab编码得到所有许用码组。-Matlab validation circulation yards coding method, matlab code get all the allowable yards group.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:694
    • 提供者:张宝超
  1. MyCodeNew

    0下载:
  2. (23,12)循环码编码,可对文本文件进行编码,也可拓展进而对任意文件编码-(23,12) cyclic code encoding can encode the text file, but also to expand further on any file encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12772881
    • 提供者:dy
  1. xindaobianma

    0下载:
  2. 基于matlab的信道编码实现,包括现行分组码和循环码和卷积码,通过比较得到不同信道编码方式的性能区别-Matlab-based channel coding to achieve, including the current block codes and cyclic codes and convolutional codes, obtained by comparing the different channel coding performance difference
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:368360
    • 提供者:htt
  1. cyclic-code-compilation

    0下载:
  2. (7,3)循环码的编译,通过程序操作,给出具体事例-(7,3) cyclic code compiler, operating through the program, give specific examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2861
    • 提供者:张玉宁
  1. 12CRC

    0下载:
  2. CRC码是一种循环码,有着极强的检错能力,在计算机通信和移动通信种广为应用。-CRC code is a cyclic code, there is a strong error detection capability in the computer and mobile communications are widely used species.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:81471
    • 提供者:wangzhi
  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. xunhuanma

    0下载:
  2. 循环码的编码与循环码的译码,visualC++2010编写-Cyclic code encoding and decoding of cyclic codes, visualC++2010 write
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3697478
    • 提供者:ykui
  1. xunhuanma

    0下载:
  2. (7,3)循环码生成代码,在VC下编译生成(7,3)循环系统码的生成方式。-(7,3) cyclic code generated code, compiled in VC (7,3) code is generated circulatory system.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:5732
    • 提供者:白健
  1. Cyclic-code

    0下载:
  2. 循环码的编码和解码过程,用c++实现此过程-Cyclic code encoding and decoding process, using c++ to implement this process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1537
    • 提供者:高元媛
  1. 74hammingaR3

    0下载:
  2. 74hamming&3阶循环码的编程实现,可以对图像进行编码和解码处理。-74hamming & 3 phase cycle of programming code that can encode and decode the image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1471
    • 提供者:史磊
  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. buxhbm

    1下载:
  2. 15.11循环码编码和译码,检验并证明其检错纠错能力-it is(15,11)Cyclic code encoding and decoding.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:陈颖
« 1 2 3 4 5 67 8 9 10 11 ... 34 »
搜珍网 www.dssz.com