-
bayes
贝叶斯分类器的设计与实现,非常好的应用程序,能够在其上面实现人脸识别(Bayesian classifier design and implementation of a very good application, face recognition can be achieved in the above)
- 2010-06-10 21:25:02下载
- 积分:1
-
dertabask
ask信号的产生及其零均值归一化瞬时幅度,ask信号的产生及其零均值归一化瞬时幅度(ask signal generation and zero-mean normalized instantaneous amplitude, ask the signal generation and zero-mean normalized instantaneous amplitude)
- 2010-12-04 14:07:06下载
- 积分:1
-
Dimensional-FDTD-algorithm-in
三维FDTD算法在PEC边界情况下VC++主迭代程序(Dimensional FDTD algorithm in the case of PEC boundary VC++ main iterative procedure)
- 2013-08-06 11:03:52下载
- 积分:1
-
mainF
非线性系统的模型阶次辨识+模型系统辨识,非常有效(Model order nonlinear system identification+ model system identification, is very effective)
- 2013-09-02 17:13:18下载
- 积分:1
-
facedetection
说明: 人脸区域检测,对图像中的人脸区域进行检测并用矩形框标记。(Face region detection, face image in the region to detect and mark with a rectangular box.)
- 2011-03-13 11:49:47下载
- 积分:1
-
Matlabcodes
The best MATLAB programs out there
- 2014-10-02 23:00:18下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
GUI
matlab中GUI的基本操作讲解,让初学者学会怎样使用GUI这一功能。(The basic operation of the GUI matlab explain, let beginners learn how to use the GUI this feature.)
- 2014-02-17 19:55:43下载
- 积分:1
-
MultiWavelet-Tools
MultiWavelet Tools是一个变换工具,可以用来进行压缩、去噪,边缘检测等等!(MultiWavelet Tools is a transformation tool can be used for compression, denoising, edge detection and so on!)
- 2009-04-06 18:50:33下载
- 积分:1
-
project1.tar
华盛顿大学机器人课程的教学作业,是学习Kalman滤波和粒子滤波很好的仿真平台。稍加改动可以将该平台作为SLAM学习,多目标跟踪等问题的实验平台。深入学习可以得到更多回报,具体算法的实现可以参考本站内的EKF-SLAM和Fast-SLAM(You are to write a particle filter and a Kalman filter for robot localization. The script generates motion information according to the odometry-based motion model. Observations are landmark detections. Each landmark has a unique ID. )
- 2011-08-14 12:18:12下载
- 积分:1