Spike
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CSpike::FiringRateSimulationImplements a simulation during which we calculate the firing rate
 CSpike::RasterPlot
 Cgsl_function
 Cgsl_function_pp< F >
 CSpike::IOImplements an input-output interface. Reads the command line for an input file and defines according output file
 CSpike::NeuronAbstract base class for Neurons
 CSpike::IFAbstract base class for integrate-and-fire (IF) neurons
 CSpike::IFACAn abstract base class for integrate-and-fire neurons with an adaptation current
 CSpike::LIFACImplements a leaky integrate-and-fire neuron with an adaptation current (LIFAC)
 CSpike::PIFACImplement a perfect integrate-and-fire neuron with an adaptation current (PIFAC)
 CSpike::LIFA leaky integrate-and-fire (LIF) neuron
 CSpike::PIFImplements a perfect integrate-and-fire (PIF) neuron
 CSpike::NeuronFactoryImplements a factory pattern for neurons. This class will create a specific neuron, depending on the type of neuron given in an input file
 CSpike::SignalAn abstract base class for signals
 CSpike::CosineSignalImplements a cosine signal, i.e. alpha*cos(2*pi*f*t)
 CSpike::StepSignalImplement a step get_value, i.e. alpha*Theta(t - t_0)
 CSpike::TwoCosineSignalImplements a signal consisting of two cosine, i.e. alpha*cos(2*pi*f1*t)
 CSpike::WhiteNoiseSignalImplements a band limited white gaussian noise get_value
 CSpike::SignalFactoryImplements the factory design pattern for Signal
 CSpike::SpikeTrainA spike train for discretized times. For a given time discretization with time step dt, a spike train is an array that, at each entry, is either zero if the neuron hasn't spiked or 1/dt if the neuron has spiked
 CSpike::SusceptibilitySimulationImplements a prototype simulation during which we measure the susceptibility of an integrate-and-fire neuron (with or without adaptation)
 CSpike::SusceptibilitySimulationLinA simulation where we measure the linear (first order) susceptibility of an integrate-and-fire neuron
 CSpike::SusceptibilitySimulationLinNonlinA simulation where we measure the linear (first order) susceptibility as well as the diagonal and antidiagonal second order susceptibility of an integrate-and-fire neuron
 CSpike::SusceptibilitySimulationNonlinA simulation where we measure the nonlinear (second order) susceptibility of an integrate-and-fire neuron
 CSpike::TimeFrameA time frame with discrete time steps