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