-
cordic_division
利用cordic实现除法的matlab源码。
本人原创,标准cordic算法。(implement division by cordic.
matlab m language.)
- 2009-12-25 14:35:51下载
- 积分:1
-
matlab-program
100例常用matlab程序,对于正在学习matlab的朋友有帮助。( It s helpful for friends learning matlab)
- 2012-04-20 12:01:37下载
- 积分:1
-
matlab_calibrate
说明: 使用matlab进行摄像机标定,具有较高的精度,操作简单,提供应用使用说明(Using matlab to camera calibration, high accuracy, simple operation, to provide application instructions)
- 2010-04-13 00:44:28下载
- 积分:1
-
MATLAB_MST
说明: 用MATLAB实现最小生成树,可以应用在网络分簇、计算权值等多种应用场合(Using MATLAB to achieve the minimum spanning tree, can be applied to network clustering, calculation of weight and many other applications)
- 2010-04-07 11:33:12下载
- 积分:1
-
PolynomialFilter
机动目标跟踪,多项式滤波器
圆轨道卫星的跟踪
Matlab仿真程序(Maneuvering target tracking, polynomial filter
Circular orbit satellite tracking
Matlab simulation program)
- 2014-08-22 19:59:16下载
- 积分:1
-
xiaonei
校正雷达定位飞机的误差的MATLAB。通过建立概率密度空间球。(Correction MATLAB aircraft radar positioning errors. Through the establishment of the probability density space ball.)
- 2015-01-06 16:07:54下载
- 积分:1
-
智能控制第三版仿真程序
《智能控制第三版仿真程序》刘金琨著所有源程序。("Intelligent control third version of the simulation program" Liu Jinkun with all the source program.)
- 2017-12-28 22:00:43下载
- 积分:1
-
linearizor
linearizator to model
- 2010-09-07 16:42:22下载
- 积分:1
-
kmeansimage
这是一个用Kmean处理图像的matlab文件(This is a deal with Kmean document images matlab)
- 2008-06-27 17:21:39下载
- 积分:1
-
lab1
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:01下载
- 积分:1