-
tiaowengui
光栅条纹生成模块。适用于结构光三维轮廓术(FTP、PMP等)及其它光学实验。本代码已形成guide界面,简洁、直观、可修改,能满足数字投影光栅的绝大部分要求。(Grating stripe generated module.Suitable for structured light three-dimensional profilometry (FTP, PMP, etc.).This code has formed guide interface, convenient, intuitive, and can be modified, meet the demand of the vast majority of digital projection grating.)
- 2016-04-09 11:24:35下载
- 积分:1
-
fuifai_v79
最大似然(ML)准则和最大后验概率(MAP)准则,毕设内容,高光谱图像基本处理,现代信号处理中谱估计在matlab中的使用。( Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Complete set content, basic hyperspectral image processing, Modern signal processing used in the spectral estimation in matlab.)
- 2016-12-31 11:23:43下载
- 积分:1
-
TurnbullWakeman
Pricing asian options
- 2010-07-10 03:15:11下载
- 积分:1
-
register
有关三维点云数据的配准程序,使用matlab编写的(For three-dimensional point cloud data registration procedures, matlab prepared using)
- 2013-09-14 18:23:26下载
- 积分: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
-
PSO_for_44_bus
pso codes for the OPTIMIZATION of the grid 44 buses in IEEE system
- 2014-09-16 20:19:45下载
- 积分:1
-
PID-optimization
基于Matlab的PID参数最优化设计(fminsearch单纯形法)(Matlab-based design of PID parameter optimization (fminsearch simplex method))
- 2011-10-20 16:11:29下载
- 积分:1
-
Midi
Code to read Midi Files in matlab
- 2011-11-16 06:29:26下载
- 积分:1
-
ant-arithrium
采用MATLAB环境实现蚁群优化算法,源程序代码和效果,有价值(The MATLAB environment ant colony optimization algorithm, source code, and the effect of valuable)
- 2012-09-28 06:25:32下载
- 积分:1
-
bp-sin-trainer
BackPropagation, implemented by matlab, for those who are new in neural networks
- 2013-12-29 20:18:52下载
- 积分:1