Handles spike tables for the neurons.
For efficiency, only one copy of the spike forms is used The spike is given using microsec (1e-6 sec) as X-scale (time) and picoA (1e-12 Amper) as Y-scale (current) units. You can define a scale factor (the coded value is multiplied by that value)
At the beginning of a spike, value (0,0) is tacitly assumed
Protected Attributes | |
uint16_t | mAmplitudeFactor |
Amplitude multiplier of the current spike. | |
uint16_t | mTimeFactor |
Time multiplier of the current spike. | |