-
work
Matlab基础程序联系:成绩统计,练习switch和if else组合;抽样定理(Matlab basic function design for scord statisticing and Nyquist )
- 2009-04-29 08:21:37下载
- 积分:1
-
test_quality
test voice quality with errors
- 2012-04-13 23:21:24下载
- 积分:1
-
untitled2
50 HZ to 150 HZ transformer by using saturation reactor
- 2014-11-04 20:28:40下载
- 积分: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
-
gps
验证功率倒置算法对gps信号中大功率单频信号的消除,包括gps信号的产生和算法的实现(Verify power inversion algorithm gps signal in high-power single-frequency signal to eliminate, including the gps signal generation and algorithm)
- 2008-04-25 21:52:20下载
- 积分:1
-
demodulation
matlab demudulation example
- 2009-12-11 00:52:05下载
- 积分:1
-
image
彩色活动轮廓模型,活动轮廓模型,图像分割,活动轮廓模型(Color active contour model, active contour model, image segmentation, active contour model)
- 2009-03-19 19:52:02下载
- 积分:1
-
DTMF
DTMF for matlab, using Goertzel algorithm and some test to veryfy the different tones
- 2009-06-09 07:10:33下载
- 积分:1
-
Numerical-Analysis-Using-MATLAB-and-Excel---Steve
Numerical Analysis Using MATLAB and Excel - Steven T. Karris
- 2013-07-24 22:56:25下载
- 积分:1
-
4-vel2d.m.tar
This is a two dimensional simulation in which a level set function is advected by a prescribed velocity field using first order upwinding.
- 2012-06-22 18:08:42下载
- 积分:1