-
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
-
Speech-signal-DSB-demodulation
基于Simulink的语音信号的DSB调制和解调过程,运用连续系统和离散系统分别用于参数的选取和调制解调的模拟,利于课堂的教学(DSB modulation and demodulation process based on Simulink speech signal, using continuous and discrete systems simulation parameters are used to and modem, and is conducive to teaching classroom)
- 2015-02-02 20:04:02下载
- 积分:1
-
yttujdae
一些自适应信号处理的算法,包含特征值与特征向量的提取、训练样本以及最后的识别,进行波形数据分析,是路径规划的实用方法,能量熵的计算,Matlab实现界面友好,数值分析的EULER法。( Some adaptive signal processing algorithms, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Waveform data analysis, Is a practical method of path planning, Energy entropy calculation, Matlab to achieve user-friendly, EULER numerical analysis method.)
- 2016-04-11 07:23:04下载
- 积分:1
-
fn_color_model_conversion
Image color model conversion from any image format to RGB, and vice versa.
- 2010-01-05 14:57:01下载
- 积分:1
-
2d--FEM
这是一个用MATLAB编写的二维圆形区域的三角剖分程序。(This is a MATLAB prepared with a circular area of two-dimensional triangulation procedures.)
- 2009-06-21 22:47:24下载
- 积分:1
-
SVM
支持向量机的MATLAB实现,能自动完成数据的分类功能。(MATLAB support vector machines to achieve, can auto-complete the classification of functional data.)
- 2009-07-03 19:03:01下载
- 积分:1
-
compressedsensing
说明: 压缩感知雷达文献,里面包含大量关于压缩感知雷达文章(compressed sensing)
- 2010-04-12 11:12:49下载
- 积分:1
-
A-good-learning-Q-source-
Q-Learning强化学习的代码实现.rar(A good learning Q source code, for learning has a great role in reinforcement learning)
- 2012-09-14 17:11:20下载
- 积分:1
-
tnn7_code_201212141110
REAL-TIME FACE DETECTION AND TRACKING
- 2013-11-28 17:06:50下载
- 积分:1
-
Program
使用了遗传算法对从仓库到各个客户点的车辆运输方案进行优化,得到一个可行的结果(The genetic algorithm is used to optimize the vehicle transport scheme the warehouse to the customers, and get a feasible result.)
- 2015-06-09 12:48:09下载
- 积分:1