-
upf_demos
采用MATLAB环境实现无迹神经网络的源程序m文件啊,有价值(MATLAB environment to achieve unscented neural network source m file and valuable)
- 2012-09-28 06:24:37下载
- 积分:1
-
jf_Box_Muller_transform
Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)()
- 2007-09-27 17:02:09下载
- 积分:1
-
xyKalmanFliter
kalman滤波函数,保存到同一目录即可直接调用函数。(kalman filter)
- 2014-09-20 18:14:53下载
- 积分:1
-
Desktop
基于matlab图像处理技术的随书源代码(Based on matlab image processing technology with the book source code)
- 2013-11-28 09:32:43下载
- 积分:1
-
sol
canny edge detector implemented in matlab using as little loops as possible for maximum efficiency
- 2012-01-01 15:37:53下载
- 积分:1
-
OrbitusED_User_Manual_Ver1.2
MATLAB OrbitusED_User_Manual_Ver1.2.pdf 轨道软件的用户说明书(MATLAB OrbitusED_User_Manual_Ver1.2.pdf SOFTWARE OF ORBIT)
- 2014-04-09 13:50:23下载
- 积分:1
-
GAmain
说明: 该算法主要是基因遗传优化算法,非常实用,能有效解决权值确定。(The algorithm is mainly genetic optimization algorithm is very practical, can effectively solve the right to determine the value.)
- 2008-10-06 10:26:04下载
- 积分:1
-
matlab-programming
介绍matlab编程的基本知识,对于初学者来说很有用(matlab programming course
)
- 2011-06-01 16:04:15下载
- 积分:1
-
osort-v3.0-code.tar
基于小波变换的神经元峰电位检测软件包,为什么要20个字(Neurons spike detection and sorting aaaaaaaaaaaaaaaaaaaaaaaaaaaaa)
- 2013-11-18 08:56:32下载
- 积分: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