public final class SIFNeuronPara extends Object implements Para
Modifier and Type | Field and Description |
---|---|
double |
ABSREF
absolute refractory period
|
double |
CAP
capacitance of the neuron farad
|
double |
DECAY_E
the decay for excitation 5 ms
|
double |
DECAY_I
the decay for inhibition 50 ms
|
double |
EPSV
voltage from threshold for which the neuron is considered to fire
|
boolean[][][] |
FIRETABLE
look up table, memvoltage, +curr, - curr
|
double |
GL
leak conductance siemens
|
boolean |
GlobalInit |
double |
ini_mem
initialized membrane voltage
|
double |
ini_memVar
initialized membrane voltage variance
|
double |
MINRISETIME
minimum rising time for neuron to fire
|
double |
REFCURR
refractory current
|
double |
THRESHOLD
threshold potential V
|
double |
VRESET
resting potential V
|
double |
VREST
reset potential V
|
Constructor and Description |
---|
SIFNeuronPara() |
public double CAP
public double GL
public double DECAY_E
public double DECAY_I
public double VRESET
public double VREST
public double THRESHOLD
public double REFCURR
public double EPSV
public double ABSREF
public double MINRISETIME
public double ini_mem
public double ini_memVar
public boolean GlobalInit
public boolean[][][] FIRETABLE
public SIFNeuronPara()