-
chepaishibia
说明: 对于初学者学习matlab很有帮助,尤其在图像处理方面更是很好的啊。(For beginners learn matlab ® helpful, especially in the image processing is very good.)
- 2010-03-28 20:46:25下载
- 积分:1
-
TSP-GA
遗传算法解决TSP问题,给定n个城市和城市之间的距离,寻找一条遍历所有城市且每一个城市只被访问一次的路径。(Solving TSP problem by genetic algorithm,Given the distance between n cities, find a path that traverses all cities and each city is visited only once.)
- 2018-10-23 16:31:29下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
An-Introduction-to-Programming-and-Numerical-Metho
An Introduction to Programming and Numerical Methods in MATLAB.pdf
- 2009-02-28 12:57:48下载
- 积分:1
-
exclass1
经过调试的svm分类程序,很好用,对初学者很有帮助。(After commissioning of the svm classification procedures, useful, useful for beginners.)
- 2011-11-21 16:42:58下载
- 积分:1
-
TAED
Please read THIS DOCUMENTE
- 2013-05-05 10:36:21下载
- 积分:1
-
05208045
MATLAB particle swarm algorithm, realize the MIMO equalization.
- 2012-03-27 21:53:29下载
- 积分:1
-
pugejihewuchafenxi
有三个是谱估计的方法和一个误差分析曲面作图最后是分析对比TLS和LS的性能(Three is the spectral analysis method and an error analysis and comparison of surface mapping and finally the performance of TLS and LS)
- 2011-06-02 22:09:28下载
- 积分:1
-
DP
说明: 基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Problem calculation of hybrid electric vehicle energy management strategy based on dynamic programming algorithm)
- 2019-01-21 17:19:48下载
- 积分:1
-
dbpsk_modem
dbpsk信号的调制解调matlab代码实现的一个例子,调制时差分编码,这样用1bit延迟差分检测的结果,直接就是原码,解调采用1bit差分延迟检测.(DBPSK signal modulation and demodulation matlab code an example of differential modulation encoding, such 1bit delay with the results of differential detection, direct that the original code, demodulation using 1bit delay differential detection.)
- 2007-12-04 16:23:31下载
- 积分:1