• Main Page
  • Classes
  • Files
  • File List

ExpPoissonNeuron.h

00001 #ifndef EXPPOISSONNEURON_H_
00002 #define EXPPOISSONNEURON_H_
00003 
00004 #include "GenericPoissonNeuron.h"
00005 
00006 
00007 class ExpPoissonNeuron : public GenericPoissonNeuronComplete<
00008                                             GenericExpPoissonNeuron<
00009                                               GenericPoissNeuronFast< PoissonNeuronBase > > >
00010 {
00011         EV_SIM_OBJECT( ExpPoissonNeuron )
00012 public:
00013 
00014         ExpPoissonNeuron(float A = 50,
00015                                          float bias = 0,
00016                                          float Trefract = 10e-3,
00017                                          float C = 1) {
00018                 this->A = A;
00019                 this->C = C;
00020                 this->bias = bias;
00021                 this->Trefract = Trefract;
00022         }
00023 
00024 };
00025 
00026 #endif /* EXPPOISSONNEURON_H_ */

Generated on Wed Sep 18 2013 11:25:40 for NEVESIM by  doxygen 1.7.1