CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - matlab 二进制

搜索资源列表

  1. matlab-forPID

    0下载:
  2. mtlab仿真的基于遗传算法的pid,实数编码和二进制编码
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2541
    • 提供者:郭艳红
  1. LT_decoder_BEC.rar

    4下载:
  2. 二进制删除信道下的喷泉码(LT码)的译码程序(含注释)。,under binary erasure channel,decoding process of one kind of the fountain Code (LT code),including the Notes.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-13
    • 文件大小:1115
    • 提供者:fzqy
  1. ASCII_str2cod.zip

    0下载:
  2. 用matlab实现ASCII和二进制码的互换,在matlab输入ASCII码字符或字符串即可,源文件里有详细的使用说明,一共有5个文件。,Matlab by ASCII and binary code to achieve the exchange, enter the ASCII code in matlab character or string can be, the source file, there are detailed instructions, a total of five
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3835
    • 提供者:leo
  1. GrayCode

    1下载:
  2. matlab环境下格雷码的编码,二进制译成格雷码,反之- gray coding in Matlab environment,Binary translated into gray yards
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7655
    • 提供者:wangyapeng
  1. PCM

    4下载:
  2. 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数
  3. 所属分类:matlab例程

    • 发布日期:2017-04-17
    • 文件大小:954292
    • 提供者:tanii
  1. 2ASK

    3下载:
  2. 根据随机给出的二进制信号进行统2ASK调制,画出各个阶段的波形.-According to random binary signals given 2ASK modulation system, draw the various stages of waveform.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4672
    • 提供者:林娴
  1. dec2bin

    1下载:
  2. 用matlab写的很好的关于二进制转十进制的函数代码,可以实现非整数二进制转换十进制,以及负二进制转换十进制-Using matlab to write on the good function of the binary code to decimal, you can achieve non-integer binary decimal conversion, as well as the negative decimal binary conversion
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1733
    • 提供者:zll
  1. binarymod

    0下载:
  2. 二进制数字调制信号ook,2psk,2fsk信号及其频谱-Binary digital modulation signal ook, 2psk, 2fsk signal and its spectrum
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1711
    • 提供者:lijing
  1. zishiyingxindjunh

    0下载:
  2. 本资料是针对于数字信号处理中的二进制信道均衡算法m文件源程序-This information is in digital signal processing for the binary channel equalization algorithm m file source
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:248747
    • 提供者:小小
  1. 16qam

    2下载:
  2. 16-QAM基带传输系统的Matlab仿真 实现了主要模块二进制信息源输入,16QAM调制,发射滤波器,接收滤波器,采样,均衡,信号检测,16QAM解调,信息还原输出,产生BER曲线图。-16-QAM base-band transmission system Matlab simulation to achieve the main source of information input module binary, 16QAM modulation, fired filter, receiv
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:56876
    • 提供者:孙洋
  1. walsh

    0下载:
  2. 任意维Walsh码(包含①直积法②系数(二进制)相乘法)的产生,有时域图及相关性图。-Victoria Walsh of arbitrary code (including the direct quadrature method ① ② coefficient (binary) multiplication phase) generation, sometimes the domain map and correlation chart.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1061
    • 提供者:昌平荣
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. PCM_encode_decode

    1下载:
  2. PCM编码把模拟信号转换为数字编码,在通信电路的目的地,脉冲调制解调器将二进制的数字编码重新转换成那些在调制器中有相同量子水平的脉冲。-PCM encoding to convert analog signals to digital encoding, the destination of the communication circuit, the binary pulse modem re-converted into digital code modulator in which the
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:2691
    • 提供者:蔡晓
  1. matlab

    0下载:
  2. 在matlab环境下,采用二进制的编码方式,利用遗传算法,对数学问题进行研究。-In the matlab environment, the use of binary encoding, the use of genetic algorithms, to undertake a study of mathematics.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2674
    • 提供者:Alice Wang
  1. genetic_algorithm_matlab

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6432
    • 提供者:赵彦
  1. shixianwanzhengchengxu

    0下载:
  2. 不仅仅是闲了二进制二进制随机序列的频率调制,而且实现了其相应的解调过程,FSK完整程序-Not just free of the binary random sequence of binary frequency modulation, and the realization of the corresponding demodulation process, FSK complete procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:31717
    • 提供者:任璐娟
  1. MATLAB

    0下载:
  2. 最大最全的matlab实用教程电子版,Very good -Matlab largest and most practical course of the entire electronic edition, Very good
  3. 所属分类:matlab

    • 发布日期:2017-06-20
    • 文件大小:35621816
    • 提供者:nicolas
  1. matlab

    0下载:
  2. 二进制序列发生器及其功率谱和自相关函数的实现-Binary sequence generator and the power spectrum and autocorrelation function of the realization of
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:32382
    • 提供者:王晓东
  1. matlab---dpsk

    1下载:
  2. 利用matlab编制的dpsk二进制数字基波的调制与解调的程序-bdpsk digital
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:252605
    • 提供者:王亚萍
  1. 通信实验书本配套MATLAB

    0下载:
  2. 仿真二进制正交信号通过AwGn信道后的误比特率性能(BER performance of simulated binary orthogonal signals passing through AwGn channels)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:251904
    • 提供者:邓华
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com