Siegert Neuron

버전 1.2.0.0 (2.91 KB) 작성자: Peter O'Connor
The Siegert Neuron has a transfer function equivalent to a leaky integrate-and-fire neuron.
다운로드 수: 409
업데이트 날짜: 2012/5/14

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Neural Simulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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