-
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
-
Monte-Carlo-method
(Monte Carlo method)蒙特卡罗方法在计算机上的实现.rar( Monte Carlo methods to achieve on the computer. Rar)
- 2011-11-09 08:20:11下载
- 积分:1
-
model_veh
在matlab中构建了车辆的四分之一模型,仅供参考。(The 1/4 model of vehicle is built in MATLAB, including two suspension, all of which are nonlinear.)
- 2018-05-11 19:56:29下载
- 积分:1
-
MRAC
自适应控制算法,MRAC,matlab中simulink仿真源代码以及ppt讲解。是自适应控制必不可少的资料(Adaptive control algorithms, MRAC is, Matlab simulink simulation source code, and explain ppt. Information essential for adaptive control)
- 2020-09-25 10:37:47下载
- 积分:1
-
CS_different_polit
低压电力线载波通信的OFDM系统仿真,采用了压缩感知的方法进行信道估计,分别选取不同导频数目与LS算法比较,仿真效果良好。(OFDM power line carrier communication system simulation, using the compressed sensing method for channel estimation, respectively, to select a different number of pilot and LS algorithm, the simulation results is good.)
- 2014-07-08 11:50:22下载
- 积分:1
-
SOMO
matlab implimation som networks
- 2009-12-12 16:22:00下载
- 积分:1
-
2D_FDTD
本程序实现2维TM波FDTD仿真,大家可以多学习学习,很不错!(The Program for 2-D TM wave FDTD simulation, we can study more to learn, very good!)
- 2011-05-13 11:13:58下载
- 积分:1
-
xinhaochul
基于脉冲响应不变法巴特沃斯滤波器的设计 通过仿真出图像,从而进行分析(failed to translate)
- 2012-04-05 20:34:27下载
- 积分:1
-
kalman
采用kalman滤波算法对两自由度汽车的状态进行估计,对状态空间离散化处理后用kalman估计车辆状态。(The use of Kalman filter algorithm to estimate the state of vehicle.)
- 2013-04-22 16:14:49下载
- 积分:1
-
Oper_Data
PARSING DATA IN MATLAB ALGORITHM
- 2015-03-15 16:29:22下载
- 积分:1