Siegert Neuron

The Siegert Neuron has a transfer function equivalent to a leaky integrate-and-fire neuron.
409 Downloads
Updated 14 May 2012

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Neural Simulation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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