-
tulunsuanfayusheji
说明: 清华大学著名教授吴文虎著,图论算法的经典之作 (A classic algorithm of graph theory, written by Professor Wenhu Wu,Tsinghua University.)
- 2010-04-20 14:32:08下载
- 积分:1
-
fchao
使用基于峭度的FASTICA盲分离算法,实现对两个超高斯信号的分离,并从分离结果可总结出盲分离算法的两个不确定性。(FASTICA kurtosis-based blind source separation algorithm, to achieve the separation of the two super-Gaussian signals, and the separation results can be summarized from the blind separation algorithm of two uncertainty.)
- 2011-06-03 11:12:24下载
- 积分:1
-
risk
基于正态分布下的最小风险Bayes分类器(Minimum risk Bayes classifier based on normal distribution)
- 2012-05-10 21:54:44下载
- 积分:1
-
quadratic-interpolation-algorithm
应用matlab实现黄金分割和二次插值算法(Application matlab achieve golden and quadratic interpolation algorithm)
- 2014-10-09 20:58:03下载
- 积分:1
-
Spectrum-Density-for-g729
Matlab code for calculation of spectrum density of G729 coder
- 2012-02-03 16:44:11下载
- 积分:1
-
f4.02
连续釜式搅拌反应器(CSTR)开车过程的动态模拟nb
用mathematics编程的(Continuous autoclave stirred tank reactor (CSTR) to drive the process of dynamic simulation nb programming with mathematics)
- 2010-01-03 14:59:05下载
- 积分:1
-
sift
SIFT双向匹配代码,基于matlab版本的代码(dual-matching of SIFT)
- 2010-05-30 20:33:43下载
- 积分:1
-
cic_maichong_r3_1
利用CIC滤波器实现中频脉冲信号的包络检波(use CIC filters IF signal pulse envelope detector)
- 2007-01-23 20:29:00下载
- 积分: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
-
sort
对单炮地震数据抽稀:地球物理物探工作者必备程序(a procedure of vacuate of signal shot data)
- 2014-01-29 20:26:14下载
- 积分:1