public final class VSICLIFNeuronPara extends Object implements Para
Modifier and Type | Field and Description |
---|---|
double |
A |
double[] |
ABDECAY
some constants to boost up the computation
|
double |
ABGLCAP
some constants to boost up the computation
|
double |
ABSREF
absolute refractory period
|
double[] |
allDecays
all state variables' decays
|
double |
B |
double[] |
BCAPDECAY
some constants to boost up the computation
|
double |
CAP
capacitance of the neuron farad
|
double |
CON
constant for membrane voltage - threshold
|
double |
CON_v
constant for membrane voltage
|
double[] |
DECAY
the decay for excitation 5 ms
|
int[] |
expts
must put 0, NG-term, NB-term, followed by NJs in same order as curr
with highest exponent last!
|
double |
GL
leak conductance siemens
|
double[] |
GLCAPDECAY
some constants to boost up the computation
|
double[] |
IADD |
double |
IEXT
external constant current
|
double[] |
ini_curr |
double |
ini_mem |
double |
ini_memVar |
double |
ini_threshold |
double[] |
IRATIO |
double |
K |
double |
MINRISETIME
Deprecated.
|
int[] |
orderOfExpts |
double |
REFCURR
refractory current
|
double |
RRESET |
double |
THRESHOLD
threshold potential V (theta infinity in the paper)
|
double |
THRESHOLDADD |
int |
TIMECON
Deprecated.
|
double |
VRESET
reset potential V
|
double |
VREST
resting potential V
|
Constructor and Description |
---|
VSICLIFNeuronPara() |
public double CON_v
public double CON
public double CAP
public double GL
@Deprecated public int TIMECON
public double VRESET
public double VREST
public double THRESHOLD
public double REFCURR
public double THRESHOLDADD
public double RRESET
public double A
public double K
public double B
public int[] expts
public int[] orderOfExpts
public double[] DECAY
public double[] IADD
public double[] IRATIO
public double[] ini_curr
public double IEXT
public double[] GLCAPDECAY
public double[] BCAPDECAY
public double[] ABDECAY
public double ABGLCAP
public double[] allDecays
public double ABSREF
@Deprecated public double MINRISETIME
public double ini_mem
public double ini_memVar
public double ini_threshold
public VSICLIFNeuronPara()
@Deprecated public void assignExp()
public void calConstants()