-
processMotion
matlab编写的处理地震波的程序,主要把多行多列的地震波转成单列的(matlab is processing the sesmic wave)
- 2012-04-30 20:24:36下载
- 积分:1
-
upf_demos
UKF PF 等滤波算法代码,比较全,适合与初学者仿真实验(UKF PF and other filtering algorithm code, more whole, suitable for beginners simulation with)
- 2011-08-19 16:46:04下载
- 积分:1
-
MK
说明: 基于MATLAB的细胞传输模型,从而实现对交通流的模型,包含了变道模型(Cell transmission model based on MATLAB, enabling traffic flow model, including lane change model)
- 2014-09-16 10:11:44下载
- 积分:1
-
grating_generate
生成不同周期的罗奇光栅,或正弦光栅,用于结构光扫描。(grating generate standard_sinusoidal pattern generate structured light scanning)
- 2021-03-27 09:19:12下载
- 积分:1
-
QAM
在MATLAB环境中实现基于8QAM的信号调制解调(In the MATLAB environment 8QAM based on the signal modulation and demodulation)
- 2009-06-01 15:45:00下载
- 积分:1
-
m-files
system identification, m document based on idetification
- 2013-11-23 22:38:54下载
- 积分:1
-
NAHC
this matlab code is useful for hill climbing algorithm.
- 2014-01-22 00:41:13下载
- 积分:1
-
matlab-smooth--CPP
Matlab smooth函数转成c++代码(Matlab smooth functions into c++ code)
- 2020-11-04 10:49:52下载
- 积分:1
-
Skeleton
图像的骨架处理,MATLAB程序,图像的骨架(Skeleton image processing, MATLAB program, the image of the skeleton)
- 2010-06-22 14:12:47下载
- 积分:1
-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1