-
04872019fdma
OFDM的仿真程序,可以下载共大家学习哦!!(OFDM simulation program, you can download a total learning Oh! !)
- 2012-05-25 15:25:14下载
- 积分:1
-
XSteam
比较权威的水蒸气热力性质代码,采用MATlab编写(Thermodynamic properties of water vapor authoritative code, written using MATlab)
- 2020-12-22 12:09:07下载
- 积分:1
-
DIPUM_M_FILE
图像处理权威著作:数字图像处理(MATLAB版)
Digital Image Processing Using MATLAB
M代码 (Image processing authoritative book: Digital Image Processing (MATLAB version) Digital Image Processing Using MATLABM code)
- 2008-06-13 11:05:21下载
- 积分:1
-
Random-number-generation
说明: matlab种各种随即数的生成源代码,文件中有近20种随机数的产生。(the number of species then matlab generate all the source code, file, nearly 20 kinds of random number generation.)
- 2011-03-18 23:49:00下载
- 积分:1
-
c_n_co2c0000337.tar
这些是脑电图的一些重要数据,可以给编程序的人员带来好处(These are some of the important EEG data, compiled programs can benefit persons)
- 2011-04-21 10:58:52下载
- 积分: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
-
matlab-genetic
遗传算法在求解一元函数极值中的应用,可供新手学习、参考(a genetic algorithm is given to solve a simple function’s extremum problem.)
- 2015-02-06 22:19:30下载
- 积分:1
-
PSO-matlab
粒子群算法源程序,是近年来发展起来的一种新的进化算法。有实现容易、精度高、收敛快等优点。是一种并行算法。(Particle swarm algorithm source code, is a new evolutionary algorithm developed in recent years. There are easy to implement, high precision, fast convergence and so on. Is a kind of parallel algorithms.)
- 2014-10-14 09:24:54下载
- 积分:1
-
chap4
自适应控制使用李雅普诺夫推导自适应律的学习程序(Adaptive control uses Lyapunov to derive adaptive law)
- 2019-05-24 21:03:39下载
- 积分:1
-
MatlabUserhelp
关于matlab的一本详细用户手册。适合初学者。()
- 2007-09-27 12:09:47下载
- 积分:1