public final class VSICLIFNeuronParaV2 extends Object implements Para
Modifier and Type | Field and Description |
---|---|
double |
A
Adaptation see Mihalas, Niebur 2009
|
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 |
Alpha_LTD
weight of strength of LTD
|
double |
Alpha_LTP
weight of strength of LTP (e.g. best timed spike doublet changes
the synapse by 1%)
|
double |
B
Adaptation see Mihalas, Niebur 2009
|
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 array of decays for receptors
|
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
the array of addition of spike induced current
|
double |
IEXT
external constant current
|
double[] |
ini_curr
the array of initial spike induced current
|
double |
ini_mem
initial membrane voltage
|
double |
ini_memVar
initial membrane voltage jitter, uniformly distributed.
|
double |
ini_threshold
initial membrane voltage variance
|
double[] |
IRATIO
the array of multiplication of spike induced current
|
double |
K |
double |
K_LTD
LTD inverse time constant
|
double |
K_LTP
LTP inverse time constant
|
double |
MINRISETIME
Deprecated.
|
int[] |
orderOfExpts |
double |
REFCURR
refractory current
|
double |
RRESET |
double |
THRESHOLD
threshold potential V (theta infinity in the paper)
|
double |
THRESHOLDADD
Change of threshold when neuron fires
|
int |
TIMECON
Deprecated.
|
double |
VRESET
reset potential V
|
double |
VREST
resting potential V
|
Constructor and Description |
---|
VSICLIFNeuronParaV2() |
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 double Alpha_LTD
public double Alpha_LTP
public double K_LTD
public double K_LTP
public VSICLIFNeuronParaV2()
@Deprecated public void assignExp()
public void calConstants()