-
vad
语音滤波短时能量 短时过滤率 端点检测 都能得到相应的仿真波形(Speech s filtering the short time percolation of a short time energy a rate to carry to order examinations can get to homologously imitate true wave a form)
- 2009-03-17 11:06:43下载
- 积分:1
-
SGAPublic
说明: SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名)
使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修改的地方(SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algorithm, which mimics the reproduction of law to be optimized. The SGA can be optimized variables, minimum, maximum, (when the function will last for the minimum) and supports the floating-point encoding, grey code, binary code round of betting method selection, tournament selection single-point crossover, uniform crossover , floating-point crossover single point mutation, floating-point mutation called Genetic (objective function name) the use of SGA, first of all need an objective function (like AimFunc.m), the fitness function returns the input variables to be optimized for the output variable x a fitness. Can be modified and then modify the place Genetic.m)
- 2011-03-15 15:33:34下载
- 积分:1
-
code
毕业论文参考资料,从期刊网上下载的,如果有需要共大家参考(Thesis reference materials downloaded from the journal, if you need a total of reference)
- 2011-05-28 17:05:41下载
- 积分:1
-
Simple-Clustering
simple clustering using imperialist competitive algorithm
- 2014-10-17 06:03:41下载
- 积分:1
-
code
元胞自动机仿真车道车流情况,可以显示图像,可以成功编译(Cellular automata can simulate traffic flow in lanes, display images, and compile successfully.)
- 2019-04-16 20:56:32下载
- 积分:1
-
UWB_monocycle1
Gaussian Pulse function 1
- 2010-09-04 13:21:23下载
- 积分:1
-
voyageur-de-commerce
c est un document qui traite le d application d un algorithme génétique au problème du voyageur de commerce
- 2009-12-14 01:25:44下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
Armijo_quasiNewton
最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。(Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.)
- 2012-10-22 15:22:16下载
- 积分:1
-
object-tracking
目标跟踪部分采用颜色空间与纹理特征结合的方式,实现建模。(In the part of target tracking, adopts the method combination with color space,texture characteristics,Mean-Shift and kalman filter,to achieve the goal. )
- 2021-03-26 10:39:13下载
- 积分:1