-
kuandai_CSA
宽带情况下CSA-MWF程序,16bit数据(CSA-MWF under Broadband,16bit data)
- 2011-05-05 14:01:15下载
- 积分:1
-
63523
THIS IS GOOD MATLAB ARTICLE ABOUT FACE DETECTION
- 2010-05-25 21:31:07下载
- 积分: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
-
28503861gaot
matlab 神经网络工具箱 gaot 所有的文件 直接放到matlab 路径 toolsbox 下就行(matlab neural network toolbox gaot all the files on the line directly into the the matlab path toolsbox under)
- 2013-04-16 15:23:38下载
- 积分:1
-
Matlab
采用matlab进行傅里叶变换,将图像变换成频谱形式的图像。(Using MATLAB Fourier transform, the image is converted into a spectrum in the form of image.)
- 2012-11-20 19:55:10下载
- 积分:1
-
kalman_basic
这个例子中,简单介绍了卡尔曼滤波器的原理,并给出具体的算法设计,解决工程问题。(a brif introduction is given for the kalman filter design. and the source codes are included for engineering)
- 2013-08-29 17:33:19下载
- 积分:1
-
TP1
program which simulate potential method for the use of the navigation system with several cases
- 2013-09-30 18:12:09下载
- 积分:1
-
ROC
I like it
When i say "ji"
you say "sus"
- 2012-11-06 22:30:21下载
- 积分:1
-
robot
Simulation of two-arm rigid robot.
- 2012-07-03 23:33:29下载
- 积分:1
-
FFT
FFT的matlab实现,利用蝶形算法计算fft的matlab(Matlab implementation of FFT, using the matlab fft butterfly algorithm)
- 2011-10-26 23:12:24下载
- 积分:1