-
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
-
LMD分解信号程序
说明: 可以将信号很好的进行LMD分解,很好用,自己试试看(The signal can be well decomposed into LMD)
- 2019-01-24 18:04:11下载
- 积分:1
-
simosimula
simosimul simulates the ber for different simo systems 1*1,2*1,3*1 and 1*4
- 2009-02-26 02:07:38下载
- 积分:1
-
Pulse_Width_Modulation
source codes about communication
- 2014-08-17 02:06:51下载
- 积分:1
-
bookmarksdemo20131221
grails bookmark例子程序在2.0上的实现(grails bookmark sample in grails 2.0)
- 2013-12-21 09:52:46下载
- 积分:1
-
elm算法,完整
说明: elm算法,我做风电功率预测时用到过,比较好用。(Elm algorithm, I do wind power prediction used, relatively easy to use.)
- 2021-03-18 15:09:20下载
- 积分:1
-
matlab-yinyue
学习matlab,用c语言读wav格式的必备资料;自己写的寻找一组数据的峰值点程序,提取信号包络的程序,小波工具箱(Learning matlab, using c language read wav format necessary information their search for a set of data written in the peak-point program, extract the signal envelope of the process, wavelet toolbox)
- 2009-12-03 14:19:14下载
- 积分:1
-
MatlabFFT
快速傅里叶变换,很实用的!!希望能帮助你(Fast Fourier transform, it is useful! ! Hope you can help)
- 2011-10-25 09:17:34下载
- 积分:1
-
WSN_mac
wireless sensor networks are required to share one wireless channel among several
sensor nodes. An efficient media access control (MAC) protocol must be developed and implemented
on hardware. This MAC must be easily used by future users on the target hardware. The MAC should
avoid data collision and posses strong speed of transmission.
- 2014-02-07 14:58:02下载
- 积分:1
-
diedaiCap
一般离散信道容量的迭代算法,仿真程序简单易懂,并验证过(iterative algorithm of DMC,Discrete symmetric channel )
- 2010-07-28 21:00:29下载
- 积分:1