-
InductionMotor
induction motor modelisation
- 2010-01-01 04:41:00下载
- 积分:1
-
Second_Order
应用最小二乘法对二阶系统进行辨识,得到相关参数(Application of least squares, second order system identification, are relevant parameters)
- 2010-05-12 04:52:02下载
- 积分:1
-
sensor_5030024
attached code is multisim sensor example with all the details
- 2014-10-03 14:12:21下载
- 积分:1
-
ex8
BER versus SNR performance for wireless communications
- 2013-11-14 12:29:00下载
- 积分:1
-
locstat
By built-in function colfilt, I develop one image enhancing codes based on local statistics in Gonza(built-in function colfilt. I develop one image enhancing codes based on loc al statistics in Gonza)
- 2007-06-17 12:54:27下载
- 积分:1
-
mintreek
可以实现求最小生成树,常用于解决图论问题(It can make something true,always solve the grarf method"proplem)
- 2012-08-12 22:50:22下载
- 积分:1
-
sofm
A self-organizing map (SOM) or self-organizing feature map (SOFM) is a type of artificial neural network (ANN) that is trained using unsupervised learning to produce a low-dimensional (typically two-dimensional)
- 2013-11-08 16:42:04下载
- 积分:1
-
matlab-arabe
livre en arabe explique application du matlab
- 2012-04-11 21:08:44下载
- 积分:1
-
pso--constrained
这个粒子群算法使用matlab语言编写出来的,可以解决带约束的粒子群算法问题,可以很方便的把问题得到解决(the optimization of constraied pso matlab programmes)
- 2013-10-09 10:00:18下载
- 积分: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