-
fminconset
很实用的在matlab环境下的图像处理源程序代码(matlab image processing under)
- 2009-05-07 11:30:53下载
- 积分: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
-
OFDMaMatlab
设计OFDM系统IQ不平衡问题研究,及不平衡的图解~(Learn how MATLAB can be used efficiently in order to perform tasks in
digital signal processing and digital communications
Learn something about state-of-the-art digital communications systems and
how to simulate/analyze their performance)
- 2011-04-26 09:48:58下载
- 积分:1
-
pack11_emd
HHT是历史上首次对Fourier变换的基本信号和频率定义作的创造性的改进。他们不再认为组成信号的基本信号是正弦信号,而是一种称为固有模态函数的信号(HHT is the first time in the history of the Fourier transform basic definition signals and frequencies for creative change Progressive. They will no longer signal that the basic component signal is sinusoidal signal, but as an intrinsic mode function signals)
- 2007-06-16 21:23:33下载
- 积分:1
-
Localization
未知节点可能因为没有邻居锚节点而无法定位,使用matlab进行仿真开发的定位代码(Nodes may be unknown because no neighbor anchor node can not locate matlab simulation development positioning code)
- 2012-09-04 10:52:28下载
- 积分:1
-
pcd1
program to process steganografi and watermarking
- 2010-12-02 14:53:37下载
- 积分:1
-
Active-contour-using-Matlab
Active Contour using matlab
- 2011-05-28 19:22:05下载
- 积分:1
-
shuxue_Matlab2
今天上传《数学实验与Matlab》2程序,希望对大家有用!谢谢!!!((today uploaded "Matlab mathematical experiment with the" two procedures in the hope that it may be useful right! Thank you! ! ! ()
- 2007-05-21 15:22:19下载
- 积分:1
-
Cumulant-Based-Inverse-Filter-Criteria
Cumulant-Based Inverse Filter Criteria
- 2014-02-20 10:10:14下载
- 积分:1
-
LADRC
一个简单的标准二阶线性自抗扰控制算法案例,用于初学者参考(A simple standard second order linear disturbance rejection control algorithm case, the reference for beginners)
- 2020-12-07 22:09:21下载
- 积分:1