-
HopfieldofTSP
这是在MATLAB上的Hopfield解决简单的TSP问题,虽然有点简单,但效果很好~(This is the MATLAB on the Hopfield simple solution of TSP, Although somewhat simple, but very effective ~)
- 2006-12-17 13:46:01下载
- 积分:1
-
Pitch
this is pitch detection source code
- 2013-09-19 05:42:33下载
- 积分:1
-
highlight_Matlab
matlab界面编程中的实现可选的子界面!
就像VC++的MFC中的Table空间,解决你的复选问题!(The matlab interface programming realization optional sub-interface! Table space like VC++ the MFC solve your check!)
- 2012-10-13 19:48:40下载
- 积分:1
-
Three-phase-induction-motor
three_motor by simulink.
- 2012-05-06 19:02:27下载
- 积分:1
-
wavelet_function
Example of wavelet function
Mexican hat, haar,
- 2013-12-04 00:12:26下载
- 积分:1
-
compare-clustering-algorithms
这是个人总结的各种聚类算法的优缺点比较,包括了常用的一些聚类算法,如层次聚类算法、分割聚类算法、基于约束的算法等(The comparison of various clustering algorithms by myself,including 5 common clustering algorithms)
- 2013-11-17 09:48:51下载
- 积分:1
-
PSO-PID
说明: 通过粒子群优化算法优化PID参数,该算法对pid控制器参数进行整定,pso能够对参数实现优化,且有良好的收敛性。(PSO algorithm tuning PID parameters)
- 2019-06-30 19:16:26下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
gsguide
proe demo
basic concepts
- 2010-01-02 14:41:48下载
- 积分:1
-
twopicture
求两张图像的平均值,比较求出的平均值与其中两张中的任意一张的效果(get the middle level of two images)
- 2010-05-28 20:41:37下载
- 积分:1