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

搜索资源列表

  1. 128QAM

    1下载:
  2. 随机产生二进制序列,进行128QAM调制,画出星座图,通过加性高斯白噪声的信道,再画星座图,并计算误比特率。-128QAM modulate with MATLAB
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:卓飞
  1. MSK

    0下载:
  2. MSK调制解调 通信系统的仿真,随机产生二进制序列,进行差分编码,再进行MSK调制解调-MSK modulate with MATLAB
  3. 所属分类:matlab

    • 发布日期:2016-06-05
    • 文件大小:2048
    • 提供者:卓飞
  1. convert

    1下载:
  2. 本程序在matlab中实现了十进制到二进制数的转换,包括正数与负数,并且输出位宽和精度可以自己调整。-The program is implemented in matlab decimal to binary conversion, including positive and negative numbers, and the output bit width and precision can be set
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1438
    • 提供者:唐利翰
  1. bpsofun

    1下载:
  2. 最近看了很多有关智能优化算法的文章,其中二进制粒子群(Binary Particle Swarm Optimization)算法应用较多,于是基于Matlab编写了一个通用的程序,希望可以为BPSO使用者提供方便,同时为学习BPSO和学习Matlab编程的同学提供一个参考-Binary Particle Swarm Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2070
    • 提供者:JOSEPH
  1. pingmianhangjia

    0下载:
  2. 这是一个平面桁架结构的通用有限元程序分析,将原始数据(节点坐标、连接关系、材料几何参数边界条件)存储,利用以上数据编辑Matlab 程序计算桁架的应力、应变、位移分量,将所得数据存入二进制文档,并且研究当固定单胞数目时,怎么修改设计,在不明显增加质量时,降低最大应力杆的应力。 -This is a general-purpose finite element program planar truss structure analysis, the raw data (node ​
  3. 所属分类:transportation applications

    • 发布日期:2017-04-25
    • 文件大小:8876
    • 提供者:暖暖
  1. radardisplay

    1下载:
  2. 以二进制形式读取雷达采集卡数据并用matlab仿真显示8位灰度效果图,并转成极坐标形式显示,经过优化速度提升到十秒以内。2008年买的比较本三秒内-radar display based on matlab simulation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3677739
    • 提供者:毛智鹏
  1. M5PrimeLab

    1下载:
  2. M5PrimeLab是一种Matlab / Octave工具箱,可以利用M5的方法构建回归树和模型树。M5PrimeLab接受的输入变量是连续的、二进制和明确的,以及管理缺失值。-M5PrimeLab is a Matlab/Octave toolbox for building regression trees and model trees using M5 method. M5PrimeLab accepts input variables to be continuous, binar
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:60190
    • 提供者:孙晓川
  1. huffcodes2bin

    0下载:
  2. 基于matlab的霍夫曼转二进制代码,非常好用,直接套用即可-Turn-based matlab Huffman binary code, very easy to use, can be applied directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:746
    • 提供者:eric
  1. Mfile

    1下载:
  2. 假设用图示所示的两个正交信号经由一个AWGN信道传输二进制信息,在持续期Tb的每个比特区间接收到的信号以10/Tb速率采样,即每个比特区间内10个样本,幅度为A。噪声是均值为零,方差为 的高斯过程。 写MATLAB程序,在方差为0,0.1,1.0和2.0时,完成接收信号和两种发射信号的每一种的离散时间相关,画出在时刻k=1,2,…,10相关器的输出。-Assuming an AWGN channel transmission via binary information in two ort
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1572
    • 提供者:卢昳丽
  1. TENTRANSFER

    0下载:
  2. matlab中十进制转化为二进制,程序运行良好,通过测试均正确-matlab decimal to binary conversion, the program runs well, pass the test are correct
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1010
    • 提供者:王瑶
  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. 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. 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 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com