-
APES算法
说明: 功率谱估计算法,很有效经典。非参数谱估计,APES算法,振幅与相位估计(Power spectrum estimation algorithm, very effective classic)
- 2020-12-15 11:39:13下载
- 积分:1
-
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
-
4RRR_with_GUI
4RRR运动学相关程序,添加了多种解决方案,也是一个不断变化的图形用户界面,对几乎所有的模拟参数允许使用。
(4RRR kinematics procedures, adding a variety of solutions, but also a changing of the graphical user interface, almost all of the simulation parameters allowed.)
- 2010-07-22 15:52:34下载
- 积分:1
-
时间差定位技术TDOA之chan算法
到达时间差定位技术TDOA之chan算法(Time Difference of Arrival chan algorithm of TDOA location technology)
- 2020-06-28 21:00:02下载
- 积分:1
-
业内最经典的多目标算法之一,多目标演化算法 MOEA-D
业内最经典的多目标算法之一,多目标演化算法(One of the most classical multi-objective algorithms in the industry, multi-objective evolutionary algorithm)
- 2020-06-25 06:20:02下载
- 积分:1
-
cvpr14_saliency_code
CVPR 2014上的关于图像显著性区域的检测matlab代码。(Wangjiang Zhu, Shuang Liang, Yichen Wei, and Jian Sun. Saliency Optimization from Robust Background Detection. In CVPR, 2014.)
- 2014-09-07 09:52:42下载
- 积分:1
-
genetic-algorithm-TSP
遗传算法求解随机生成城市的最短路径问题即旅行商问题,同时生成路径图(a solution to TSP problem based on genetic algorithm)
- 2015-02-07 14:05:57下载
- 积分:1
-
code-QAM
this file give another type of generation of quadrature amplitude modulation
- 2013-12-04 04:42:45下载
- 积分:1
-
Matlab-code
英文原版书籍《MATLAB Programming With Applications for Engineers》中例子及课后习题代码(Code of the book《MATLAB Programming With Applications for Engineers》)
- 2013-12-17 07:25:05下载
- 积分:1
-
litekmeans
This program do the k-means based clustering. Test on 9888 data points
- 2010-07-13 12:38:12下载
- 积分:1