-
通信原理exam3_ami
使用matlab实现ami编码,通信原理实验之一,步骤有解释说明(achieve ami use Matlab coding, communication principle experiment, step-by-step explanation)
- 2005-06-05 21:19:56下载
- 积分:1
-
ofdmdemo
OFDM水声通信系统中的matlab程序仿真(OFDM communication system simulation)
- 2021-04-19 14:18:51下载
- 积分: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
-
IEEEModle80216
wimax-mimo802.16的仿真程序,matlab demo(wimax-mimo802.16 the simulation program, matlab demo)
- 2011-05-11 20:12:59下载
- 积分:1
-
code
recognition fingerprint
- 2012-04-11 12:40:20下载
- 积分:1
-
fc_elsct
Provide interface to send ELS CT FC frames.
- 2014-10-14 10:06:41下载
- 积分:1
-
rscore
利用matlab实现归一化处理,可用处理大量数据(Using matlab to achieve normalization processing, handling large amounts of data available)
- 2013-09-09 16:54:34下载
- 积分:1
-
lyapunovexponenoflorenz
说明: 该程序通过雅可比矩阵求解Lorenz系统的李雅普诺夫指数指数。(The program solves Lyapunov exponent of Lorenz system by Jacobian matrix.)
- 2021-03-16 15:39:22下载
- 积分:1
-
matlab-roc
roc 曲线的画法源代码 方便广大初学者应用(PLOTROC Plot receiver operating characteristic)
- 2012-05-04 12:42:16下载
- 积分:1
-
beamball
基于wincon的球杆系统的matlab具体实现(Wincon the ball-beam system based on the concrete realization of matlab)
- 2009-06-03 23:02:15下载
- 积分:1