-
LEx2
finds the ratio between number of local extrema of a signal (vector) to the size of the signal (vector)
- 2010-02-05 23:04:50下载
- 积分:1
-
Lucas_Kanade
说明: 光流运动中经典的Lucas_Kanade的matlab算法,适合视频中的目标跟踪运用(Optical flow motion in the classical Lucas_Kanade the matlab algorithm for tracking the use of video in)
- 2011-02-28 21:28:35下载
- 积分:1
-
sect
完成DSSS调制解调功能的matlab程序(Complete DSSS modem functions of the matlab program)
- 2011-07-08 10:43:03下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
SAA7121Hpal8bitmaster
SAA7121Hpal8bit master.rar
飞利浦编码芯片SAA7121H pal制式的内部寄存器配置文件
现在给大家共享
(SAA7121Hpal8bit master.rar Philips SAA7121H pal standard encoding chip internal register configuration file now to share)
- 2007-12-03 09:50:44下载
- 积分:1
-
MATLAB_CODE_for_fingerprintbased_gender-classific
The zip file contains matlab files for fingerprint based gender classification based on different features extracted from fingerprints.please go through the readme file.
- 2013-03-02 15:41:43下载
- 积分:1
-
zunewton
阻尼牛顿法求解minf(x)=(1-x1)^2+2*(x2-x1^2)^2初始点x=(0,0)精度为0.01。可运行出结果,程序清晰,算法明确。(Damped Newton method for solving min f (x) = (1-x1) ^ 2+2* (x2-x1 ^ 2) ^ 2 the initial point x = (0,0) accuracy of 0.01.It Can run out the results 。 the program is clear, algorithm is explicit. )
- 2012-02-15 14:36:02下载
- 积分:1
-
UAV-Cooperative-Decision-and-Control
无人机协同决策与控制英文原版,可供研究无人机协同的同学参考(the English original of UAV Cooperative Decision and Control,for the study of reference UAV cooperative students)
- 2014-05-03 23:06:18下载
- 积分:1
-
bin2bcd
binary to bcd conversion
- 2005-02-15 11:57:47下载
- 积分:1
-
RNAG-TD
ce document traite le cas de modèle hybride RN et AG
- 2009-12-14 01:27:58下载
- 积分:1