-
trackyuanzhen
这是一个利用最陡下降梯度算法跟踪运动目标的算法,阵列形式为面阵,通过分时的方法跟踪目标的方位角和俯仰角(This is a gradient algorithm using the steepest descent algorithm for tracking moving targets, the array in the form of planar array, through the sharing of methods to track target azimuth and elevation)
- 2010-10-12 15:50:52下载
- 积分:1
-
qam314matlabcode
说明: QAM的调制一解调matlab仿真,欢迎大家下载,多多支持,(a QAM modulation demodulator Matlab simulation, we welcome downloaded more support, I thank)
- 2006-03-11 21:32:36下载
- 积分:1
-
DPSO离散粒子群算法
说明: 本例程是离散粒子群算法的实现实例,里面标记了一些不懂的地方,希望能与大家交流(This routine is the implementation of discrete particle swarm optimization example.)
- 2020-07-24 09:07:46下载
- 积分: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
-
contours_demo
A very good, neat and classic contour detection. (cpp code , matlab script and test image included). You can learn the basic idea of contour detection and do your research based on this.
- 2013-03-19 01:06:13下载
- 积分:1
-
gailvyutongjijiangyi
MATLAB 是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。
(matlab)
- 2009-10-28 07:55:09下载
- 积分:1
-
SpeakerDEMO
SPEAKER RECOGNITION DEMO
- 2013-01-03 20:11:59下载
- 积分:1
-
Kalman
Kalman滤波处理运动小球圆心位置,实时测量小球的速度、加速度(Kalman filtering processing ball movement right position
)
- 2012-01-02 14:54:30下载
- 积分:1
-
hough
关于hough变换的边缘检测代码,自己编写的,用于设计作业,效果不错(About hough transform edge detection code, I have written for the design work, good results)
- 2014-10-08 18:29:55下载
- 积分:1
-
SuperResalution-elle-thesis
图像超分辨率算法的研究,介绍了ML、MAP等超分辨率算法的核心思想,GMRF先验选择等,对学习图像超分辨率重建很有帮助(Image super-resolution algorithm, the core idea of the ML, MAP super-resolution algorithm GMRF prior selection, useful for learning image super-resolution reconstruction)
- 2013-04-17 14:10:04下载
- 积分:1