-
Tiro
in this package are the programs needed to solve any problems boundary value differential.
- 2013-08-16 02:20:33下载
- 积分:1
-
PLS
偏最小二乘法,能很好建立物质浓度和与相应的光谱矩阵的回归方程,且能对光谱阵降维和消除噪声影响。(Partial least squares, to establish material concentration and good with the regression equation of the corresponding spectral matrix array dimensionality of the spectrum and can eliminate noise effects.
)
- 2013-10-03 23:18:34下载
- 积分:1
-
quxiannihe
主要用于解决数学软件matlab的曲线拟合问题,其中包括:指数曲线拟合,抛物线拟合,直线拟合。(matlab)
- 2010-01-26 16:22:33下载
- 积分:1
-
manifold
一个Matlab环境下编写的流行学习(manifold)算法,可用于图像特征提取及行为模式提取(Matlab environment to prepare a prevalence study (manifold) algorithm, can be used for image feature extraction and pattern extraction)
- 2009-06-29 16:37:29下载
- 积分:1
-
10340409
说明: Monte Carlo方法的经典教材,可以帮助你深入学习Monte Carlo方法(Monte Carlo method of classical teaching, I can help you-depth study of Monte Carlo methods)
- 2009-07-27 16:59:20下载
- 积分: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
-
Rcognition_MatlabCodes
This is the collection of matlab files for recognition purposes.
- 2013-02-26 14:39:31下载
- 积分:1
-
svmodel60ghz
SV MODEL FOR 60GHZ CHANNEL CHRETERIZATION
- 2012-09-17 18:06:57下载
- 积分:1
-
FACE-DETECTIONAND-RECOGNITION
FACE RECOGNITON AND FACE DETECTION
- 2012-01-06 16:44:40下载
- 积分:1
-
(muPlambda)-CDE
不同的进化计算方法比较,并用matlab仿真实现(Constrained Evolutionary Optimization by Means of(mu+lambda) Differential Evolution and Improved Adaptive Trade-off Model Evolutionary Computation Journal, in press)
- 2012-01-09 09:10:13下载
- 积分:1