class  Synapse  models the communication between cells
models the communication between cells. The synapse is the connecting bridge between the sending cell and the receiving cel. The synapse object is owned by the receiving cell, and it is the responsibility of the receiving cell to ensure that the synapse is updated with learning and EPSC/IPSCs at each pass through the DoProcessLoop the synapse receives a binary event - that the pre-synaptic cell has fired and action potential. void DoNegativeHebbianLearning (); a spike is receivied by the pre-synaptic area, and when the vesicles are all released and a resulting I/EPSP waveform is created then the synapse sends out its conductance value to the connectied compartment (post-synaptic cell) if another spike comes in to the synapse while a I/EPSP wavform is generating, then there is some depression of the resulting waveform, the two waveformes are summed together and that one value is sent to the post-synaptic compartment.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 int  idx
 int  serial
 SynapseRSE*  SynRSE
 SynapsePSG*  SynPSG
 SynapseData*  SynData
 SynapseLearning*  SynLearn
 int  PSGOut_Size
 int  nPSGOut
 SynapsePSGOutgoing*  vPSGOut
 int  Active
 double  USE
  Synapse()
  Synapse(T_SYNAPSE *, ADDRESS *, ADDRESS *, unsigned int, Random *, int, int, int, int, int)
  ~Synapse()
 void  SynStateSave( FILE * )
 void  SynapseLoad( FILE *, char * )
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de