-
tracking_demo
基于卡尔曼滤波算法编写的跟踪问题的演示程序(Based on the Kalman filter algorithm to track the issue prepared demo program)
- 2007-11-08 00:20:05下载
- 积分:1
-
SSB
简单数字调制编程,方便初学者学习
简单数字调制编程,方便初学者学习(Simple digital modulation program, easy for beginners to learn simple programming of digital modulation, easy for beginners to learn)
- 2010-12-30 12:49:10下载
- 积分:1
-
mosaic
说明: 为兰开夏学弟们服务,CV作业,图像拼接,加权平滑融合,原创(Their services for the Lancashire Xiaxue Di, CV operation, image mosaic, weighted smooth integration of original)
- 2011-03-24 09:00:20下载
- 积分:1
-
cornerdetected
此代码为角点检测程序,可用在对摄像机的标定中获得图像中角点的像素坐标。用MATLAB编写(this code to corner detection procedures can be used in the calibration of the camera image obtained corner coordinates of the pixel. Using MATLAB)
- 2007-05-23 21:14:49下载
- 积分:1
-
FTVd_v4.1
this is ADM codes for the Compressive sensing
- 2021-05-14 09:30:02下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
蚁狮算法
【实例简介】蚁狮算法简单的说就是一个不断迭代搜索最优解的过程。 好的优点,已被应用到SVM、Elman神经网络、GM (1,1)以及螺旋桨页面曲线参数寻优等场合。 蚁狮算法包含以下几个角色:蚂蚁,蚁狮(使用陷阱捕食蚂蚁的一种昆虫)和精英蚁狮。 蚂蚁代表着尝试解,它随机走动,但是由于陷阱会滑向蚁狮。 蚁狮代表着局部最优解,在每次蚂蚁随机走动之后都会根据蚂蚁和蚁狮的评价值来更新
- 2021-08-10 00:30:55下载
- 积分:1
-
mlf2pdf
Small script using matlabfrag to create a latex formatted pdf file
- 2010-11-11 21:20:05下载
- 积分:1
-
Matalab-for-possion
用Matalab模拟泊松过程 我们的大作业 (use Matlab simulation, test and the estimated possion)
- 2011-05-18 10:00:24下载
- 积分:1
-
sfundiabetes
Diabetic model of a patient
- 2011-11-22 14:02:14下载
- 积分:1