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

搜索资源列表

  1. simulate

    0下载:
  2. 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7837
    • 提供者:王明
  1. crc校验的matlab程序

    0下载:
  2. crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:1002
    • 提供者:fafa
  1. CRC10

    0下载:
  2. CRC校验 自己编写的程序,通过matlab仿真-CRC check
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:661
    • 提供者:wenxin
  1. 信道编码的matlab程序,CRC校验码,RS码,卷积码

    6下载:
  2. 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
  3. 所属分类:matlab例程

    • 发布日期:2015-11-27
    • 文件大小:5120
    • 提供者:郑书鑫
  1. CRC

    0下载:
  2. cyclic redudndancy check program in mat lab
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:9333
    • 提供者:gaurav
  1. crc_rs_inv

    1下载:
  2. CRC和RS的组合编码,自编程序,能正确运行通过。 CRC+RS+交织 编码:计算CRC-->RS-->交织 数据:19byte 21byte 49byte 49byte 解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出 交织以7x7求转置交织,元素以字节为单位,交织深度7字节 数据量:19byte---->49byte(中包) 小包:10byte=
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-16
    • 文件大小:9039
    • 提供者:
  1. RFC_1622_CRC16_m

    1下载:
  2. RFC1662 CRC-16 table generation and CRC checking. Implemented in embedded matlab with scr ipt to test and enable c/c++ code generation. Useful fo check against VHDL/Verilog and other embedded systems to help generate test vectors.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1132
    • 提供者:spaander
  1. ff

    0下载:
  2. 包括CRC,卷积码,RS码以及TCM码的matlab程序-include CRC check,convcode,RScode and TCMcode.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:5366
    • 提供者:杜晓明
  1. MFiles

    0下载:
  2. ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:223711
    • 提供者:misseng
  1. CRC

    0下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:284619
    • 提供者:某某人
  1. CRCMatlab

    0下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:100975
    • 提供者:某某人
  1. CRC(Cyclical-Redundancy-Checking)

    0下载:
  2. 本设计研究了纠错码及循环冗余校验码的原理,以及利用MATLAB对其进行了编程和编译仿真,实现了CRC循环冗余校验码的编码及校验,在接收端收到通过校验的码.-This design research the error correcting code and cyclic redundancy check code principle, and the use of the MATLAB programming and compile the simulation, realized the CR
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:966
    • 提供者:hzc
  1. CRC

    0下载:
  2. CRC程序,注释很详细,希望对大家有帮助-CRC check MATLAB program, very detailed notes, we want to help
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:whb
  1. CRCaaHamming

    0下载:
  2. 计算机网络技术 海明编码和CRC校验编码 matlab实现-Computer Network Technology Hamming coding and CRC check code matlab implementation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:13239
    • 提供者:潘少
  1. CRC

    0下载:
  2. MATLAB写的CRC校验编码和解码程序-CRC check code written in MATLAB and the decoder
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:lbh
  1. crc

    5下载:
  2. CRC校验matlab simulink仿真-CRC check matlab simulink simulation
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:7612
    • 提供者:Jason.P
  1. qieting

    1下载:
  2. matlab环境下的窃听信道建模,包括crc校验编码,三种(QPSK,16QAM,64QAM)不同的调制方式仿真,加入扰码增强抗窃听能力。-Matlab environment eavesdropping channel modeling, including the CRC check code, three kinds of (QPSK, 16 qam and 64 qam) different modulation mode simulation, join the scrambler e
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:朱奇奇
  1. matlab

    0下载:
  2. Crc check using matlab
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:45056
    • 提供者:srijanshk
  1. (13-9)CRC冗余校验码的编译码仿真实现

    0下载:
  2. CRC冗余校验码的编译码仿真实现 ,MATLAB仿真(Compiling and coding simulation implementation of CRC redundancy check code, MATLAB simulation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:139264
    • 提供者:羊。
  1. crc

    1下载:
  2. 对数据进行crc编码,输入数据和校验项为二进制,输出为二进制 同时对crc编码后的数据进行解码(The data is encoded by CRC, the input data and check items are binary, and the output is binary. another,Decode the data encoded by CRC at the same time)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com