-
radar-target-treacherous
雷达激动目标的跟踪,matlAB仿真源程序(radartarget trace)
- 2013-01-07 15:01:37下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1
-
zhiwenshixie
关于指纹识别算法的实现,简单可行,是正确的(Simulated annealing algorithm matlab program, verify that is correct)
- 2010-01-01 14:39:07下载
- 积分:1
-
temp2
QPSK system simulation not working
- 2014-02-10 04:02:54下载
- 积分:1
-
fs1
describes Fourier Series representation of square wave signal.
- 2010-02-24 15:32:22下载
- 积分:1
-
sp
说明: 一种简单的带罚函数的粒子群算法 容易修改并且非常简单适合初学者(A simple penalty function with PSO is very easy to modify and simple for beginners)
- 2014-07-11 10:26:06下载
- 积分:1
-
extractFeatures
For an audio vector, it returns audio features needed to detect voice activity, os useful to other audio classification.
- 2010-05-11 16:19:38下载
- 积分:1
-
zernfun
zeinike矩算法,基于MATLAB编的,实现矩不变性,仅供参考(zeinike moment algorithm, MATLAB compiled by)
- 2012-07-19 21:18:53下载
- 积分:1
-
ofdm1
建立正交频分多路复用(OFDM)系统调制器的仿真模型,并编程给出具有K=10个子信道、符号区间T=100s、采用16点QAM信号时,OFDM系统调制器的输出信号。(The establishment of orthogonal frequency division multiplexing (OFDM) system, the simulation model of the modulator and the program is given with K = 10 Ge sub-channel, symbol interval T = 100s, with 16-point QAM signal, OFDM system, the modulator output signal .)
- 2009-12-19 12:54:54下载
- 积分:1