Siegert Neuron

The Siegert Neuron has a transfer function equivalent to a leaky integrate-and-fire neuron.
409 descargas
Actualizado 14 may 2012

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Neural Simulation en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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