-
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
-
ShortDipole
short dipole antenna input impedance by moment method
- 2009-10-18 00:26:22下载
- 积分:1
-
Pcm_Image
matlab,把文件解压后放入matlab的默认文件夹里,一般是(C:MATLAB7work)。在matlab主窗口中输入命令ima=imread( C:MATLAB7work1.jpg ),然后输入命令[P,U,iter]=GPAS2(ima,2),即可。绝对好运行(matlab, matlab to unzip the files into the default folder, usually (C: MATLAB7 work). In the matlab main window, type the command ima = imread (' C: MATLAB7 work 1.jpg' ), and then enter the command [P, U, iter] = GPAS2 (ima, 2), can. Definitely a good run)
- 2010-06-25 16:27:56下载
- 积分:1
-
PUfinal
This a PU meshfree code have been developed for curve fitting problems. this archive contains Matlab subroutines
- 2009-02-12 18:05:15下载
- 积分:1
-
C4_5
这是一个用matlab编写的C4.5算法的实现(this is a classification of machine learing,C4.5,using matlab)
- 2009-03-23 10:46:09下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
sim_-comm_system
说明: 提供了通信系统仿真链路的基本知识,对通信系统仿真初学者很有用。(show the base knowledge on the simulation of communiaction link.)
- 2011-03-24 11:26:29下载
- 积分:1
-
jiucuoxinneng
MIMO系统各态历经信道容量的分析与仿真(Ergodic MIMO system channel capacity analysis and simulation)
- 2010-05-13 20:18:45下载
- 积分:1
-
SAR
合成孔径雷达系统MATLALB模拟实现源码。(Synthetic aperture radar systems MATLALB simulation source.)
- 2012-08-02 10:45:21下载
- 积分:1
-
NFCDemo
NFC读写测试demo,自动读取每个扇区每个块的值(NFC reader test demo, automatically reads each sector value for each block)
- 2013-12-13 14:11:56下载
- 积分:1