-
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
-
fem_matlab
用matlab做的有限元编程的源代码,子例程丰富(Using matlab to do finite element programming source code, extensive subroutine)
- 2010-09-09 10:58:49下载
- 积分:1
-
Boll_Spectral_Subtraction
Boll Spectral Subtraction
- 2010-10-28 20:09:17下载
- 积分:1
-
digitalwatermarking
说明: 基于MATLAB的数字水印的图像实现,采用DWT的频域方法嵌入水印信号(MATLAB-based digital watermarking of images to achieve, using DWT frequency domain methods embed the watermark signal)
- 2008-09-15 16:46:55下载
- 积分:1
-
TheCalculationandAnalysis
利用二维有限差分法对单脊波导TM模进行计算。通过调整网格数目观察计算结果的精度,可以设定出最优的网格数目,然后改变波导中脊的尺寸,观察最低两个TM模对应的截止频率的变化规律,最后给出对应的横截面电场、磁场分布图(The two-dimensional finite difference method to calculate the single-ridge waveguide TM mode. The optimal number of grid can be set by the accuracy of the adjustment of the calculation result of the grid number observed, and then change the size of the waveguide ridge observed the lowest two corresponding to the TM mode of the cutoff frequency of the variation, and finally to give the corresponding cross cross-section of the electric field, magnetic field maps)
- 2013-03-18 12:22:11下载
- 积分:1
-
VENSFD
元胞自动机模型,是用matlab编程,花了很多时间(Cellular automata model is used matlab programming, spend a lot of time)
- 2014-02-07 21:27:45下载
- 积分:1
-
jiqirenbizhang
机器人避障,模糊控制,基于matlab平台的源代码。(Robot obstacle avoidance, fuzzy control, based on the source code matlab platform)
- 2021-04-19 11:28:51下载
- 积分:1
-
qam314matlabcode
说明: QAM的调制一解调matlab仿真,欢迎大家下载,多多支持,(a QAM modulation demodulator Matlab simulation, we welcome downloaded more support, I thank)
- 2006-03-11 21:32:36下载
- 积分:1
-
post-for-win
Matlab矩阵数据与外部程序交换,目的是使用 Ctrl+V 拷贝空间中的matlab变量数据到Origin,或其他软件.(Copy the Matlab matrix data on clipboard and feed data into excel or notepad using Ctrl+V .)
- 2014-09-16 21:43:39下载
- 积分:1
-
16
说明: Description :
A simple simulation Model for DC DC step-down buck converter,
the model allows measurments of output current/voltage,
capacitor current, diode current.
Ripples in each measurment can be observed very accurately using the scope
- 2014-10-03 18:33:45下载
- 积分:1