-
matlab
Tsai标定法的matlab实现
完成图像坐标到世界坐标的转换(Tsai calibration method to achieve the completion of the matlab image coordinate to world coordinate conversion)
- 2008-07-07 10:56:19下载
- 积分:1
-
Segmentation
Image segmentation with gui
- 2014-11-20 00:24:12下载
- 积分:1
-
classification
调制信号识别,利用设计的算法识别出调制信号。(Modulated signal identification, the use of algorithms to identify the design modulated signal.)
- 2013-10-01 18:15:13下载
- 积分:1
-
LMS-toolbox
lms算法的matlab实现程序,比较经典,非常适合作为初学者的学习参考(lms algorithm matlab implementation process, more classic, ideal for beginners to learn as a reference)
- 2011-06-19 16:05:47下载
- 积分:1
-
NGA
小生境遗传算法,该算法易于找出优化问题的所有局部最优解和全局最优解(Niche Genetic Algorithm. The algorithm is easy to find the optimization problem in all local optimal solution and the global optimal solution)
- 2014-11-17 21:46:00下载
- 积分:1
-
matlab
包含一些通信系统的仿真程序
包括时间分集,频率分集,二时二频分集(Communication system contains some simulation program including time diversity, frequency diversity, frequency diversity two two)
- 2013-11-27 14:20:44下载
- 积分:1
-
qrd_lsl
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
- 2007-09-14 11:48:52下载
- 积分:1
-
Image_Smoothing
所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。(Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including the neighborhood average method, o-field value filtering and K neighborhood mean filter, where K o domain mean filter mask for the selected 3* 3, K value of taking five, picture selection board.ti.)
- 2009-12-23 20:41:43下载
- 积分:1
-
Image-chaos-decryption-algorithm-
基于混沌理论的图像解密算法,希望对研究图像加密解密的人员有帮助。(Based on chaos image decryption algorithm ,i hope it will be helpful.
)
- 2011-10-08 10:58:23下载
- 积分:1
-
rangePolyponPoint
Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。( 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点
输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合
返回的排列好的点的横坐标和纵坐标集合.
使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10])
输出结果为:x = [ 0 10 10 0], y = [ 0 0 10 10].)
- 2011-11-27 11:34:14下载
- 积分:1