-
meanshift
matlab实现的meanshift算法,本人使用效果不错(meanshift on matlab )
- 2010-12-25 11:24:41下载
- 积分:1
-
speed
说明: 基于matlab的多速率信号处理程序,希望对大家有帮助。(Matlab-based multi-rate signal processing procedures, we hope to help.)
- 2006-04-29 18:12:05下载
- 积分:1
-
Process_Control_DMC
基于纯滞后系统的DMC过程动态矩阵控制实现(Delay system the DMC process of Dynamic Matrix Control Based on)
- 2013-03-18 15:41:53下载
- 积分:1
-
Parallel-CUDA-Programming
Several GPU parallel processing papers for the NVIDIA CUDA programming language.
- 2015-04-15 14:54:18下载
- 积分:1
-
MVDR
阵列信号处理中的MVDR处理程序,开发平台matlab,内含文件说明(MVDR array signal processing in the process, the development platform for matlab, embedded file description)
- 2010-09-26 21:19:44下载
- 积分:1
-
3
说明: 产生线性调频信号,Matlab仿真实现雷达线性调频信号,并表现出线性调频信号的时域图和幅频、相频图(LFM signal generation, Matlab simulation of radar chirp signal, and the performance of a linear FM signal in time domain and amplitude frequency diagram, phase-frequency diagram)
- 2011-04-25 13:09:08下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
2011cumcmB
2011年数学建模B题程序代码,解决城市网点分布缉拿小偷的问题(2011 Mathematical modeling code of Problem B)
- 2012-07-06 13:42:38下载
- 积分:1
-
Snake
Hi
This mfile is source code for image segementation using active contour models [Snake]. It found the objects in imaages.
- 2009-02-25 23:15:11下载
- 积分:1
-
filter.dr
【无人驾驶传感器之64线激光雷达】
velodyne hdl64es2 64线激光雷达点云数据处理之角分割与滤波方法([64 line laser radar sensor of the unmanned]
angle velodyne hdl64es2 64 lines LIDAR point cloud data processing method of segmentation and filtering)
- 2013-12-02 14:14:59下载
- 积分:1