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

搜索资源列表

  1. MATpower

    0下载:
  2. MATpower潮流计算使用总结,包括例子总结和例子介绍(MATpower power flow calculation summary, including examples and examples of the introduction)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:630327
    • 提供者:eexd
  1. 仿真技术在光纤通信实验教学中的应用

    0下载:
  2. 通过两个例子,将Optisystem和matlab这两个软件结合进行光学仿真,两个例子分别为光波频率右移和光波幅度调制。通过这两个例子,能很好的理解这两个软件的协同仿真。上传的文件包括文献和源码,还有optisystem的osd文件,文件很全。(Two examples are used to combine the two software Optisystem and MATLAB for optical simulation. The two examples are the right
  3. 所属分类:通讯编程

  1. 99764237

    0下载:
  2. 一些使用的MATLAB例子的程序代码,如利立体透视,弹出菜单等(Some examples using MATLAB program code, such as the three-dimensional perspective, pop-up menus, etc)
  3. 所属分类:分形几何

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:tcml%248685
  1. RLS滤波

    0下载:
  2. 基于最小二乘法RLS的滤波算法m语言编程的一个例子,可直接嵌套使用(Based on the least squares RLS filtering algorithm, M language programming example, can be directly nested)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:桃幺
  1. binclass_perc_4_5

    0下载:
  2. 结合书上的例子写的二分类非循环版/循环版以及简单神经网络实现(Two examples of non circular / cyclic versions and simple neural networks are written in conjunction with examples in the book)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-11
    • 文件大小:1195
    • 提供者:majaya
  1. chap10

    0下载:
  2. 遗传算法优化PID控制器或者PD控制器,其中有三个不同的例子可供学习。(The genetic algorithm optimizes the PID controller or the PD controller, in which there are three different examples for learning.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:19456
    • 提供者:小鱼2017
  1. matlab求不定积分定积分

    0下载:
  2. MATLAB求解不定积分,定积分,程序例子和说明(MATLAB solving indefinite integral, definite integration, procedures, examples and instructions)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:33792
    • 提供者:GJG123
  1. lpp bymyself

    0下载:
  2. lpp降维,给了很多详细的例子的降维程序,并画出图像的2维表示(dimension reduction using lpp)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:9216
    • 提供者:qshx1111
  1. CVPR10-LLC

    0下载:
  2. 降维算法llc 包括完整例子例子有训练测试等可用(Dimension reduction algorithm LLC, including a complete example)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:586752
    • 提供者:qshx1111
  1. Spectrum using Chirp Z Transform

    0下载:
  2. CZT变换的简单例子,方便新手学习,简单例子(CZT transform simple example, easy for beginners to learn)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:19456
    • 提供者:郑景仁
  1. 遗传算法例子

    0下载:
  2. matlab遗传算法的实例,可以作为入门学习的材料(Matlab genetic algorithm examples for learning)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:dorassir
  1. Fuzzy neural procedures

    0下载:
  2. 模糊神经程序,可以参考一下,很有用的几个例子,希望对你有用(Fuzzy neural procedures, you can refer to)
  3. 所属分类:matlab例程

  1. DEEP-CNN

    0下载:
  2. matlab下的CNN代码,有小例子供参考(the CNN code, there are small examples for reference)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:14740480
    • 提供者:wjy1996
  1. 自抗扰Matlab源码仿真

    0下载:
  2. 用S-Function写的ADRC仿真工程实例(The engineering example of the ADRC simulation with S-Function.)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:136192
    • 提供者:
  1. 双曲型方程LaxWendroff的差分格式程序(Matlab)

    12下载:
  2. 双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:1786880
    • 提供者:李阳
  1. Iterarive Deconv

    0下载:
  2. matlab实现信号迭代解卷积功能。其中包含了三个文件:1.iter_Deconv,迭代解卷积子函数;2.receiver_H,例子中接收线圈系统函数生成子函数;3.测试迭代解卷积的测试函数。(matlab to achieve signal iteration deconvolution function. Which contains three files: 1.iter_Deconv, iteration deconvolution of the cumulative sub-funct
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:ZonyShi
  1. lyapunov-matlab

    0下载:
  2. 三阶Lyapunov指数的运算源代码,包括一个例子(Three order Lyapunov index operation source code,Include an example)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:学无止尽
  1. maichongzaosheng

    0下载:
  2. 经典MATLAB仿真例子,原始信号为带脉冲干扰信号,用EEMD分解,再进行傅里叶变换,能够作为学习EMD的经典例程。(This is a classic routine to learn matlab and EMD.We believe that you deserve to own it.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:心的旅途
  1. A星算法

    0下载:
  2. A*算法一个例子,可随机生成障碍,并且可以根据自己的需要设置障碍,(An instance for A-star algorithm, it creates barrier randomly. And you can set barriers at your will.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:samyu0304
  1. problems

    0下载:
  2. 初级数字信号处理的一些例子,以及解决方案的相关matlab函数(Some examples of primary digital signal processing, and solutions related to the matlab function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2532352
    • 提供者:缪缪缪缪
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com