-
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
-
beamscanning
Beam scanning in array signal processing
- 2015-01-23 21:25:36下载
- 积分:1
-
pacp
wireshark 抓取pacp包进行分析
判断延迟 丢失等(wireshark packet analysis grab pacp judge delayed loss, etc.)
- 2014-01-15 17:51:12下载
- 积分:1
-
edge-detecting-based-susan
这是基于susan算子的边缘检测代码,用于检测物体边缘。使用matlab实现。(susan detection foor edge)
- 2015-05-09 16:18:20下载
- 积分:1
-
SVM-face-recog
人脸识别的SVM算法,运行正确。采用Matlab编写。(SVM algorithm for face recognition, running correctly。Based on matlab.)
- 2015-07-05 14:03:39下载
- 积分:1
-
mnf
Matlab实现的最大噪声分离变换(MNF),可以处理RGB图,高光谱图像以提取图像特征。算法速度较快,注释详尽。(Matlab achieve maximum noise separation transform (MNF), can handle RGB graph, hyperspectral images to extract image features. Algorithm faster, detailed notes.)
- 2014-07-24 09:21:19下载
- 积分:1
-
filter_wq
说明: 用Matlab实现中值滤波,均值滤波以及高斯滤波(Using Matlab to achieve median filter, mean filter and Gaussian filter)
- 2009-08-17 14:47:06下载
- 积分:1
-
ChaosToolbox1p0_trial
混沌时间序列预测工具箱,包括了李雅普诺夫指数、分形纬、嵌入纬以及神经网络预测(chaotic time series forecasting tool kit, including the Lyapunov exponent, fractal-wai, Wei and embedded neural network prediction)
- 2007-04-25 15:04:30下载
- 积分:1
-
time_frequency_matlab
横坐标是时间,纵坐标是频率,matlab绘制时频图的小程序(Time frequency pic)
- 2021-02-25 11:39:38下载
- 积分:1
-
MMA_64
MMA盲均衡算法,上传供交流,希望大家提供宝贵的意见(MMA blind equalization algorithm, uploads for the exchange, we hope to provide valuable advice)
- 2007-01-07 14:43:06下载
- 积分:1