Siegert Neuron

The Siegert Neuron has a transfer function equivalent to a leaky integrate-and-fire neuron.
409 download
Aggiornato 14 mag 2012

Visualizza la licenza

if y=siegert(x,w,param), an integrate and fire neuron with an array of poisson-process inputs, averaged over a long time, will have an output firing rate that is the same function of the input firing rates:
rate_out=siegert(rate_in,w,param).

The siegert neuron provides a bridge between time-step models and event-driven models.

Cita come

Peter O'Connor (2024). Siegert Neuron (https://www.mathworks.com/matlabcentral/fileexchange/36497-siegert-neuron), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Neural Simulation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

removed the derivative thing - was wrong and useless

1.1.0.0

Got rid of the derivative bit at the end, which was wrong and not very useful anyway.

1.0.0.0