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

搜索资源列表

  1. Adaboost-m

    0下载:
  2. 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:268602
    • 提供者:lty
  1. MBUSprotocol

    0下载:
  2. MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard especially for meter readout. It can be used with various physical layers and with link layers and network layers which supp
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-02-11
    • 文件大小:238438
    • 提供者:XuJian
  1. B-M

    0下载:
  2. B-M算法的实现,求出产生M序列的最短LFSR的联接多项式,调试成功,可以运行-BM algorithm, find the shortest LFSR sequence generated M join polynomials, debug successfully, you can run
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10694
    • 提供者:刘筱潇
  1. PID.m

    1下载:
  2. 首先是编写2个输入,1个输出的隶属度函数;接下来的是模糊规则,一共49条;然后用解模糊函数得出控制量U,这里输出的U就直接是精确量了,解模糊用到得规则是取隶属度最大的那个数即MOM算法。 显示的三个图形窗口分别是:模糊控制器内部原理图,以及2个输入,1个输出的隶属度函数图。 -Fuzzy PID controller MATLAB simulation program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:673
    • 提供者:madier
  1. fpdpsk

    0下载:
  2. FSK/PSK信号调制器的VHDL程序,共分为分频器、m序列产生器、跳变检测、2:1数据选择器、正弦波信号产生器和DAC(数、模变换器)6部分-FSK/PSK signal modulator VHDL program is divided into divider, m sequence generator, transition detection, 2:1 data selector, the sine wave signal generator and DAC (number, mode
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1618
    • 提供者:hucy
  1. surrogates

    1下载:
  2. 替代数据生成算法。包括常用的随机相位法(shuffle.m and surrogate.m),周期随机相位法(cycleshuffle.m)和PPS算法(pps.m and findrho.m).-Surrogate data algorithms, including the usual approaches (shuffle.m and surrogate.m), the cycle shuffle version (cycleshuffle.m) and the PPS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:10533
    • 提供者:彭跃华
  1. CommunicatonTheoryoftheComputerSimulationBasedonMa

    0下载:
  2. 北邮《通信原理基于Matlab的计算机仿真》书的源码 m文件 好不容易弄来的-Beijing University of Posts and Telecommunications, " Communication Theory of the computer simulation based on Matlab" m source book document finally get the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:122179
    • 提供者:Stephen
  1. simulation

    2下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
  3. 所属分类:Fax program

    • 发布日期:2015-09-04
    • 文件大小:112722
    • 提供者:张三
  1. MM1

    1下载:
  2. 用C++实现排队论中M/M/1模型。简单方便。-Using C++ implementation in the M/M/1 queuing theory model. Easy and convenient.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:13112
    • 提供者:林语
  1. FFT-and-IFFT

    1下载:
  2. fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1815
    • 提供者:KatrinaH
  1. ofdm.m

    3下载:
  2. 本人的主要任务是利用MATLAB作为仿真工具来实现OFDM在无线信道上的系统仿真,其中主要的仿真模块包括信源产生,波形预处理,调制,插入导频信号和保护间隔,无线信道,接收滤波器,信道估计和信号补偿,解调,计算误比特率模块。-My main task is to use MATLAB as a simulation tool to achieve the wireless channel on the OFDM system simulation, in which the main simula
  3. 所属分类:通讯编程

    • 发布日期:2013-09-09
    • 文件大小:32892
    • 提供者:雷月
  1. dtw

    2下载:
  2. 基于MATLAB的语音识别系统,dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 -Speech Recognition System Based on MATLAB
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:6155
    • 提供者:李灵
  1. MFCC

    1下载:
  2. m文件dtw,mfcc,vad,转换为c语言文件。用于声音检测-m file dtw, mfcc, vad, converted to c language file. For voice detection
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:23125
    • 提供者:李明
  1. m-queue-simulation

    0下载:
  2. m queue simulation and methods
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:236216
    • 提供者:徐玲玲
  1. circ_Fourier.m

    0下载:
  2. 计算夫琅禾费圆孔函数傅里叶变换的脚本M文件-Calculation of the the Fraunhofer hole function Fourier transform scr ipt M-file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3225
    • 提供者:李毅
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. DTFT

    0下载:
  2. matlab的几种DTFT计算方法,M文件-matlab Several DTFT calculation method
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:554
    • 提供者:gymsun
  1. 123dfa23

    0下载:
  2. M伪随机序列生成器算法 这个Matlab算法用于生成二元、三元及五级的,m序列。可以用于直接扩频通信等 系统中的,伪随机序列生成器。-M pseudo-random sequence generator algorithm for the Matlab algorithm is used to generate binary, ternary, and five of the, m sequence. Can be used to direct spread spectrum commu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3681
    • 提供者:adu
  1. mm1n

    0下载:
  2. M/M/1/N 排队模型仿真,计算DRAM刷新能量,以及包丢失率理论值和仿真值的比较。-M/M/1/N queuing model simulation, computational power DRAM refresh, and the packet loss rate of the theoretical values and simulation values of the comparison.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:57405
    • 提供者:ethan
  1. BP

    0下载:
  2. 神经网络BP算法的实现和两个小例子,其中包括两个.m文件和一个说明文档-Implementation of neural network BP algorithm and two small examples, including two. M file and a documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:93887
    • 提供者:hujuan123
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com