-
simulation5.15
就是自适应的一写程序(is an adaptive process to write)
- 2006-05-29 16:53:08下载
- 积分:1
-
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
-
svc
simulink仿真,静止无功补偿器svc在电力系统中的应用(simulink simulation, static var compensator svc Application in Power System)
- 2021-04-08 19:29:00下载
- 积分:1
-
2D_acoustic_FDFD_PMLs
说明: pml吸收便捷的声波方程有限差分数值模拟,采用MATLAB编程,具体注释见文件夹(Finite difference numerical simulation of acoustic equation)
- 2020-04-07 10:25:30下载
- 积分:1
-
pso_matlab
说明: 这是用matlab开发的pso工具箱,直观实用,对做这方面研究的人员很有用处(this is the development of PSO Matlab Toolbox, easy to use and the right to do this study of useful)
- 2006-03-24 12:09:56下载
- 积分:1
-
chuanrewenti
基于四边单元速度传热问题程序,入门程序,简单易懂,适合初学者对该方法编程的一个初步认识(Based on four sides of the unit rate of heat transfer procedures, entry procedures, easy to understand for beginners to the method of programming a preliminary understanding)
- 2013-11-13 09:42:34下载
- 积分:1
-
NCSR
这是基于CSR算法在非局部环境的扩充表示,并应用在去噪上(This algorithm is based on CSR in the expansion of non-representation of the local environment, and apply the de-noising)
- 2013-12-25 10:14:05下载
- 积分:1
-
自适应光学区域校正示例
说明: 自适应光学区域校正示例,针对不同变形镜的控制方式(Example of adaptive optical area correction, control methods for different deformable mirrors)
- 2020-04-13 23:47:26下载
- 积分:1
-
MATLAB
完整版的频谱检测算法的MATLAB实现,有原理,有程序,有结果。(Full version of the spectrum to achieve detection algorithm of MATLAB, there are principles, procedures and results.)
- 2009-01-08 11:52:45下载
- 积分:1
-
GA_example
遗传算法求最大值最小值问题的一些实例及其matlab实现。(Some examples of matlab genetic algorithms Maximum Minimum problem.)
- 2012-09-05 15:17:20下载
- 积分:1