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

搜索资源列表

  1. CodeI For Small Target Detection

    4下载:
  2. matlab 编写 红外弱小目标检测,适合在小范围小目标中做检测,本代码应调试完成,可以直接根据文件中readme.txt运行代码。主要原理是找到图片中最大峰值并予以表示出来。(Matlab writing infrared dim small target detection, suitable for small range of small targets to do the test, the code should be debugged, you can directly run t
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:267264
    • 提供者:zouwit
  1. yichuan

    0下载:
  2. 它是通过选择淘汰,突然变异,基因遗传等规律产生适应环境变化的优良物种的一种算法。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。此程序就是用来求最优解的,从而得出了全局最短距离。(It is an algorithm for generating good species that adapt to environmental changes by selection, elimination, sudden variation, and genetic inheritance. Gen
  3. 所属分类:matlab例程

  1. FCM聚类算法介绍

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。(FCM algorithm is a kind of clustering algorithm based on division. Its idea is to make the objects that are divided into the same cluster have the highest similarity, and the similarity among
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:22528
    • 提供者:weiyang
  1. adaboost

    0下载:
  2. 其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。其算法本身是通过改变数据分布来实现的(Adaboost as an iterative algorithm which core idea is to train several different weak classifiers for the same dataset and then collect them together to form a stronger
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:廿四包
  1. sx810

    0下载:
  2. A noise auxiliary data analysis method, Build a framework OFDM communication system, Prediction Error Method for Parameter Identification - the idea of relaxation.
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:3072
    • 提供者:fentanhen
  1. 第12章 基于FCEM的TRIZ评价

    0下载:
  2. TRIZ创新方法是由苏联人Genrich Altshullrer在1946年创立的,它是一种系统改良的方法,可以自觉性演化的技术系统,解决工程问题并消除工程冲突而不抵消妥协,同时它也是一种增加工程人员知识创新力和解决问题技巧的方法。其核心思想包含三个方面:①无论是一个简单产品还是复杂的技术系统,其核心技术的发展都是遵循着客观的规律发展演变的,即具有客观的进化规律和模式;②各种技术难题和矛盾的不断解决是推动这种进化过程的动力;③技术系统发展的理想状态是用最少的资源实现最大效益的功能。(TRIZ i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:452608
    • 提供者:pingyeliang
  1. mj462

    0下载:
  2. Prediction Error Method for Parameter Identification - the idea of relaxation, There CDF trigonometric curve / 3D graphs, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:xhgxnukr
  1. yyixn

    0下载:
  2. Time series data analysis Mellin transform tool, K-means clustering algorithm based on the PSO, Prediction Error Method for Parameter Identification - the idea of relaxation.
  3. 所属分类:matlab例程

  1. SIFT_feature

    0下载:
  2. %this code is the Matlab implimentation of David G. Lowe, %"Distinctive image features from scale-invariant keypoints," %International Journal of Computer Vision, 60, 2 (2004), pp. 91-110. %this code should be used only for academic res
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:arzehgar
  1. fou-V2.3

    0下载:
  2. In matlab R2009b debugging through, Prediction Error Method for Parameter Identification - the idea of relaxation, cordic matlab simulation algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:151552
    • 提供者:冯周建
  1. jn360

    0下载:
  2. Including the generalized cross-correlation function GCC time delay estimation, Matlab wavelet analysis on complex, Prediction Error Method for Parameter Identification - the idea of relaxation.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:151552
    • 提供者:haiqanfui
  1. gvuax

    0下载:
  2. Prediction Error Method for Parameter Identification - the idea of relaxation, Least-squares algorithm to fit a three-dimensional plane, Weighted acceleration.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:43008
    • 提供者:唐增忠
  1. high-speed railway

    0下载:
  2. 机器学习简介,特别的时候新手查看,受益匪浅。上传于2017年底,简单易懂。(machine learning method. introduced the CNN basic idea and how to use it and when to use it. Very useful for new guys)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1175552
    • 提供者:stevewang1
  1. ModifiedLMS

    0下载:
  2. 核心代码为 "mlms.m" ,其基础为LMS算法(最小均方差算法)。 "demon_mlms.m"演示了算法的收敛性能,而 "De50HzInterference.m" 则给出了其在去50Hz工频干扰方面的应用。当然,算法本身还可以应用在其他方面,比如回声消除等,只需要在此基础上做出相应的修改即可以应用在自己的工程上。(The core file is "mlms.m". it's modified LMS met
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:66560
    • 提供者:ZhaoYiMing
  1. hf255

    0下载:
  2. Comparison of soft threshold and hard threshold and today various threshold calculation method, Undergraduate complete set requirements refer to the standard test models, Prediction Error Method for Parameter Identification - the idea of relaxation.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:151552
    • 提供者:leijuiyiuhan
  1. ew543

    0下载:
  2. Prediction Error Method for Parameter Identification - the idea of relaxation, Based on SVPWM three-level inverter matlab simulation, On neural network control.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:151552
    • 提供者:buntiejansou
  1. PSO&GA

    2下载:
  2. 本文件对PID参数kp,ki,kd进行寻优,以ITAE作为指标函数。 PSO 文件中有详细的参数设置和寻优过程 GA寻优与PSO寻优作为对比出现 figure1展示了随着迭代次数的变化,适应度函数的收敛情况 figure2展示了kp,ki,kd的迭代情况 ht 文件是用来画图的 问题解决思路.pdf 简要介绍了粒子群算法寻优的过程(In this document, the PID parameters KP, Ki, KD are optimized, and ITAE is us
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:254976
    • 提供者:大燕
  1. huasheng

    0下载:
  2. 用照度分割法设计路灯花生米透镜,具体思路参照 张奇辉大功率LED照明系统光学设计方法研究 第四章 (非原创)(The method of illumination segmentation is used to design the peanut lens of street lamp. The concrete idea is referred to the fourth chapter of the optical design method of Zhang Qihui high pow
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:wlcvip
  1. VectorControl

    0下载:
  2. 一个基于simulink的矢量控制模型,供了解下建模及矢量控制思想算法,(A model of vector control based on simulink for understanding the modeling and the idea of vector control algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:30720
    • 提供者:荷叶2017
  1. ga570

    0下载:
  2. Constituting the modulated signals of different frequencies, matlab development toolbox support vector machine, Prediction Error Method for Parameter Identification - the idea of relaxation.
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:150528
    • 提供者:neijuipeihen
« 1 2 ... 27 28 29 30 31 3233 34 »
搜珍网 www.dssz.com