-
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
-
高斯回归过程
说明: 高斯过程回归,代码可以再matlab2016上顺利运行,希望对学习高斯过程的你有所帮助(Gaussian process regression, the code can be run smoothly on matlab2016, I hope to help you to learn the gaussian process)
- 2020-05-28 22:59:08下载
- 积分:1
-
fouriertransform
FRFT 具体的程序,有关天处理LFM信号的,特别好。(FRFT specific procedure, the days of LFM signal processing, particularly good.)
- 2011-04-29 10:11:16下载
- 积分:1
-
matcom
matlab 与VC++中使用MATLAB的C++数学库和MCC生成的程序,对初学matlab者有很好的借鉴作用(matlab and VC++ using MATLAB' s C++ Math Library and the MCC generated program, matlab for beginners who have a good reference)
- 2011-06-01 15:32:30下载
- 积分:1
-
mie散射软件
计算mie散射相关参数,根据颗粒粒径 ,入射光波长 ,颗粒折射率,介质折射率,计算不同角度下散射光强,不同粒径下的消光系数。(Calculate the mie scattering related parameters, calculate the scattered light intensity at different angles and the extinction coefficient at different particle sizes according to particle size, incident light wavelength, particle refractive index, and medium refractive index.)
- 2019-02-25 13:09:38下载
- 积分:1
-
knnr
用matlab编写的源程序,挺好用的,大家可(Prepared using matlab source, very good use, we can)
- 2008-12-22 21:46:46下载
- 积分:1
-
fcmcode
A MATLAB code for FCM image segmentation of medical images.
- 2010-06-19 02:24:50下载
- 积分:1
-
testfiresim
Test fire simulation
- 2011-05-26 06:32:10下载
- 积分:1
-
figure
通过编写该程序,首先输入点,然后点击拟合。(Through the preparation of the program, the first input point, and then click on the fitting.)
- 2012-05-10 21:06:44下载
- 积分:1
-
DPL-examination
These programs are used to calcualted a Duel phase lag model with different methods.
- 2013-07-16 21:11:42下载
- 积分:1