From #VanDerPolOscillator to the #FitzHughNagumoModel: Explore the dynamics of a simplified #NeuronModel used to describe #ActionsPotential in neurons.
🌍 https://www.fabriziomusacchio.com/blog/2024-04-07-fitzhugh_nagumo_model/
#CompNeuro #computationalneuroscience #computationalmodeling #PythonTutorial #PhasePlaneAnalysis
FitzHugh-Nagumo model
In the previous post, we analyzed the dynamics of Van der Pol oscillator by using phase plane analysis. In this post, we will see, that this oscillator can be considered as a special case of another dynamical system, the FitzHugh-Nagumo model. The FitzHugh-Nagumo model is a simplified model used to describe the dynamics of the action potential in neurons. With a few modifications of the Van der Pol equations we can obtain the model’s ODE system. By again using phase plane analysis, we can then investigate how the dynamics of the system changes under these modifications.

