-
AdaptiveResourceAllocationinMultiuserOFDM
发表在外文会议上的很好的有关人工鱼群算法的文章(Meeting published in the foreign language a good article on artificial fish school algorithm)
- 2010-09-17 19:18:14下载
- 积分: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
-
maokei_v72
有信道编码,调制,信道估计等,包括最小二乘法、SVM、神经网络、1_k近邻法,通过matlab代码。( Channel coding, modulation, channel estimation, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, By matlab code.)
- 2020-12-17 15:29:12下载
- 积分:1
-
拉丁超立方代码
说明: 拉丁超立方采样包括还有约束和没有约束的两种。(Latin hypercube sampling includes both constrained and unconstrained sampling.)
- 2021-04-27 09:48:44下载
- 积分:1
-
Digitalwatermarking
DIGITAL water marking
- 2009-05-24 03:22:43下载
- 积分:1
-
MIMO-OFDM-matlab-
《MIMO-OFDM无线通信技术及MATLAB实现》( The MIMO-OFDM wireless communication with MATLAB )
- 2015-04-21 19:46:56下载
- 积分:1
-
matlab-NaSch
NaSch模型MATLAB程序,交通流,单车道元胞自动机模型的程序实现(Program MATLAB NaSch model , traffic flow, lane cellular automaton model )
- 2014-02-09 09:16:59下载
- 积分:1
-
RGB--matlab
rgb
绘图问题
是matlab方面的
(rgb graphics aspects of the problem is matlab)
- 2008-06-18 10:46:26下载
- 积分:1
-
mimo功率优化
说明: MIMO系统的功率优化问题,通过SVD分解和注水算法,可以实现不同发送天线上的功率分配。(MIMO system power optimization problem, and through the decomposition of water injection SVD algorithm can achieve different this antenna on the power distribution.)
- 2005-12-13 23:13:25下载
- 积分:1
-
Matlab
matlab程序,里面有关于数学建模的各种程序,很实用(matlab program, there are various programs on mathematical modeling, it is practical)
- 2011-04-29 15:30:23下载
- 积分:1