| activecachannel.h [code] | |
| activechannel.h [code] | |
| advanceable.cpp | Implementation of class Advancable. Is empty because Advancable is a "pure virtual" class |
| advanceable.h [code] | Class definition of Advancable |
| ahp_channel.h [code] | |
| algorithm.cpp | Base class of all learning algorithms that calculate the readout's output |
| algorithm.h [code] | Base class of all learning algorithms that calculate the readout's output |
| alphaspikefilter.cpp | Filter which simulates spikes with alpha functions |
| alphaspikefilter.h [code] | Filter which simulates spikes with alpha functions |
| analogfeedbackneuron.cpp | Implementation of AnalogFeedbackNeuron |
| analogfeedbackneuron.h [code] | Class definition of AnalogFeedbackNeuron |
| analogfilter.cpp | Analog low-pass filter |
| analogfilter.h [code] | Abstract base class of all analog low-pass filters |
| analoginputneuron.cpp | Implementation of AnalogInputNeuron |
| analoginputneuron.h [code] | Class definition of AnalogInputNeuron |
| analogneuron.cpp | Implementation of AnalogNeuron |
| analogneuron.h [code] | Class definition of AnalogNeuron |
| analogsynapse.cpp | Implementation of AnalogSynapse |
| analogsynapse.h [code] | Class definition of AnalogSynapse |
| analogteacher.cpp | Implementation of AnalogTeacher |
| analogteacher.h [code] | Class definition of AnalogTeacher |
| armmodel.h [code] | Arm model (for Prashant Joshi) |
| cbneuron.cpp | Implementation of CbNeuron |
| cbneuron.h [code] | Class definition of CbNeuron |
| cbneuronst.cpp | Implementation of CbNeuron |
| cbneuronst.h [code] | Class definition of CbNeuron |
| conciongate.h [code] | |
| countspikefilter.cpp | Filter which counts the spikes in a given time window |
| countspikefilter.h [code] | Filter which counts the spikes in a given time window |
| csim.cpp | This is the "main" file. It contains the MEX-Interface |
| csimclass.h [code] | Class definitions of csimClass , csimFieldInfo , csimClassInfo , and csimClassInfoDB |
| csimerror.h [code] | |
| csiminputclass.h [code] | |
| csimlist.h [code] | |
| csimmex.h [code] | Declares all csimMex<command> functions |
| discretizationpreprocessor.cpp | Implementation of a discretization of the input |
| discretizationpreprocessor.h [code] | Implementation of a discretization of the input |
| dynamicanalogsynapse.cpp | Implementation of DynamicAnalogSynapse |
| dynamicanalogsynapse.h [code] | Class definition of DynamicAnalogSynapse |
| dynamicspikingsynapse.cpp | Implementation of DynamicSpikingSynapse |
| dynamicspikingsynapse.h [code] | Class definition of DynamicSpikingSynapse |
| dynamicstdpsynapse.cpp | Implementation of DynamicStdpSynapse |
| dynamicstdpsynapse.h [code] | Class definition of DynamicStdpSynapse |
| dynamicsynapse.h [code] | |
| expspikefilter.cpp | Filter which simulates exponential decay of spikes |
| expspikefilter.h [code] | Filter which simulates exponential decay of spikes |
| extinputneuron.cpp | Implementation of ExtInputNeuron |
| extinputneuron.h [code] | Interface of ExtInputNeuron |
| extoutlifneuron.cpp | Implementation of ExtOutLifNeuron |
| extoutlifneuron.h [code] | Class definition of ExtOutLifNeuron |
| extoutlinearneuron.cpp | Implementation of ExtOutLinearNeuron |
| extoutlinearneuron.h [code] | Class definition of ExtOutLinearNeuron |
| extoutsigmoidalneuron.cpp | Implementation of ExtOutSigmoidalNeuron |
| extoutsigmoidalneuron.h [code] | Class definition of ExtOutSigmoidalNeuron |
| filterfunction.cpp | Base class of all filter objects |
| filterfunction.h [code] | Abstract base class of all filter objects |
| forceable.cpp | Implementation of class Force (is empty) |
| forceable.h [code] | Class definition of Forcable |
| gaussiananalogfilter.cpp | Analog gaussian low-pass filter |
| gaussiananalogfilter.h [code] | Analog gaussian low-pass filter |
| generic_ion_gates.h [code] | |
| globaldefinitions.h [code] | |
| hh_neuron.cpp | Implementation of HHNeuron |
| hh_neuron.h [code] | Class definition of HHNeuron |
| hh_squid_channels.h [code] | |
| ifbneuron.cpp | Implementation of LifNeuron |
| ifbneuron.h [code] | Class definition of IfbNeuron |
| ionbuffer.cpp | Implementation of an ion buffer |
| ionbuffer.h [code] | Class definition of MembranePatch |
| ionchannel.cpp | Implementation of IonChannel |
| ionchannel.h [code] | Class definition of IonChannel |
| iongate.h [code] | |
| izhi_neuron.cpp | Implementation of Izhi_Neuron |
| izhi_neuron.h [code] | Class definition of IZHI_Neuron |
| lifburstneuron.cpp | Implementation of LifNeuron |
| lifburstneuron.h [code] | Class definition of LifBurstNeuron |
| lifneuron.cpp | Implementation of LifNeuron |
| lifneuron.h [code] | Class definition of LifNeuron |
| linear_classification.cpp | Implementation of a linear classification |
| linear_classification.h [code] | Implementation of a linear classification |
| linear_regression.cpp | Implementation of a linear regression |
| linear_regression.h [code] | Implementation of a linear regression |
| linearneuron.cpp | Implementation of LinearNeuron |
| linearneuron.h [code] | Class definition of LinearNeuron |
| linearpreprocessor.cpp | Implementation of a linear transformation of the input |
| linearpreprocessor.h [code] | Implementation of a linear transformation of the input |
| mean_std_preprocessor.h [code] | Implementation of a Mean / Standard-Deviation Normalizer |
| membranepatch.cpp | Implementation of MembranePatch |
| membranepatch.h [code] | Class definition of MembranePatch |
| membranepatchsimple.cpp | Implementation of MembranePatchSimple |
| membranepatchsimple.h [code] | Class definition of MembranePatchSimple |
| mexnetwork.cpp | Implementation of Network |
| mexnetwork.h [code] | Class definition of MexNetwork |
| mexrecorder.h [code] | |
| modelinput.h [code] | |
| needspostspikesynapse.h [code] | |
| network.cpp | Implementation of Network |
| network.h [code] | Class definition of Network |
| neuron.cpp | Implementation of Neuron |
| neuron.h [code] | Class definition of Neuron |
| pcapreprocessor.cpp | Implementation of a PCA (Principal Component Analysis) of the input |
| pcapreprocessor.h [code] | Implementation of a PCA (Principal Component Analysis) of the input |
| physicalmodel.cpp | Base class of all phyiscal models for CSIM simulations |
| physicalmodel.h [code] | Base class of all phyiscal models for CSIM simulations |
| preprocessor.cpp | Base class of all filter objects |
| preprocessor.h [code] | Base class of all preprocessors that can be applied to the filtered input of a readout |
| randgen.cpp | Implementation of some pseudo random number generators |
| randgen.h [code] | |
| readout.cpp | Implementation of Readout |
| readout.h [code] | Class definition of Readout |
| recorder.cpp | Implementation of Recorder |
| recorder.h [code] | Class definition of CbNeuron |
| sigmoidalneuron.cpp | Implementation of SigmoidalNeuron |
| sigmoidalneuron.h [code] | Class definition of SigmoidalNeuron |
| specific_ion_channels.h [code] | |
| spikefilter.cpp | Base class for all spike-filtering functions |
| spikefilter.h [code] | Base class for all spike-filtering functions |
| spikinginputneuron.cpp | Implementation of SpikingInputNeuron |
| spikinginputneuron.h [code] | Class definition of SpikingInputNeuron |
| spikingneuron.cpp | Implementation of SpikingNeuron |
| spikingneuron.h [code] | Class definition of SpikingNeuron |
| spikingsynapse.cpp | Implementation of SpikingSynapse |
| spikingsynapse.h [code] | Class definition of SpikingSynapse |
| spikingteacher.cpp | Implementation of SpikingTeacher |
| spikingteacher.h [code] | Class definition of SpikingTeacher |
| staticanalogsynapse.cpp | Implementation of StaticAnalogSynapse |
| staticanalogsynapse.h [code] | Class definition of StaticAnalogSynapse |
| staticspikingsynapse.cpp | Implementation of StaticSpikingSynapse |
| staticspikingsynapse.h [code] | Class definition of StaticSpikingSynapse |
| staticstdpsynapse.cpp | Implementation of StaticStdpSynapse |
| staticstdpsynapse.h [code] | Class definition of StaticStdpSynapse |
| stdpsynapse.cpp | Implementation of StdpSynapse |
| stdpsynapse.h [code] | Class definition of StdpSynapse |
| synapse.cpp | Implementation of Synapse |
| synapse.h [code] | Class definition of Synapse |
| synapsetarget.h [code] | |
| synapticchannel.h [code] | |
| teacher.cpp | Implementation of Teacher |
| teacher.h [code] | |
| triangularanalogfilter.cpp | Analog triangular low-pass filter |
| triangularanalogfilter.h [code] | Analog triangular low-pass filter |
| useranalogfilter.cpp | Analog low-pass filter with a user defined kernel |
| useranalogfilter.h [code] | Analog low-pass filter with a user defined kernel |
| viongate.h [code] |