-
AIS航迹滤波
修改的卡尔曼滤波程序,适用于AIS航迹滤波,和雷达的航迹关联(Modified Kalman filtering procedures applied to AIS track filtering, and radar track association)
- 2009-10-23 09:07:14下载
- 积分:1
-
jacobi
Use Jacobi algorithm to solve the linear equation
- 2009-06-01 18:01:23下载
- 积分:1
-
fwdblockstego
this source code based on steganography and developed in matlab. in steganography we can hide any data like images in another image.
this method based on block processing method.
- 2009-03-23 22:25:05下载
- 积分:1
-
TurboDecodeAlgorithm
3GPP标准Turbo码编码译码仿真Matlab6.5及VC6.0源代码,并包含Turbo码编码译码原理的介绍文档。(3GPP standard Turbo coding and decoding simulation VC6.0 Matalab 6.5 source code , and includes Turbo Encoder Decoder description of the principle of documentation.)
- 2006-10-11 00:53:04下载
- 积分:1
-
sift
SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量(SIFT features (Scale-invariant feature transform, scale-invariant feature transform) is a computer vision algorithm to detect and describe the image characteristics of the locality, it scales in space to find extreme points, and extract its location , scale, rotation invariant)
- 2011-09-09 14:07:33下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
peizhun1
图像配准程序,采用双线性插值,结果能运行。(Image registration process, USES the bilinear interpolation, the result can run.)
- 2014-10-08 20:44:44下载
- 积分:1
-
ARIMAtest
对于时间序列模型建立ARMA预测模型,可对未来值进行预报。(For the time series model, the ARMA prediction model is established, and the future value can be forecasted.)
- 2017-07-12 16:48:59下载
- 积分:1
-
1
说明: 有用的matlab源,大家看一下是否有用啦。或许对你有帮助哦。(Matlab useful source, we look at whether it is useful to you. May be helpful to you, oh.)
- 2008-01-04 00:00:14下载
- 积分:1
-
main
Force Measurement ABS with IMC
- 2012-10-06 10:31:32下载
- 积分:1