Siegert Neuron

The Siegert Neuron has a transfer function equivalent to a leaky integrate-and-fire neuron.
409 téléchargements
Mise à jour 14 mai 2012

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Neural Simulation dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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