-
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
-
Digital-Filtering-Tutorial
一个比较好的数字滤波教程。格式为pdf,语言为英语。(A good digital filter tutorial. Format is pdf, the language is English.)
- 2010-11-09 16:50:07下载
- 积分:1
-
vad
语音活动识别vad算法,另外有算法的相关文献。应该会有帮助(Voice Activity recognition vad algorithm, another algorithm of the relevant literature. Should be helpful)
- 2009-12-13 22:28:09下载
- 积分:1
-
EM_GM
EM算法和高斯模型的,用Matlab编程工具编写,实现功能快速(EM algorithm and the Gaussian model, using Matlab programming tools to write, to achieve rapid function)
- 2011-06-24 21:30:23下载
- 积分:1
-
SOM
this is simple sample of SOM & modified SOM (mSOM) neural network.
main file : SOM.m
- 2011-01-24 00:55:54下载
- 积分:1
-
signperm
Determinant of the permutation matrix with rows ordered by p.
- 2010-03-06 17:29:40下载
- 积分:1
-
functionLyapunov
小数据量计算利亚普诺夫指数(Liapunov index of small amount of data calculation)
- 2010-03-10 14:35:50下载
- 积分:1
-
ShortCircuitrar
计算单机无穷大系统,发电机机端短路的短路电流(Calculating-machine infinite-bus system, the generator-side short-circuit short-circuit current)
- 2009-07-16 09:09:00下载
- 积分:1
-
exercise2
说明: 给定一幅图片输出其直方图,灰度拉伸,均衡化后的灰度直方图(Histogram, gray stretch, equalization)
- 2010-04-13 22:21:08下载
- 积分:1
-
PID-control-modeling-and-simulating
关于PID算法的基于matlab的simulink下的仿真,很好的资料,可以快速的帮助设计PID参数。(Under the simulink simulation matlab based on good information about the PID algorithm can quickly help design PID parameters.)
- 2014-10-24 23:59:16下载
- 积分:1