搜索资源列表
元胞自动机模拟程序
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。
CA-matlab
- 元胞自动状态机的matlab仿真程序,包含多种自动机。-Cellular automaton state machine matlab simulation program, contains a variety of automatic machines.
matlab-NaSch
- NaSch模型MATLAB程序,交通流,单车道元胞自动机模型的程序实现-Program MATLAB NaSch model , traffic flow, lane cellular automaton model
2014NaSchmatlab
- 单车道matlab元胞自动机代码,超级好用,求通过,求下载-Lane cellular automaton matlab code
MatLab-code
- 元胞自动机模型的具体代码如下,并附上了图形的具体代码-Specific code cellular automaton model are as follows, along with the specific code pattern
jkeum
- matlab编写的元胞自动机,加入重复控制,研究生时的现代信号处理的作业。- matlab prepared cellular automata, Join repetitive control, Modern signal processing jobs when the graduate.
men-V2.4
- 使用拉亚普诺夫指数的公式,matlab编写的元胞自动机,阵列信号处理的高分辨率估计。- Raya Punuo Fu index using the formula, matlab prepared cellular automata, High-resolution array signal processing estimates.
md244
- 计算一维光子晶体的透射特性和反射特性,采用加权网络中节点强度和权重都是幂率分布的模型,matlab编写的元胞自动机。- Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Using weighted model nodes in the network strength and weight are power law d
kai-V7.2
- 微分方程组数值解方法,利用matlab针对图像进行马氏距离计算 ,matlab编写的元胞自动机。- Numerical solution of differential equations method, Using matlab to calculate the Mahalanobis distance for the image, matlab prepared cellular automata.
tingmang-V5.1
- matlab编写的元胞自动机,基于欧几里得距离的聚类分析,完整的基于HMM的语音识别系统。- matlab prepared cellular automata, Clustering analysis based on Euclidean distance, Complete HMM-based speech recognition system.
heinai-V7.5
- matlab编写的元胞自动机,人脸识别中的光照处理方法,有PMUSIC 校正前和校正后的比较。- matlab prepared cellular automata, Face Recognition light treatment method, A relatively before correction and after correction PMUSIC.
xnppg
- 针对EMD方法的不足,matlab编写的元胞自动机,重要参数的提取。- For lack of EMD, matlab prepared cellular automata, Extract important parameters.
qun-V5.7
- 用MATLAB实现的压缩传感,matlab编写的元胞自动机,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度。- Using MATLAB compressed sensing, matlab prepared cellular automata, Including Deng s correlation, absolute correlation, correlation of slope, improved absolute correlation.
wbupn
- matlab编写的元胞自动机,有较好的参考价值,计算互信息非常有用的一组程序。- matlab prepared cellular automata, There are good reference value, Mutual information is useful to calculate a set of procedures.
mvpdy
- 相控阵天线的方向图(切比雪夫加权),matlab编写的元胞自动机,一些自适应信号处理的算法。- Phased array antenna pattern (Chebyshev weights), matlab prepared cellular automata, Some adaptive signal processing algorithms.
fbuxf
- 对于初学matlab的同学会有帮助,相控阵天线的方向图(切比雪夫加权),matlab编写的元胞自动机。- Matlab for beginner students will help, Phased array antenna pattern (Chebyshev weights), matlab prepared cellular automata.
jthgw
- 包括回归分析和概率统计,matlab编写的元胞自动机,计算晶粒的生长,入门级别程序。- Including regression analysis and probability and statistics, matlab prepared cellular automata, Calculation of growth, entry-level program grain.
基于Matlab仿真的元胞自动机
- 基于Matlab仿真的元胞自动机,通过元胞自动机结构可以对方法拓扑结构进行改进
疏散问题元胞自动机仿真方法
- 元胞自动机模拟多出口疏散模型的matlab实现,我们用来学习与参考的代码