-
FSKdemode2
说明: fsk信号的调制与解调,通信领域其他各种调制方式可以参考此文件稍作修改(fsk signal modulation and demodulation, modulation communications can refer to various other minor modifications to this document)
- 2011-03-21 12:40:27下载
- 积分:1
-
chepai
基于matlab的数字识别程序,将图像中的数字转化为txt文本(Matlab-based digital identification procedures, the number of images in the text into a txt)
- 2010-05-05 18:16:01下载
- 积分:1
-
OFDM
无线通信正交频分复用仿真程序,开发环境matlab(Wireless orthogonal frequency division multiplexing simulation program, the development environment matlab)
- 2011-05-07 23:43:03下载
- 积分:1
-
10242419TSP遗传算法程序
是tsp遗传算法,详细的描述其进行的过程,可以使人很容易理解。(TSP genetic algorithm, a detailed description of its process, can make it easy to understand.)
- 2017-07-02 21:30:49下载
- 积分:1
-
frequency_hopping
generate frequency hopping and lfm signal and study auto corrleation and cross corrleation properties
- 2012-06-19 23:11:20下载
- 积分:1
-
percep3
关于创建感知器神经网络并训练输出的小程序(About creating Perceptron Neural Network applet)
- 2014-11-01 10:36:05下载
- 积分:1
-
LPR
车牌识别,自己用matlab做的车牌设别简单程序(License plate recognition, license plate to do their own design with matlab do simple procedures)
- 2010-12-09 11:24:08下载
- 积分:1
-
expend
针对二值图像的广泛应用,嵌入鲁棒性水印,测试其抵抗结合攻击的能力。(value against the wider use of images, embedded watermark robustness testing their resistance combination attacks.)
- 2006-07-06 12:58:52下载
- 积分:1
-
MATLAB-GA-
在MATLAB平台上编写的遗传算法GA程序(GA program using matlab)
- 2012-04-18 15:13:43下载
- 积分: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