|
|||||||||||
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
staticglutamatesynapse.hGo to the documentation of this file.00001 00005 #ifndef _STATICGLUTAMATESYNAPSE_H_ 00006 #define _STATICGLUTAMATESYNAPSE_H_ 00007 00008 #include "glutamatesynapse.h" 00009 00011 class StaticGlutamateSynapse : public GlutamateSynapse { 00012 00013 DO_REGISTERING 00014 00015 public: 00016 StaticGlutamateSynapse() {}; 00017 00018 protected: 00020 virtual void stdpChangePSR(void) { 00021 psr += (fact_ampa*W/decay); 00022 psr_nmda += (fact_nmda*W/decay_nmda); 00023 } 00024 }; 00025 00026 #endif | |||||||||||
(C) 2003, Thomas Natschläger | last modified 07/10/2006 |