• Github
Table of Contents
0.16.1.0
  • Welcome to PsyNeuLink
  • Basics and Primer
  • Quick Reference
  • Core
  • Library
  • Contributors Guide
  • Docs >
  • Library >
  • Models >
  • FitzHugh Nagumo Model of Locus Coeruleus (Gilzenrat et al., 2002)
Shortcuts

FitzHugh Nagumo Model of Locus Coeruleus (Gilzenrat et al., 2002)¶

This implements a model of Locus Coeruleus / Norepinephrine (LC/NE) function described in Gilzenrat et al. (2002), used to simulate behavioral and electrophysiological data (from LC recordings) in non-human primates.

The plots below were generated by PsyNeuLink (left) and the original MATLAB code used by Gilzenrat et al. (right). For a clearer comparison, we’ve plotted the target unit, distraction unit, and response unit outputs as well as the h(v) and u values produced by the LC in each figure, all without noise.

Gilzenrat et al. 2002 plot produced by PsyNeuLink
Gilzenrat et al. 2002 plot produced by MATLAB

Similar plots with noise were included in the original Gilzenrat et al. (2002) paper in figures 4A and 5A.

The FitzHughNagumoIntegrator function documentation includes details on how to tailor the PsyNeuLink FitzHughNagumo implementation to the equations (6, 7, and 8) in Gilzenrat et al. 2002.

Script: Download GilzenratModel.py

Next Previous

© Copyright 2016, Jonathan D. Cohen.

Built with Sphinx using a theme provided by Read the Docs.
  • FitzHugh Nagumo Model of Locus Coeruleus (Gilzenrat et al., 2002)
  • Github