Skip to content

ModelDBRepository/128449

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<html><pre>
This will reproduce Figure 9 of Gabbiani and Krapp (2006) 
J Neurophysiol 96:2951-2962.

The figure simply shows that a leaky-integrate-and-fire model cannot
reproduce spike frequency adaptation as it is seen experimentally in 
the LGMD neuron.

The figure and its inset are reproduced by the matlab m-file, sim_fig_sub.m

<img src="./screenshot1.jpg" alt="screenshot 1">
<img src="./screenshot2.jpg" alt="screenshot 2">

To run this m-file, you will first need to convert the c-file lif_ad.c
to a MEX file by running the following command after you have changed
directory to the folder created when this archive is extracted:

MATLAB_HOME/bin/mex lif_ad.c

MATLAB_HOME refers to the root directory of the MATLAB implementation. 
In a Unix operating system, this command can be run from a shell. 
In Windows, in the dos command box, type
mex lif_ad.c
Please refer to the MATLAB help on MEX files for other operating systems. 

contact: [email protected]
</pre></html>

About

Leaky integrate-and-fire model of spike frequency adaptation in the LGMD (Gabbiani and Krapp 2006)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published