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

搜索资源列表

  1. (M-file)Sample_Uniform_2

    0下载:
  2. 取样光栅的反射谱(M-file)Sample_Uniform_2
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:daike
  1. ecg_matlab_data.zip 用matlab处理ecg心电数据

    5下载:
  2. 最近用matlab处理ecg心电数据,网上查了许多资料,终于成功导入.dat和.hea文件 做出了心电图 附件中含一组ecg心电数据(.dat和.hea文件各一),以供调试,fine.m是程序文件(含中文注释) 默认路径C:\Documents and Settings\Administrator\My Documents\MATLAB 打开方式:>>fine(‘62y933e.hea’,‘62y933e。dat’,9) 最后一个数字范围(1~12),代表第几道导连,
  3. 所属分类:压缩解压

    • 发布日期:2015-09-29
    • 文件大小:725098
    • 提供者:钟毓秀
  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. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. IP-simulink.rar

    0下载:
  2. 倒立摆的仿真, 使用matlab7.1去写mdl file and m-file,Inverted pendulum simulation, the use of matlab7.1 to write mdl file and m-file
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:35856
    • 提供者:盧安
  1. svpwm

    1下载:
  2. 电压空间矢量调制的M语言实现,单个文件实现很方便,已经通过验证-Voltage space vector modulation of the M language, very easy to achieve a single file has been validated
  3. 所属分类:matlab

    • 发布日期:2015-08-12
    • 文件大小:962
    • 提供者:kendor
  1. based-on-MATLAB-M-file-QPSK-and-oqpsk-modulation.r

    0下载:
  2. 基于MATLAB中的M文件实现QPSK及QDPSK的调制,希望能帮助你学习-M-file MATLAB-based implementation of QPSK modulation and QDPSK
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:243463
    • 提供者:黄海
  1. upload_download_from_server

    0下载:
  2. Ipad/Iphone 上传和下载文件的源代码,抛砖引玉,希望对大家能有所启迪!-Ipad/Iphone upload and download the source code file, the hope can be an inspiration to everyone!
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:105208
    • 提供者:王伟
  1. Kalman-GPS

    2下载:
  2. 读取RINEX星历文件,观测文件,存储为数组形式,matlab环境下-Read RINEX ephemeris file, observation file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2386
    • 提供者:刘玥
  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. KMLCreator

    1下载:
  2. KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine-Google Earth KML File Creator C
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:32369
    • 提供者:Anykey
  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. java

    0下载:
  2. 使用java压缩文件的例子 -The example of using java to compress file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-15
    • 文件大小:9124
    • 提供者:站长
  1. shortest_path

    0下载:
  2. 分别用floyd 和dijkstra算法计算城市间最短路径的简单例子,地图由固定格式的文件输入,参考压缩包中的sample.txt,地图文件名要作为main参数-Floyd were Dijkstra algorithm and the shortest path between cities in the simple example, the map by a fixed format file input, reference compression package sample.txt,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7112
    • 提供者:吕婉辰
  1. EasyMATLAB7_XHybridProgramming

    0下载:
  2. 本书介绍啦MATLAB 7.X版本与其他语言混合编程的方法,内容包含在MATLAB中以文件导入,导出数据,在Windows和Linux开发FORTRAN语言MEX文件-You introduce the book MATLAB 7.X version and other languages mixed programming methods, contents included in MATLAB in order to document import, export data, Windows
  3. 所属分类:matlab

    • 发布日期:2017-05-31
    • 文件大小:12988975
    • 提供者:万青松
  1. Huffman

    0下载:
  2. huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2965
    • 提供者:吴忠
  1. yibudianjitiaosu

    3下载:
  2. 文件中用matlab建立了关于异步电机的调速仿真模型,包括变频调速,矢量控制,串电阻调速,调压调速模型。-Matlab file with the establishment of the speed control of induction motor on the simulation model, including the Frequency Control, vector control, speed control resistor string, speed regulator m
  3. 所属分类:matlab

    • 发布日期:2016-05-14
    • 文件大小:25653
    • 提供者:鲁超
  1. huffman

    0下载:
  2. Huffman编解码完整代码,可支持文件读写。-Huffman coding and decoding. Both reading file and writing file are supported.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4898
    • 提供者:Yang
  1. ECG

    2下载:
  2. 该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试-The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compress
  3. 所属分类:matlab例程

    • 发布日期:2017-05-03
    • 文件大小:694206
    • 提供者:zhengp
  1. file.vec

    0下载:
  2. 对QUARTUS进行功能仿真时,需要输入自定义或者matlab生成的信号,此文件就是仿真需要的向量文件(.vec),格式固定,可以仿照这个写,内含说明-Functional simulation of QUARTUS, you need to enter a custom or matlab generated signal, this file is required simulation vector file (. Vec), fixed format, you can follow th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:100272
    • 提供者:孙茂钧
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com