-
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
-
shuzilvboqiFIR
这个是有限数字滤波器的设计程序,有低通高通,带通等滤波器设计。(This is a limited number of filter design process, a low pass high pass, band pass and other filter design.)
- 2010-11-12 11:15:15下载
- 积分:1
-
Kaiser
FIR带通滤波器,用于分离混叠信号,适用于初学者(FIR band-pass filter, used to separate overlapping signals for beginners)
- 2010-05-16 11:08:40下载
- 积分:1
-
16APSK
matlab中的16APSK调制和软解调,软解调用于LDPC译码。(16APSK modulation and soft-demodulation in matlab. Soft-demodulation is used for LDPC decoding.)
- 2021-02-05 14:49:57下载
- 积分:1
-
Cosine-16-point-DFT-figure-matlab
绘出余弦的16个点的傅立叶变化图,你可以在程序中改变点的个数,得到你想要的图形(Draw the 16-point cosine Fourier map changes, you can change in the program the number of points to get the graphic you want)
- 2011-07-02 00:41:36下载
- 积分:1
-
Numerical-Optimization
绘制函数的等值线,数值优化书关于约束最优化中实例(Drawing the contours of the function, numerical optimization in the book examples of constrained optimization)
- 2011-10-14 08:44:01下载
- 积分:1
-
DDDW
GPS单点定位程序,包含RINEX文件 .N和.O文件,得到观测点位置(GPS point positioning procedures, including RINEX files .N and .O files get observation point)
- 2015-03-03 15:40:48下载
- 积分:1
-
m
说明: m序列含有直流分量,将造成对辨识系统的静扰动,这通常不是所希望的(m sequence contains a DC component, will cause the static perturbation of the recognition system, this is not usually want)
- 2012-08-05 09:04:22下载
- 积分:1
-
r_test_paired
Tests hypothesis that 2 variables are equally correlated with a 3rd if values from all 3 are paired
- 2010-10-18 05:54:09下载
- 积分:1
-
MIMOmodel
说明: 一个很好的MIMO的信道模型程序,很实用。
没有密码,可以自由下载(A very good MIMO channel model program, it is practical. No password, you can free download)
- 2008-10-28 11:16:57下载
- 积分:1