-
Fantom_fieldII
超声图像信号的模拟程序,可模拟不同频率、不同深度等情况(Simulation program for ultrasound,including different central frequency,depth,and so on.)
- 2010-11-27 12:36:57下载
- 积分: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
-
programafft
Fast fourier transform for signal analysis
- 2013-11-20 03:15:10下载
- 积分:1
-
sapf_sch
Series active power filter
- 2010-08-10 02:08:56下载
- 积分:1
-
june2013
VArious basic programme according to the book Basics of Matlab (Zakova)
- 2013-10-13 23:14:16下载
- 积分:1
-
DSSS
this file gives an overall concept for dsss
- 2010-12-06 16:57:03下载
- 积分:1
-
Matlab
matlab pratise code
- 2013-01-11 16:42:34下载
- 积分:1
-
qpsk_mod_const_freq
Takes random binary serial bit sequence and generates the QPSK modulated signal after converting ser
- 2011-06-14 03:44:18下载
- 积分:1
-
m--Matlab-
m伪随机序列Matlab源代码,很不错,值得看看(m pseudo-random sequence Matlab source code, very good, we can look at)
- 2013-11-15 17:08:37下载
- 积分:1
-
dijkstra_function
dijkstra算法,函数,经调试直接可用,直接饮用出结果(Dijkstra algorithm, functions, debugging is available directly consumed results)
- 2013-05-18 10:15:30下载
- 积分:1