-
Chapter2
第四版prokias著的数字通信配套matlab之第2章(source code(matlab )for prokias Digital Communication (4th edition))
- 2009-03-17 15:03:39下载
- 积分:1
-
zydu-matlab
用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。( Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.)
- 2010-10-15 08:41:33下载
- 积分:1
-
fast_thining
matlab 实现快速细化算法以及对消除模板的改进(Matlab to realize the quick thinning algorithm and the improvements to eliminate the template)
- 2014-10-24 15:28:06下载
- 积分:1
-
Rayleigh-in-Transmit-beamforming
Rayleigh in transmitbeamforming
- 2013-09-01 17:25:23下载
- 积分:1
-
2010-04-15_Balanced_PSO
Balanced PSO,可作为benchmark比较(You campare your algorithm with it.)
- 2013-09-21 10:22:38下载
- 积分:1
-
rar
说明: 近程模式下的单脉冲信号产生,频谱图,模糊函数图,模糊度等高线图,自相关函数图和多普勒敏感度(Single pulse signal generation, spectrogram, fuzzy function graph, ambiguity contour map, autocorrelation function graph and Doppler sensitivity in short-range mode)
- 2019-04-12 09:34:03下载
- 积分:1
-
lagr
自己编写的MATLAB系统里没有的拉格朗日插值的源函数程序(Write your own MATLAB system the source of the Lagrange interpolation function program)
- 2012-08-08 08:26:50下载
- 积分: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
-
fuzzy1
关于模糊控制器的设计,M文件的形式,包含了最基本的模糊控制器程序。(Fuzzy controller design, the M form of a document that contains the basic fuzzy controller program.)
- 2012-04-16 21:51:23下载
- 积分:1
-
Boost-Develop
该书详细介绍了Boost库的数十种子库,是目前为止我找到的最详细的Boost库中文书籍(The book details the Boost libraries dozens seed bank, is by far the most detailed I ve found Boost library books Chinese)
- 2014-08-12 10:56:46下载
- 积分:1