-
JacobiMATLAB
用Jacobi迭代法计算大型方程组的MATLAB函数文件(Jacobi iterative method using large calculation equations MATLAB function documents)
- 2006-06-06 12:03:58下载
- 积分:1
-
MIMO--OFDM-
关于MIMO OFDM的信道估计、检测等matlab代码,已经试过信道估计的代码,可用。(For MIMO OFDM channel estimation, detection matlab code, have tried to channel estimation code available.)
- 2011-12-01 22:09:11下载
- 积分:1
-
dtw
dtw的matlab算法,识别率达到100 。可直接使用或转成c语言代码,下到下位机运行。(dtw' s matlab algorithm to achieve 100 recognition rate. Can be used directly or converted into c language code, run down to the lower machine.)
- 2020-12-15 10:29:13下载
- 积分:1
-
chapter17
粒子群算法的工具箱,可以不用再编程,参数设置也容易(Particle swarm optimization toolbox, you can not re-programming, parameter settings are also easily)
- 2014-08-29 17:06:32下载
- 积分:1
-
multi-objective
一篇关于递进多目标优化的文章,对算法的说明比较详细(An article on the progressive multi-objective optimization articles, more detailed description of the algorithm)
- 2014-11-04 10:18:36下载
- 积分:1
-
VBaMatlabexchenge-data
VB与matlab混合编程,实现VB与matLAB数据传递,完成相关编程(VB and matlab mixed programming, data transfer between VB and matLAB, complete the relevant programming)
- 2013-10-29 10:10:58下载
- 积分:1
-
Interpolation
包含了Lagrang和Newton两种插值方法,便于数据的处理(Contains two Lagrang and Newton interpolation method to facilitate the processing of data)
- 2013-11-29 22:41:27下载
- 积分:1
-
BPR MATLAN
多层编码免疫遗传算法实现多目标生产调度问题(Multilevel Coded Immune Genetic Algorithms for Multi-objective Production Scheduling Problem)
- 2019-05-04 21:43:57下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
lsvm
LSVM Langrangian Support Vector Machine algorithm
LSVM solves a support vector machine problem using an iterative
algorithm inspired by an augmented Lagrangian formulation.
- 2008-03-21 11:31:38下载
- 积分:1