-
syn
syndicate form for pro.nary exams
- 2010-08-31 13:16:32下载
- 积分: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
-
FuzzyControl
模糊控制的Matlab仿真,跟踪的信号时方波信号(Fuzzy Control Matlab simulation tracking signal square wave signal)
- 2013-03-29 20:31:18下载
- 积分:1
-
matlab_genetic
matlab编写的遗传算法程序,毕业设计用(genetic algorithm writed by matlab )
- 2015-04-12 11:38:08下载
- 积分:1
-
feiji
使用GS理论简单实现相位重建的算法,图片包含在内(Simple Phase Reconstruction Using GS Theory)
- 2020-06-21 00:40:02下载
- 积分:1
-
ERA
模態參數識別法中的特徵系統實現法,在時域法中用於相近模態求取模態參數(Modal parameter identification method is characterized in system implementation method for obtaining similar modal modal parameters in the time domain method)
- 2016-07-25 22:24:06下载
- 积分:1
-
powerlaws_full_v0.0.10-2012-01-17
随机数发生器
此功能会产生连续的值(功法的文章中讨论的五个分布随机分布,指数,对数正态分布,拉伸指数,截止功法)。使用信息包含在文件类型的帮助randht在MATLAB提示符更多信息。
幂律分布拟合
这项功能同时实现的离散和连续的最大似然估计拟合幂律分布的数据,以及善良的合适的方法来估计缩放区域较低的截止。使用信息包含在文件类型的帮助plfit在MATLAB提示符更多信息。(This function is a random number generator will produce discrete values (power law discussed in five articles distributed random distribution, exponential, lognormal, stretching index cutoff power law). The use of information contained in the file type of help randht in MATLAB prompt for more information. Power-law distribution fitting This function implements both discrete and continuous maximum likelihood estimation fitting power-law distribution of data, and kind suitable method to estimate the scaling region lower cutoff. The use of information contained in the file type of help plfit in MATLAB prompt for more information.)
- 2013-07-24 16:27:43下载
- 积分:1
-
FDTD-Method
详细的介绍了FDTD进行数学建模分析的相关数学理论知识。(A detailed description of the FDTD related mathematical theory knowledge of mathematical modeling analysis.)
- 2013-08-24 18:35:41下载
- 积分:1
-
Codice
经典MATLAB算法,插值计算,拟合,绘图等(Classic MATLAB algorithms, interpolation, fitting, drawings, etc.)
- 2013-12-07 21:45:36下载
- 积分:1
-
BPNN_Iden_global
基于全局误差的BP神经网络辨识的MATLAB仿真程序,代码有注释(Based on global error of BP neural network identification MATLAB simulation program, code annotated)
- 2014-11-05 21:02:59下载
- 积分:1