-
matlab50
一个很实用的MATLAB实例教程,50个例子,欢迎下载,嘿嘿!!!!!!!!(A very practical example of the MATLAB tutorial, example 50 are welcome to download,嘿嘿! ! ! ! ! ! ! !)
- 2009-04-06 12:13:05下载
- 积分:1
-
AP_cluster
AP 聚类算法实现及其应用,给的数据矩阵,即可得出相应类别(AP Cluster )
- 2009-12-06 16:48:35下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
matlab_kjunzhi
基于matlab的图像K均值聚类算法程序 (Matlab-based Image K-means clustering algorithm procedures)
- 2007-05-13 17:26:37下载
- 积分:1
-
SA_matlab
simulataed anneling for matlab for optimization
- 2011-07-29 21:07:46下载
- 积分:1
-
hHHoough111o
hough变换检测直直线的matlab算法
(hough transform to detect straight linear Matlab algorithm)
- 2012-09-08 14:02:38下载
- 积分:1
-
echocancelling
说明: 自适应滤波 回波抵消器中自适应滤波在matlab下的仿真(Adaptive filtering echo cancellation devices in adaptive filtering in matlab simulation)
- 2008-12-07 20:31:18下载
- 积分:1
-
canedgefolder
for canny edge detection.
- 2012-05-02 04:12:22下载
- 积分:1
-
VECTOR
针对水声中的矢量圆阵,比较MUSIC算法与MVDR算法的分辨率和抗各向同性噪声的能力。(For underwater acoustic vector in circular array, the MUSIC algorithm with the ability to compare MVDR algorithm isotropic resolution and anti-noise.)
- 2020-12-03 21:39:25下载
- 积分:1
-
Genetic-algorithem(Matlab)
A simple code for GA
- 2009-06-27 16:59:30下载
- 积分:1