#include <GenericFacetsHWSynapse.h>
Public Member Functions | |
GenericFacetsHWFacilitationSynapse () | |
virtual | ~GenericFacetsHWFacilitationSynapse () |
virtual double | getManagedDelay () const |
virtual int | reset (double dt) |
virtual int | spikeHit (spikeport_t port, SpikeEvent const &spike) |
Public Attributes | |
float | W |
The weight (scaling factor, strenght, maximal amplitude) of the synapse. | |
double | act |
level of activity | |
double | act0 |
initial level of inactivity | |
double | act_tau |
recovery time constant | |
double | act_step |
increasing step after spike ( C_2 / (C_1 + C_2) ), C_2 < C1 | |
double | max_fac |
HW constant OTA O2 (ask J. Schremmel). | |
double | norm |
normalization | |
float | delay |
The synaptic transmission delay. |
Definition at line 83 of file GenericFacetsHWSynapse.h.
GenericFacetsHWFacilitationSynapse< SpikeResponse >::GenericFacetsHWFacilitationSynapse | ( | ) | [inline] |
Definition at line 86 of file GenericFacetsHWSynapse.h.
virtual GenericFacetsHWFacilitationSynapse< SpikeResponse >::~GenericFacetsHWFacilitationSynapse | ( | ) | [inline, virtual] |
Definition at line 90 of file GenericFacetsHWSynapse.h.
virtual double GenericFacetsHWFacilitationSynapse< SpikeResponse >::getManagedDelay | ( | ) | const [inline, virtual] |
Definition at line 121 of file GenericFacetsHWSynapse.h.
virtual int GenericFacetsHWFacilitationSynapse< SpikeResponse >::reset | ( | double | dt | ) | [inline, virtual] |
Definition at line 124 of file GenericFacetsHWSynapse.h.
virtual int GenericFacetsHWFacilitationSynapse< SpikeResponse >::spikeHit | ( | spikeport_t | port, | |
SpikeEvent const & | spike | |||
) | [inline, virtual] |
Definition at line 134 of file GenericFacetsHWSynapse.h.
float GenericFacetsHWFacilitationSynapse< SpikeResponse >::W |
The weight (scaling factor, strenght, maximal amplitude) of the synapse.
Definition at line 92 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::act |
level of activity
Definition at line 98 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::reset(), and GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::act0 |
initial level of inactivity
Definition at line 101 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::reset().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::act_tau |
recovery time constant
Definition at line 104 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::act_step |
increasing step after spike ( C_2 / (C_1 + C_2) ), C_2 < C1
Definition at line 107 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::max_fac |
HW constant OTA O2 (ask J. Schremmel).
Definition at line 110 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
double GenericFacetsHWFacilitationSynapse< SpikeResponse >::norm |
normalization
Definition at line 113 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::spikeHit().
float GenericFacetsHWFacilitationSynapse< SpikeResponse >::delay |
The synaptic transmission delay.
As the synaptic transmission delay we understand the time between a signal (spike or analog signal) is generated in the presynaptic object and the time of the onset of the postsynaptic response.
Definition at line 120 of file GenericFacetsHWSynapse.h.
Referenced by GenericFacetsHWFacilitationSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > >::getManagedDelay().