Spike
|
Abstract base class for Neurons. More...
#include <Neuron.h>
Public Member Functions | |
virtual void | get_spikes (SpikeTrain &spike_train)=0 |
Produces spikes and adds them to the spike train. | |
virtual void | get_spikes (Signal &signal, SpikeTrain &spike_train)=0 |
Produces spikes while neuron is subject to a signal and adds them to the spike train. | |
Abstract base class for Neurons.
|
pure virtual |
Produces spikes while neuron is subject to a signal and adds them to the spike train.
signal | Input signal |
spike_train | Spike train |
Implemented in Spike::IF, and Spike::IFAC.
|
pure virtual |
Produces spikes and adds them to the spike train.
spike_train | Spike train |
Implemented in Spike::IF, and Spike::IFAC.