-
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
-
program
程序为使用剩余矩形排样法排样的矩形件排样程序,应用matlab软件编程制作。(Procedures for the use of the remaining rectangular nesting of nesting rectangular piece nesting program, application matlab software programming production.)
- 2012-09-08 07:02:21下载
- 积分:1
-
Tabmatlab
在matlab的GUI界面中实现tab标签的切换功能(Implemented in the matlab interface features tab label.)
- 2010-11-12 17:46:59下载
- 积分:1
-
wavelet-design-codes
这是一本很权威的由张德峰老师编写的小波分析的书相应的源代码(This is a very authoritative and written by Zhang Defeng teacher' s book of wavelet analysis the source code)
- 2011-04-24 11:47:08下载
- 积分:1
-
matlab
牛顿法 等求解方程的零根;通过选取不同的初始点实现(Newton method)
- 2012-04-03 15:34:12下载
- 积分:1
-
1
说明: 用matlab打开即可,可以绘制功率谱的函数(using Matlab can be opened, the power spectral mapping function)
- 2009-12-17 20:08:32下载
- 积分:1
-
qingan
庆安地区电网资料 该文为庆安地区电网的数据 可作为毕业设计 研究生课题 进行潮流计算 和 网络优化(In this paper, Regional Network Information Qingan Qing' an area network for the data can be used as the subject of graduate student graduation and network optimization of power flow calculation)
- 2010-05-24 21:56:38下载
- 积分:1
-
singnal
这是一个可以读取信号的并且可以进行信号频谱及信号波形分析的源代码(This is a read signal, and the signal spectrum can be performed and the signal waveform analysis of the source code)
- 2013-07-24 10:38:49下载
- 积分:1
-
Method-II
基于波形分集的雷达抗距离欺骗干扰方法(二)的仿真,仿真采用了简单的线性调频信号和时域脉压(Radar distance deception jamming resistance method based on waveform diversity (2) simulation, the simulation using the simple linear frequency modulation signal and the time domain pulse pressure)
- 2020-07-26 20:18:41下载
- 积分:1
-
07apriori
apiriori algoritm in matlab for computer students
- 2012-05-18 19:57:03下载
- 积分:1