-
JianCeAndTrack
检测跟踪算法,检测算法用的kim算法,跟踪用的均值偏移算法(Detecting and tracking algorithm, detection algorithm method used by kim, tracking using mean shift algorithm)
- 2010-10-24 14:22:30下载
- 积分:1
-
GraphTheoryAlgorithmMATLAB
说明: 图论算法及其MATLAB 程序代码
1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法
2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法
3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法
6.(Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V, E, F) in the shortest path between any two points of the Warshall-Floyd algorithm, Kruskal avoid the circle method 2. Seeking the maximum bipartite graph G matching algorithm (the Hungarian algorithm), using feasible point mark seeking the best match algorithm 3. a feasible flow f from the beginning, find the maximum flow of the Ford- Fulkerson Labeling Algorithm 6.)
- 2010-03-28 15:39:29下载
- 积分:1
-
buck
Buck converter using digital modulation
- 2013-03-07 13:59:37下载
- 积分:1
-
fuzzy
简单介绍了模糊控制器的隶属度函数的matlab代码输入(A brief introduction to the fuzzy controller matlab code input membership function)
- 2013-12-06 21:04:47下载
- 积分:1
-
robots
仿真移动机器人避障的实验,是机器人在制定的环境中避开障碍,到达目的地。(Simulation of mobile robot obstacle avoidance experiments, is in the formulation of the robot environment to avoid obstacles, reach their destinations.)
- 2008-01-23 17:56:24下载
- 积分:1
-
Globe_IT-code-Final
Gaussian process latent variable model code for dynamic texture synthesis
- 2014-09-01 16:09:12下载
- 积分:1
-
Model-Predictive-Control-Toolbox
matlab工具箱的详细用法说明,英文的(matlab predictive control GUI)
- 2012-10-18 10:15:44下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
1
matlab语音采集 语音采集信号 时域 频域分析(matlab voice collecting voice collecting signals frequency domain analysis)
- 2013-10-25 11:28:13下载
- 积分:1
-
initial_track
卡尔曼滤波跟踪算法,有原有算法上进行了一定的改进(Kalman track )
- 2011-01-25 13:09:40下载
- 积分:1