-
GUI_IntensityTransform
一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读(Using MATLAB development of a GUI program, the program itself is used for images of gray-scale transformation, but to learn GUI programming a good entry-code, one may wish to read for beginners)
- 2007-07-20 10:40:04下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1
-
SOUND-PROCESS
语音处理源程序,已经过调试,直接运行即可实现(Speech processing source program, have been debug, direct operation can be realized
)
- 2013-10-20 14:14:46下载
- 积分:1
-
matlabproject
说明: 用matlab计算泰勒展开式taylorseries、函数求导differentiate、求极限limitx、求解非线性规划nolinearsolve&ff5(Using MATLAB to calculate Taylor series, differential function differentiation, limit x, nonlinear programming nolinearsolve & FF5)
- 2020-07-18 22:10:30下载
- 积分:1
-
ant
说明: 用matlab蚁群算法解决简单的vrp以及tsp问题,内附两代码(Matlab ant colony algorithm is used to solve the simple VRP and TSP problems with two codes)
- 2020-09-18 15:46:55下载
- 积分:1
-
derivativeKick
this mdl file shows the direvative kick of the direvative controller
- 2010-02-01 14:20:24下载
- 积分:1
-
GVF-snake
基于matlab的医学图像GVF算法分割,主要实现对2D医学图像的分割(image segmentation)
- 2013-05-06 09:08:58下载
- 积分:1
-
jiasudu
对加速度传感器采集的加速度数据进行二次积分,得出位移数据,并在几分过程中进行积分基线的标定,较精确。(The acceleration of acceleration sensors to collect data, a second integral part of displacement data, and in the process of integration, the more precise the baseline calibration.)
- 2021-02-23 00:59:40下载
- 积分:1
-
cooperativecode
协作OFDM简单实现,采用AF模式,分析其性能(This file is simply realizing cooperative OFDM communicaiton about AF mode)
- 2010-10-19 19:42:23下载
- 积分:1
-
kmeans(chp2_2_2)
说明: kmeans 算法的实现,编译已经通过,希望对大家有帮助(kmeans algorithm, the compiler has been passed and we hope to help)
- 2008-12-06 15:47:09下载
- 积分:1