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

搜索资源列表

  1. LTE

    0下载:
  2. OFDM通信方式,包括QAM调制,IFFT以及加入循环码前缀-OFDM modulation
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:9461
    • 提供者:Yongwen
  1. CRC

    0下载:
  2. 为了在DSP中实现CRC校验,在C++ Builder中对CRC循环码校验的算法进行了编写和验证,可以方便检验算法,并移植到DSP中应用。-A CRC calclation method program in C++ builder, and it s easy to move to DSP or other platform
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:2931
    • 提供者:daniel
  1. cycle-code

    0下载:
  2. 这是Quartusll环境下采用原理图输入法实现的循环码。-This is the next Quartusll environment using schematic entry method to achieve the cyclic code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:114870
    • 提供者:艳阳天
  1. Untitledcyc

    0下载:
  2. 循环码下RS码的编码译码,频谱图的生成,可看到信道编码效果。-Under the cyclic code coding decoding of RS code spectrum generated, can see the effect of channel coding.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:MaiZi
  1. lopp_encoder

    0下载:
  2. 循环码编码,Verilog语言实现,带仿真程序。-Loop coding, Verilog language, with the simulation program.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1185
    • 提供者:张刚
  1. cycle

    0下载:
  2. 信道编码中的循环码编码和译码,有效达到加密效果,解密速度快-Channel coding loop coding and decoding, encryption effectively achieve results faster decryption
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:1339
    • 提供者:hmy
  1. FPGA

    1下载:
  2. 包括密勒码编解码、循环码编解码、FSK和PSK调制解调-Including Miller encoding and decoding, encoding and decoding cycle, FSK and PSK modulation and demodulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:255154
    • 提供者:李飞
  1. CRC

    0下载:
  2. 循环码 对一般形式的多项式形式得到生成码 用此来得到循环码-Cyclic code to obtain the general form of polynomials generated code use this to obtain the cyclic code
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:818
    • 提供者:章豪
  1. cyction

    0下载:
  2. 循环码的编码解码的过程的matlab实现及应用-cyclecodeing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2781
    • 提供者:菜猜
  1. remote_to_CAN

    0下载:
  2. STM32系类单片机,循环码接收,转CAN发出-STM32 family of microcontrollers, recycling yards receiving, transfer CAN issue
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-14
    • 文件大小:3529856
    • 提供者:jiashutao
  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. xhmdecode

    0下载:
  2. 循环码最大的特点就是码字的循环特性,所谓循环特性是指:循环码中任一许用码组经过循环移位后,所得到的码组仍然是许用码组,也就是说,不论是左移还是右移,也不论移多少位,仍然是许用的循环码组. 译码过程 第一步:由接收码字  Rx与监督矩阵相乘得出错误图样S; 第二步:判断S是否为零。若不为零,则出错。在假定至多只有一位错的情况下,可以有效地译出相应的信息码字。 第三步:在出错的情况下,将S与标准监督矩阵对比,得出错误的比特位并进行更正得出前四位为信息码字。-Ring
  3. 所属分类:matlab

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

    0下载:
  2. 循环码编码与解码Matlab源程序(实验以(7,4)循环码进行分析)-Cyclic code encoding and decoding Matlab source (experiment (7,4) cyclic code analysis)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:11648
    • 提供者:吕博文
  1. RS-code-research

    0下载:
  2. 本文详细介绍了信道编码中使用较多的循环码,BCH码和RS码的基本概念,同时对RS码的编译码算法进行了计算机模拟仿真。 -This paper introduced the channel coding used in more cyclic code, BCH code and the basic concept of RS code, at the same time of RS code encoding decoding algorithm for computer simulatio
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1645760
    • 提供者:小新
  1. Cyclic-codes

    0下载:
  2. 循环码的编码及译码源程序,对译码结果进行纠错-Cyclic codes source coding and decoding of error correction decoding result
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:40583
    • 提供者:吕博文
  1. cyclencode

    0下载:
  2. 循环码除法电路编码,matlab编程,含界面,可以动态延时编码过程。-Cyclic code division circuit coding, matlab programming, including interface, dynamic delay encoding process.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:17627
    • 提供者:xingang
  1. xunhuanma73

    0下载:
  2. 基于MATLAB的 实现73循环码编码以及译码 -The implementation of the 73 cyclic code coding and decoding based on MATLAB
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:739
    • 提供者:戴艳
  1. Cyclic-code

    0下载:
  2. 循环码的编码与译码过程,代码以(7,4)为例讲解了整个编码解码的详细过程-Cyclic code encoding and decoding process, code (7, 4) as an example to explain the whole process of encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:299252
    • 提供者:lam yo clave
  1. cyclic_en_15_11

    1下载:
  2. 循环码(15, 11),该系统循环码编码器的生成多项式是g(x) x^4 + x + 1-cycle code(15, 11),generation polynomial is g(x) x^4+ x+ 1.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:646
    • 提供者:陈绍银
  1. 74cyclic-code

    0下载:
  2. 信息论中(7,4)循环码的编译码器,能够自动检错,附带GUI界面.-In information theory (7, 4) cyclic code of the decoder, can check automatically, with GUI interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:18650
    • 提供者:林小红
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »
搜珍网 www.dssz.com