-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1
-
BJT-constant
半导体器件物理里面BJT的相关MATLAB计算进行分析。(BJT MATLAB)
- 2014-12-08 20:20:59下载
- 积分:1
-
AOA
Matlab code for estimation of Direction of arrival angle
- 2011-01-22 19:06:56下载
- 积分:1
-
matlab-SVPWM-suanfa
matlab 中 svpwm 的算法程序,很好用的(algorithm matlab program in svpwm, well used)
- 2011-04-22 10:02:54下载
- 积分:1
-
am1final
ofdm transmitter with channel state information
- 2014-10-29 20:13:12下载
- 积分:1
-
FilterSelection
Useful selection of Filters for Signal Processing with Matlab
- 2010-01-29 17:17:54下载
- 积分:1
-
xindao
给出了三个离散时间信道,分别在matlab中仿真了其频谱特性,可以作为自适应均衡算法的基础(Given three discrete-time channel in matlab simulation of the spectral characteristics can be used as the basis of adaptive equalization)
- 2012-05-15 14:58:13下载
- 积分:1
-
gscale
GSCALE Scales the intensity of the input image.
G = GSCALE(F, full8 ) scales the intensities of F to the full
8-bit intensity range [0, 255]. This is the default if there is
only one input argument.
G = GSCALE(F, full16 ) scales the intensities of F to the full
16-bit intensity range [0, 65535].
G = GSCALE(F, minmax , LOW, HIGH) scales the intensities of F to
the range [LOW, HIGH]. These values must be provided, and they
must be in the range [0, 1], independently of the class of the
input. GSCALE performs any necessary scaling. If the input is of
class double, and its values are not in the range [0, 1], then
GSCALE scales it to this range before processing.
The class of the output is the same as the class of the input.
Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins
Digital Image Processing Using MATLAB, Prentice-Hall, 2004
$Revision: 1.5 $ $Date: 2003/11/21 14:36:09 $
- 2014-10-07 09:10:58下载
- 积分:1
-
jiemian
matlab工作界面,运算符与操作符的含义和用法,建模和编程的一些实例(Matlab interface, the operator and the meaning and usage of the operator, the modeling and programming examples)
- 2015-04-09 19:47:22下载
- 积分:1
-
MATLAB
魏巍的《MATLAB程序设计教程》电子教案,很全的啊(Wei Wei' s " MATLAB Programming Guide" e-lesson plans, it is full of ah)
- 2009-05-21 13:57:40下载
- 积分:1