• Main Page
  • Classes
  • Files
  • File List

PLExpPoissonNeuron.h

00001 #ifndef PLEXPPOISSONNEURON_H_
00002 #define PLEXPPOISSONNEURON_H_
00003 
00004 #include "GenericPLPoissonNeuron.h"
00005 
00006 
00008 
00015 class PLExpPoissonNeuron : public GenericPoissonNeuronComplete<
00016                                             GenericPLExpPoissonNeuron<
00017                                               GenericPLPoissNeuronFast< PoissonNeuronBase > > >
00018 {
00019     EV_SIM_OBJECT( PLExpPoissonNeuron )
00020 public:
00021 
00022     PLExpPoissonNeuron(float A = 50,
00023                        float bias = 0,
00024                        float Trefract = 10e-3,
00025                        float C = 1) {
00026         this->A = A;
00027         this->C = C;
00028         this->bias = bias;
00029         this->Trefract = Trefract;
00030     }
00031 
00032 };
00033 
00034 #endif /* PLEXPPOISSONNEURON_H_ */

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