-
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
-
80211g
802.11g standard in MATLAB
- 2013-02-10 16:32:51下载
- 积分:1
-
mcgs-eg
关于MCGS锅炉控制的实验事例,供大家参考(the example about MCGS)
- 2015-03-11 09:45:14下载
- 积分:1
-
cutting-force
球头刀铣削,铣削力的计算及切削力图形绘制。(Ball milling cutter, the milling force and cutting force calculation graphics rendering.)
- 2021-03-18 09:39:21下载
- 积分:1
-
autocorrelation
自相关法提取语信号基频,里面用到了中心削波,供参考(Extraction of the relevant language from the baseband signal, which uses the center clipping, for reference)
- 2011-06-02 22:24:07下载
- 积分:1
-
Helmholtz
Helmholtz方程的有限元解法,可以任意加密网格剖分,求解结果用图像显示.(Helmholtz equation finite element method, you can encrypt arbitrary mesh, the image display solution results.)
- 2013-11-08 18:48:40下载
- 积分:1
-
mexopts
svm 分类 matlab应用主要解决 分类、预测问题编译错误(Application of SVM classification matlab)
- 2020-06-23 17:20:01下载
- 积分:1
-
work
Matlab sources codes
- 2009-04-21 17:34:00下载
- 积分:1
-
deltainsert
利用偏移量插值实现图像的透视变换(运用了双线性变换原理)(Offset interpolation using the image perspective transformation (using the bilinear transformation principle))
- 2010-05-10 21:15:42下载
- 积分:1
-
improved-MUSIC
改进的空间平滑music方法,用于阵列信号处理的高分辨率估计(promoted music algorithm)
- 2021-04-22 22:28:48下载
- 积分:1