Model of atrial fibrillation/flutte​r.

版本 1.0.0.0 (2.8 KB) 作者: Peter Hammer
Computer model of atrial fibrillation originally published by Moe et al in 1964 to demonstrate suffi
2.0K 次下载
更新时间 2008/5/8

无许可证

Matlab implementation of the computer model of atrial fibrillation originally published by Gordon Moe and colleagues in [American Heart Journal 1964; 67(2):200-220.] To run the simulation, just type the function name (afib). It accepts no input or output arguments. Several model parameters can be changed by editing lines of the function. This is explained in the comments preceding the body of the function.

The function is basically a cellular automata model simulating atrial flutter/fibrillation due to the mechanism of dispersion of refractory periods.

A cluster of (4) cells is rapidly stimulated causing periodic waves
of activation to spread across the model surface. Due to variation in refractory periods across the surface, the wavefronts are broken up as they collide with regions that are still refractory. The rapid stimulation is terminated after 80 steps yet activation wavefronts still travel throughout the model surface. The authors carefully chose the cluster of cells to stimulate by looking for adjacent cells with short refractory periods. I do not do that here; rather I just keep varying the initial state of the random number generator used to asign the K value until I get self-sustaining activity.

In the figure window containing the simulation, three discrete states are plotted: activated or scheduled (blue),
refractory (light blue), and resting/excitable (white). The time step
number of the simulation is displayed below the activation pattern. To modulate the speed of the simulation, change the input argument to the pause statement (time, in seconds, to pause during each step).

Along with plotting the activation across the surface with time, a
second plot is generated showing the "pseudo-electrogram". This reproduces one of the plots from the original paper. (See paper cited above for details.)

引用格式

Peter Hammer (2024). Model of atrial fibrillation/flutter. (https://www.mathworks.com/matlabcentral/fileexchange/19855-model-of-atrial-fibrillation-flutter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0