-
miller
miller码的matlab(miller code matlab)
- 2007-07-27 10:10:10下载
- 积分:1
-
TL_BPF_Nov05_4
计算周期传输线结构带通滤波器特性参数的程序,matlab编写(calculation cycle transmission line structure band-pass filter characteristic parameters of the process, the preparation of Matlab)
- 2007-06-14 22:26:49下载
- 积分:1
-
CS_tool
压缩感知的重要常用工具CVX,可用于图像处理,高分辨成像,内容包含用户指南以及相应matlab程序,非常齐全(Important commonly used tools of CVX, compressed sensing can be used for image processing, high resolution imaging, and includes a user guide and the corresponding matlab program, very well equipped)
- 2012-07-05 21:36:58下载
- 积分:1
-
transientConduction
TRANSIENTCONDUCTIONGUI( Property , Value ,...) creates a new TRANSIENTCONDUCTIONGUI or raises the existing singleton
- 2015-04-03 09:33:14下载
- 积分:1
-
ACO-FOR-POWERSYSTEM
配电网重构,蚁群算法,非常好,非常适用,可以直接用(Distribution network reconfiguration, ant colony algorithm)
- 2018-06-13 15:37:21下载
- 积分:1
-
00700139
Neural network ,Gentic Algorithm
- 2010-09-10 12:42:36下载
- 积分:1
-
Laplace_FDM
solve laplace in3 method
- 2010-10-20 11:14:51下载
- 积分:1
-
matlab
主要是些matlab的常用指令,对大家可能会有所帮助(Mainly those commonly used matlab instructions may help to everyone)
- 2010-05-09 14:47:15下载
- 积分: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
-
WSN_mac
wireless sensor networks are required to share one wireless channel among several
sensor nodes. An efficient media access control (MAC) protocol must be developed and implemented
on hardware. This MAC must be easily used by future users on the target hardware. The MAC should
avoid data collision and posses strong speed of transmission.
- 2014-02-07 14:58:02下载
- 积分:1