-
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
-
vehicle-Tracking-System-Comeplte-Web-Application
Appache Web Application complete for online vehicle tracking system ............ hyderabad india
- 2015-01-14 19:08:33下载
- 积分:1
-
116
c est un article concernant gps et boc modulation et aussi la poursuite et l aquisition
- 2010-06-17 03:40:17下载
- 积分:1
-
ASR
Fourier modal method
- 2013-07-10 02:04:22下载
- 积分:1
-
functionapproch
best squre approach of function(best approach of function squre)
- 2006-06-18 20:48:58下载
- 积分:1
-
tt001
该功能实现了颜色均衡化,使得视觉更加的良好(the function acommplish the color balance so that make a good looking of landscape)
- 2012-05-01 09:38:18下载
- 积分:1
-
RiccatiB
高等转子动力学中,利用Riccati方法求取转子-轴系固有弯振频率代码,每一步均有相应注释说明。(Advanced rotor dynamics, calculating rotor shafting bending vibration inherent frequency code using the Riccati method, each step has a corresponding notes.)
- 2015-01-19 20:58:50下载
- 积分:1
-
DSP
matlab在信号处理中的应用,主要有LMS,KERMAN滤波等常用算法(THIS IS A APLICATION OF DSP DEVELOPED BY MATLAB)
- 2011-06-26 23:46:44下载
- 积分:1
-
m_map1.4
matlab里面的图形编辑
潮流的调和分析(matlab inside the trend of harmonic analysis and graphics editing)
- 2010-10-28 10:50:25下载
- 积分:1
-
SinData
生成正弦波,不需要调用sin函数,利用的查表法(Generate a sine wave, you do not need to call the sin function using table look-up method)
- 2013-04-10 22:05:44下载
- 积分:1