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

搜索资源列表

  1. 1

    0下载:
  2. 在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。 下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。 -Said signal in MATLAB conventional format is a vector or matrix. In
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:任帅
  1. 2

    0下载:
  2. modem.qammod对象实现M-QAM调制器,本示例中M为16。其输入参数是从0到15的整数而不是4bits二进制数据。因此,在利用此对象的modulate方法之前需要对二进制数据序列x进行预处理。特别地, 先采用MATLAB中的reshape函数将x沿着矩阵的行方向重新整理成每行4bit数据,然后应用bi2de函数将4bit数据转换成相应的整数。-modem.qammod object implements M-QAM modulator M in this example is 16.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:6604
    • 提供者:任帅
  1. binary-anti-collision

    0下载:
  2. 对二进制传统搜索算法及二叉树和四叉树的混合算法进行了matlab程序仿真-Binary search algorithm and mixed traditional binary and quad-tree algorithm were matlab simulation program
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:46652
    • 提供者:周菲
  1. 2ASK

    0下载:
  2. 本压缩包是关于二进制ASK调制方式的MATLAB实现,大家可以试一下。-This zip is a modulation of imply 2ASK,and everyone can have a try.
  3. 所属分类:Modem program

    • 发布日期:2017-04-04
    • 文件大小:739
    • 提供者:贾阳静
  1. bpsk

    0下载:
  2. 用matlab实现2psk比较详细,从二进制码到成型滤波到最终2psk信号都能成功实现-Using matlab to achieve 2psk in more detail, the binary code to the final 2psk signal shaping filter can be successfully achieved
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:1143
    • 提供者:张亮
  1. code

    0下载:
  2. 二进制转换,本程序适用于MATLAB程序-Binary conversion, this procedure applies to the MATLAB program
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:884
    • 提供者:
  1. img2bits

    0下载:
  2. 读取图像变换成二进制码流的matlab代码-Read image is converted into a binary stream matlab code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:670
    • 提供者:林森
  1. Des1ktop

    0下载:
  2. 【谷速软件】matlab源码-二进制地图高强度区域自动分割 可以作为参考使用学习 -[Valley] matlab source software speed- high intensity zone automatic binary segmentation map can be used as a reference study
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:14031
    • 提供者:李龙
  1. Des22ktop

    0下载:
  2. 【谷速软件】matlab源码-二进制读写实例 可以作为参考使用学习 -[Valley] Speed matlab source software- Binary instance can read as a reference to learn
  3. 所属分类:Wavelet

    • 发布日期:2017-04-26
    • 文件大小:9671
    • 提供者:李云
  1. 11

    0下载:
  2. 基于MATLAB软件实现二进制序列的cmi编码输出程序和波形绘图-Based on MATLAB software cmi binary sequences encoded output waveform drawing program and
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3109
    • 提供者:nancy
  1. ex6

    0下载:
  2. 使用MATLAB函数反正(15,11)RS码通过二进制对称信道的性能-Use the MATLAB function anyway (15, 11) RS code performance through binary symmetric channel
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1342
    • 提供者:EDISON
  1. matlab_ga

    0下载:
  2. 用matlab实现遗传算法的简单程序,采用二进制编码-With a simple genetic algorithm matlab implementation procedures, the use of binary encoding
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2010485
    • 提供者:jy_mail
  1. nsga-ii-binary

    2下载:
  2. 非支配排序的多目标优化算法,二进制编码,MATLAB 平台-Multi-objective optimization of non-dominated sorting algorithm, binary coding, MATLAB platform
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7087
    • 提供者:杨杰
  1. BPSO

    1下载:
  2. 二进制粒子群算法,MATLAB版。可以下载-Binary PSO algorithm, MATLAB version. You can download a try
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1173
    • 提供者:王碧
  1. NBPSO

    0下载:
  2. 一种新的二进制粒子群算法MATLAB版。学习学习-A new particle swarm algorithm MATLAB binary version. Learn
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4805
    • 提供者:王碧
  1. gabasedonmatlab

    1下载:
  2. ga 基于matlab,遗传算法,两点交叉,二进制编码,可显示中间过程。-ga based on matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4464
    • 提供者:myname
  1. double_dec2bin

    0下载:
  2. matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:13259
    • 提供者:刘昆鹏
  1. bin2decimal

    0下载:
  2. 二进制数转换成十进制数据,通用程序,MATLAB 程序-bin to decimate data convertion
  3. 所属分类:3G develop

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:cw
  1. hex2binary

    0下载:
  2. 将16进制数据转换成二进制数据,matlab通用程序-hex data convert to bin data
  3. 所属分类:3G develop

    • 发布日期:2017-04-12
    • 文件大小:613
    • 提供者:cw
  1. Modem

    0下载:
  2. matlab仿真实现对一个长度为8的二进制序列的调制、传输、滤波和解调过程-matlab Simulation of a binary sequence of length 8, modulation, transmission, filtering and demodulation process
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1181
    • 提供者:
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com