搜索资源列表
wtls
- 加权总体最小二乘matlab工具箱,包含各种总体最小二乘算法的源代码-weighted total least squares toolbox
SGALAB1003beta5008_agriculture
- 这个是CHEN YI最新更新的遗传算法的工具箱,大家有兴趣的话,可以学习学习!-CHEN YI This is the latest update of the genetic algorithm toolbox, we are interested in, you can learn to learn!
Altificial
- 人工神经网络工具箱的算法,希望大家能够有所收获-The algorithm of artificial neural network toolbox, hope that we can gain something
GATBX
- 压缩包中为美国北卡罗来纳州大学推出的遗传算法优化工具箱GAOT,以方便遗传算法的使用。-Archive for the University of North Carolina introduced the genetic algorithm optimization toolbox GAOT, to facilitate the use of genetic algorithms.
unit
- 一款基于matlab环境开发的系统辨识工具箱。主要涉及频域辨识算法,除了常规的辨识方法之外,还包括状态空间辨识。内有pdf的使用说明。-A matlab toolbox for system identification in frequency domain.
gatbx遗传算法工具箱
- 经典gatbx遗传算法工具箱,matlab源码
WELL-LOGGING-TimeFrequency
- matlab时频分析工具箱,可用于测井曲线时频分析处理等。包含时频分析的多种算法,如窗口傅里叶变换等等,是进行信号分析的好工具。-frequency analysis toolbox matlab, can be used when logging curve frequency analysis processing. That contains a variety of frequency analysis algorithms, such as window Fourier transfo
multilinearregression
- 用Matlab实现各种分析算法,可以编程实现,有些也可以直接调用函数命令、运用Matlab自带工具箱即可。各种分析方法中所用程序写成M文件,可直接运行。程序中具体计算均有说明。该文件夹下面的几个M文件,分别是针对一元、多元回归分析编制的。各位读者运行这些程序就可以进一步了解它们的用途。-Using Matlab to achieve a variety of analysis algorithms, programming, and some can also call the function
hiejai
- 对于初学matlab的同学会有帮助,空间目标识别,采用PM算法,matlab开发工具箱中的支持向量机。- Matlab for beginner students will help, Space target recognition algorithm using PM, matlab development toolbox support vector machine.
fiuqie_v12
- matlab开发工具箱中的支持向量机,最小均方误差(MMSE)的算法,外文资料里面的源代码。- matlab development toolbox support vector machine, Minimum mean square error (MMSE) algorithm, Foreign materials inside the source code.
baipiu_v25
- matlab开发工具箱中的支持向量机,用于时频分析算法,AHP层次分析法计算判断矩阵的最大特征值。- matlab development toolbox support vector machine, For time-fre
feisai_v56
- music高阶谱分析算法,matlab开发工具箱中的支持向量机,gmcalab 快速广义的形态分量分析。- music higher order spectral analysis algorithm, matlab development toolbox support vector machine, gmcalab fast generalized form component analysis.
jaitiu_v48
- 实现六自由度运动学逆解算法,实现了对10个数字音的识别,PLS部分最小二乘工具箱。- Six degrees of freedom to achieve inverse kinematics algorithm, To achieve the recognition of 10 digital sound, PLS PLS toolbox.
fengjou_v78
- PLS部分最小二乘工具箱,包括面积、周长、矩形度、伸长度,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。- PLS PLS toolbox, Including the area, perimeter, rectangular, elongation, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.
meinui
- 分析了该信号的时域、频域、倒谱,循环谱等,使用matlab实现智能预测控制算法,matlab开发工具箱中的支持向量机。- Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Use matlab intelligent predictive control algorithm, matlab development toolbox support vector machine.
haikei_v58
- PLS部分最小二乘工具箱,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,包含收发两个客户端程序。- PLS PLS toolbox, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, Transceiver contains two client programs.
pangkou_v50
- matlab开发工具箱中的支持向量机,空间目标识别,采用PM算法,isodata 迭代自组织的数据分析。- matlab development toolbox support vector machine, Space target recognition algorithm using PM, Isodata iterative self-organizing data analysis.
geining_v21
- 结合PCA的尺度不变特征变换(SIFT)算法,是学习PCA特征提取的很好的学习资料,matlab开发工具箱中的支持向量机。- Combined with PCA scale invariant feature transform (SIFT) algorithm, Is a good learning materials to learn PCA feature extraction, matlab development toolbox support vector machine.
hs141
- 计算时间和二维直方图,matlab开发工具箱中的支持向量机,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。- Computing time and two-dimensional histogram, matlab development toolbox support vector machine, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi