-
Tsp
TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!(tabu search for TSP)
- 2010-07-24 19:41:31下载
- 积分:1
-
Clique
实现clique聚类,包含sample,有助于clique聚类的学习(Clique clustering to achieve, including the sample, contribute to the learning clique clustering)
- 2009-06-19 09:14:38下载
- 积分:1
-
code
the code uploaded is very useful in geretanig multipath rayleigh fading channel for ofdm system
- 2011-02-01 13:23:45下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
Simple-Calculator
Simple Calculator in GUI matlab
- 2011-11-23 17:12:20下载
- 积分:1
-
卡尔曼代码
TDOA/AOA定位的扩展卡尔曼滤波定位跟踪算法Matlab源码(TDOA/AOA positioning of the extended Calman filter positioning tracking algorithm, Matlab source code)
- 2017-07-23 20:15:41下载
- 积分:1
-
fuzzypid
模糊控制自整定PID,simulink环境下的算法仿真。(Fuzzy control self-tuning PID, simulink environment simulation algorithm.)
- 2008-03-05 21:21:25下载
- 积分:1
-
Maglev_StateFeedback
magnetic levitation state feedback controle
- 2011-08-19 09:24:21下载
- 积分:1
-
DC-motor
dc motor of simulink and pid controller
- 2013-10-22 17:10:18下载
- 积分:1
-
e1wuceng
矿震信号处理,福利叶变换,小波包分解,频带能量(Efficient mine microseismic monitoring)
- 2012-11-11 14:45:38下载
- 积分:1