-
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
-
old-video-player-subeditand-more
old videoplayers src :cinemaplayer,subedit,viplay+the scientist & engineer s guide to digital signal processing.pdf(full)
- 2014-09-18 20:16:44下载
- 积分:1
-
Software-IA-03-Particle-swarm-optimization-em-Mat
In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality.
- 2014-09-18 21:10:52下载
- 积分:1
-
5-(2)
To support wireless communication : MIMO
- 2013-12-24 21:54:18下载
- 积分:1
-
cCFastICA
利用fastICA算法进行复数的独立成份分析,属于盲源分析的一种(fastICA)
- 2009-11-24 14:32:15下载
- 积分:1
-
cetin_DSS04
一种针对稀疏孔径的合成孔径雷达的区域加强成像算法(Region-Enhanced Imaging for Sparse-Aperture Passive Radar)
- 2012-06-01 15:52:28下载
- 积分:1
-
Radio-Access-Network-Emulator-for-LTE
Radio Access Network Emulator for LTE
- 2014-10-28 19:58:41下载
- 积分:1
-
otsu_2d
灰度图像阈值分割,用二维otsu方法实现的matlab程序(Gray image threshold segmentation, using two-dimensional Otsu method of matlab program)
- 2020-10-31 15:59:55下载
- 积分:1
-
anoise
说明: MATLAB给图像添加各种噪声,非常好用,希望对大家有用(MATLAB add all kinds of noise to the image, very easy to use, we hope to be useful)
- 2011-02-26 23:08:06下载
- 积分:1
-
01387053
Performance Comparison of Kalman Filter Based Approaches for Energy Efficiency in Wireless Sensor Networks
- 2014-10-13 02:17:41下载
- 积分:1