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

搜索资源列表

  1. crc16

    0下载:
  2. 用matlab编写的对输入的序列进行CRC-16的校验编码。-This scr ipt Calculate crc-16 from a binary line of code creat
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:wangquanhui
  1. Solving_Problems_with_MATLAB

    0下载:
  2. 老外写的关于使用matlab解决应用数学的一些问题,英文版-Solving. Applied. Mathematical. Problems. With. MATLAB,. Xue,. Chen,. CRC,. 2009 foreigners wrote about using MATLAB solve some of the Problems of Applied mathematics, English version
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:8050261
    • 提供者:xxx
  1. matlab_for_CRC

    0下载:
  2. 用MATLAB随机产生12000个均匀分布的随机数,先转换成二进制数,计算CRC,然后再转成十进制数,统计冲突结果。-Generate 12000 random number,then calculate the CRC and the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1993
    • 提供者:史啸
  1. LTE_CRC_APPEND

    0下载:
  2. LTE中的CRC添加代码 分逐位运算和逐字节运算(查表法) matlab实现-Appending CRC for data_bits in LTE
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:266678
    • 提供者:陈乐
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. De_CRC_Bit

    0下载:
  2. matlab环境下的 CRC解码程序,主要是用于无线通信系统中。-The the CRC decoding program in the Matlab environment, mainly used in wireless communication systems.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:668
    • 提供者:会还剩
  1. CRC8pro2

    0下载:
  2. MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1230
    • 提供者:刘念
  1. CRC_PUSCH

    0下载:
  2. LTE CRC校验码 MATLAB仿真 上行共享信道编解码 仿真方案-LTE CRC checksum MATLAB simulation
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-27
    • 文件大小:43443
    • 提供者:刘伟斌
  1. testCRC8

    0下载:
  2. 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:黎子
  1. my_crc_exp5

    0下载:
  2. 使用MATLAB进行DECT系统中CRC-16的实现过程-Use MATLAB for DECT system implementation process of the CRC-16
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:565
    • 提供者:朱丹枫
  1. CRCPmatlab

    0下载:
  2. 这是一个CRC校验码的matlab实现的程序,可以实现的-This is matlab achieve a CRC checksum procedure can be achieved
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1330
    • 提供者:高欣
  1. CRC_Check_sv2

    0下载:
  2. 运用matlab实现CRC编码。输入任意二进制数据,输出相应CRC编码。可选择CRC-12,CRC-16,CRC-CCIT 或者自己输入多项式系数。-CRC coding using matlab realize. Arbitrary binary data input, the output corresponding CRC encoding. Optional CRC-12, CRC-16, CRC-CCIT or enter your own polynomial coefficient
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7305
    • 提供者:刘蛋蛋
  1. CRC_TURBO_CONVOLUTION

    0下载:
  2. 经典CRC,Tturbo,卷积码C语言实现,在matlab环境下运行,速度比matlab代码高,里面包含测试内容,经典可以用-Classic CRC, Tturbo, convolution codes C language, to run in matlab environment, faster than high matlab code, which contains the contents of the tests, you can use the classic
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:332800
    • 提供者:闫铭
  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. AddCRC_FSC

    0下载:
  2. 添加循环冗余校验的代码,可以再输入序列后加入指定位长的CRC—FCS-a Matlab program to calculate the CRC FCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:you
  1. Code-for-hamingber

    0下载:
  2. Block and CRC Hamming Coder in MATLAB.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:EmranKhan
  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. modbus_crc

    0下载:
  2. This the matlab code for the serial communication with the ModBus RTU mode, which the input BYTE data is converted to ModBus RTU data adding on CRC code.-This is the matlab code for the serial communication with the ModBus RTU mode, which the input B
  3. 所属分类:matlab

    • 发布日期:2017-12-11
    • 文件大小:2491
    • 提供者:John
  1. 信道编码

    0下载:
  2. 汉明码和crc校验码等信道编码的详细MATLAB代码(Hamming code, such as channel coding detailed MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:
  1. 84233495

    0下载:
  2. 利用Matlab生成给定P生成多项式的CRC编码程序()
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:13312
    • 提供者:XEEYblq&934
« 1 2 3 4 56 »
搜珍网 www.dssz.com