Public Methods |
| Euler (unsigned int step, unsigned int min, unsigned int max, float synapticTimeConst, float membraneTimeConst) |
| ~Euler () |
void | GenExcitatoryTable (int resolution, float *tbl, float *derivTbl) |
void | GenInhibitoryTable (int resolution, float *tbl, float *derivTbl) |
Protected Methods |
void | AlphaExcite () |
void | AlphaInhibit () |
Protected Attributes |
unsigned int | stepSize |
unsigned int | plotMin |
unsigned int | plotMax |
unsigned int | plotSize |
float * | plotData |
float * | plotDeriv |
long | time |
float | lastV |
float | currV |
float | lastSlope |
float | currSlope |
float | tauS |
float | tauM |