StaticSpikingInfinitePSRSynapse.h

Go to the documentation of this file.
00001 #ifndef STATICSPIKINGINFINITEPSRSYNAPSE_H_
00002 #define STATICSPIKINGINFINITEPSRSYNAPSE_H_
00003 
00004 #include "AlphaInfiniteSpikeResponse.h"
00005 #include "GenericCurrentBasedSpikingSynapse.h"
00006 #include "GenericStaticSpikingSynapse.h"
00007 
00008 class StaticInfPSRCurrAlphaSynapse : public GenericStaticSpikingSynapse< GenericCurrentBasedSpikingSynapse< AlphaInfiniteSpikeResponse > >
00009 {
00010 
00011     SIMOBJECT( StaticInfPSRCurrAlphaSynapse, AdvancePhase::One )
00012 
00013 public:
00014         StaticInfPSRCurrAlphaSynapse(
00015         const float W=1e-9,
00016         const float tau=3e-3,
00017         const float delay=2e-4
00018     )
00019     {
00020         this->W = W;
00021         this->tau = tau;
00022         this->delay = delay;
00023     };
00024 };
00025 
00026 #endif /*STATICSPIKINGINFINITEPSRSYNAPSE_H_*/

Generated on Wed Jul 9 16:34:39 2008 for PCSIM by  doxygen 1.5.5