-
LWOA
鲸鱼算法的基础上 加上levy飞行算法!!!!优化了速度 学习用(The whale algorithm is based on the Levy flight algorithm!!!! Optimized for speed learning)
- 2021-03-12 14:09:25下载
- 积分:1
-
composite
PESQ measure:
-------------
Usage of the PESQ objective measure is as follows:
[pesq_mos]=pesq(cleanfile.wav,enhanced.wav)
where cleanfile.wav contains the clean speech file and enhanced.wav
contains the enhanced file.
- 2010-03-07 05:11:06下载
- 积分:1
-
TSP
用模拟退火算法求解TSP问题
[1]主函数tsp.m
[2]计算路径长度的子函数 route_long.m
[3]随机交换两个节点的顺序函数exchange.m(Using simulated annealing algorithm for solving TSP problems [1] the main function tsp.m [2] calculation of path length of Functions route_long.m [3] randomly exchange the order of two nodes function exchange.m)
- 2008-08-12 09:25:20下载
- 积分:1
-
Neural-network-curve-fitting
神经网络训练拟合函数曲线,拟合复杂函数曲线(The neural network training function curve fitting)
- 2013-12-12 22:21:45下载
- 积分:1
-
FSK
用于进行频率调制基于MATLAB 环境下的程序(frequency FSK modulation)
- 2009-10-28 12:47:35下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
monituihuo
自己编写的模拟退火的MATLAB程序,快捷高效。(I have written simulated annealing MATLAB program, fast and efficient)
- 2014-09-02 17:46:47下载
- 积分:1
-
jadeR
This code is about Independent Component Analysis Or Fast ICA.
- 2014-09-22 17:54:57下载
- 积分:1
-
FIll-Water
matlab注水算法的代码,详细描述了注水算法的过程。(matlab water algorithm code, a detailed description of the process water algorithm.)
- 2014-01-11 22:25:54下载
- 积分:1
-
Particle-swarm-optimization
粒子群算法 函数对于适应度函数fitness对其参数,,做出不同方式的比较已测试其对函数结果影响。(Particle swarm optimization)
- 2013-04-10 19:08:24下载
- 积分:1