-
psotb-beta-0.3
老外编的标准pso算法的matlab工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。(Part of the standard of foreigners pso algorithm matlab toolbox, the toolbox will be the core of the PSO algorithm package together to provide to the user adjustable parameters for the algorithm, users only need to define their own needs better optimization function (calculation of minimum or maximum value), and set a good function, since the range of variables, each iteration step the maximum allowable variation (known as the maximum speed, Max_V) and so on, can be self-optimizing.)
- 2009-12-23 10:55:57下载
- 积分:1
-
EulerMinMaxLungSeg
本程序是matlab下运行的肺部X-RAY分割算法,可以参考一下。(lung segmentation X-RAY)
- 2011-07-14 15:38:40下载
- 积分:1
-
AllSimuwave
matlab all sine wave functions
- 2012-01-18 18:38:21下载
- 积分:1
-
免疫优化算法在物流配送中心选址中的应用
主要用于用遗传算法解决多目标优化的VRP问题(the program is often used to solve VRP)
- 2018-01-14 16:50:44下载
- 积分:1
-
AnsiToAscii
Ansi To Ascii and Ascii to Ansi converter
- 2014-10-02 17:22:59下载
- 积分:1
-
MATLAB-Programming-for-Engineers
matlab的电子书籍,对初学者非常有用。书籍的内容涵盖比较详细(Matlab electronic books, very useful for beginners. The content of the book covers more detail)
- 2014-10-26 21:33:05下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1
-
linechirp_normal
matlab 实现啁啾光栅的反射谱计算 没有切趾函数 普通的线性啁啾反射谱(matlab calcuated the refrective spectrum of linear chirped grating .)
- 2013-12-05 11:03:21下载
- 积分:1
-
libsvmSVR
基于libsvm的支撑向量机的回归问题。基本应用和结果(Libsvm based support vector machine (SVM) regression problems.Basic and application results)
- 2015-03-22 10:34:30下载
- 积分:1
-
MDVRP
运用matlab软件,利用遗传算法解决VRP问题( using genetic algorithms to solve the problem of VRP)
- 2020-08-14 16:28:35下载
- 积分:1