-
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
-
VDI_2230_calculation
螺栓行业标准,介绍了各种螺栓的受力分析 和计算,图表等举例说明。(Bolt industry standards, describes the various bolt stress analysis and calculations, charts illustrate.)
- 2013-11-30 22:46:59下载
- 积分:1
-
DigitalSignalProcessing_SampleCodes
Digital signal processing is the important aspect of modern communication system. here is the matlab code given which helps for the beginers for understanding the basics of DSP.
- 2014-01-06 01:33:16下载
- 积分:1
-
getECRFeature
shot ditection using ECR
- 2011-05-04 13:25:06下载
- 积分:1
-
xly1
有关通信系统中信道同步的问题,希望与大家切磋,多多指教。(the Channel Communication System synchronization issues, and we hope that the discussions and exhibitions.)
- 2007-05-10 09:54:15下载
- 积分:1
-
entroy_noisy1
用于实现加了噪声的灰度图像阈值分割的一维最大熵方法,matlab源程序(Used to realize the addition of noise gray image threshold segmentation of the one-dimensional maximum entropy method, matlab source)
- 2008-03-26 19:45:06下载
- 积分:1
-
clnonfault
用于计算无故障的斜齿轮对啮合时接触线长度随时间的变化(calculation of the contact line length of the helical gear)
- 2021-02-17 11:39:46下载
- 积分:1
-
E10_Distance_Protection
DISTANCE PROTECTION BY MATLAB
- 2016-08-01 02:21:09下载
- 积分:1
-
emd_local
用镜像延拓法处理端点效应,通过信号极值点的信息来获得信号端点之外的极值点信息。(Continuation method using image processing endpoint effect, through the extreme points of the information signal to obtain signal the endpoint of the extremal points outside information.)
- 2009-05-04 09:24:38下载
- 积分:1
-
work
说明: MATLAB环境下,一维小波分解并提取细节系数和近似系数,再加小波包分解信号(MATLAB environment, the one-dimensional wavelet decomposition and extract detail coefficients and approximation coefficients of wavelet packet decomposition of signal plus)
- 2010-04-12 16:14:58下载
- 积分:1