-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1
-
FFT
FFT编程实例
进行FFT变换,显示频谱图
(FFT transform FFT programming examples show that the spectrum graph)
- 2009-05-02 11:41:43下载
- 积分:1
-
fuzzyPR
模糊聚类的经典算法,可以使用UCI数据集进行聚类,该程序附有详细的说明(Classical fuzzy clustering algorithm, you can use the UCI data sets clustering, the program is accompanied by a detailed description of)
- 2010-01-09 10:22:47下载
- 积分:1
-
xiaozhenqi
具有反馈控制的动力消振器的响应分析 利用MATLAB中的simulink对消振器进行仿真(With feedback control of dynamic absorber response analysis using MATLAB simulink in the simulation of the damper)
- 2010-05-10 21:25:48下载
- 积分:1
-
xianghexing
模拟分析参数的相合性:设总体服从拉普拉斯分布,用MATLAB模拟分析参数贝塔的相合性(Consistency simulation parameters: Let overall obey Laplace distribution, consistency of analysis with MATLAB simulation parameters betas)
- 2015-04-17 21:41:00下载
- 积分:1
-
E4
说明: MATLAB Toolbox for econometric modeling of time series. E4 makes up for the lack of PC software for estimating econometric models by exact maximum likelihood.
- 2009-07-27 00:36:13下载
- 积分:1
-
ma=1
标准AM振幅调制方式,ma=1时的标准AM振幅调制(Standard AM amplitude modulation, ma = 1 the standard AM amplitude modulation)
- 2013-07-21 13:47:47下载
- 积分:1
-
ftfr
参数可控的分数阶傅里叶变换,可通过改变参数来进行傅里叶变换(Parameters controllable fractional Fourier transform, by changing the parameters to the Fourier transform)
- 2011-11-07 10:14:12下载
- 积分:1
-
vibration-equation
求解计算多个自由度下的机械振动情况,并绘制位移、速度以及加速度曲线(Multi degree of freedom forced vibration equation)
- 2014-06-24 10:11:31下载
- 积分:1
-
JPDAF
这个程序能实现在杂波环境下对多目标的跟踪。(This program can realize multi-target tracking in clutter environment with JPDA algorithm.)
- 2018-11-11 18:40:16下载
- 积分:1