intfireleaky_GsynAP
INTFIRELEAKY_GSYNAP - Empirically determine minimum synaptic strength for AP
GSYNAP = INTFIRELEAKY_GSYNAP(INTFIREEL, SYNAPSEEL,
SEARCHTIME, SEARCHRANGE)
Determine minimum current necessary to generate a single action potential
in an integrate and fire neuron modelel INTFIRE and a synapse to be connected
called SYNAPSEEL. The program will step from time 0 to time SEARCHTIME to see
if an action potential is generated.
If INTFIREEL and SYNAPSEEL are empty, defaults will be used. The default synapse
is a SYNAPSET1T2EL_INIT.
The variable SEARCHRANGE = [ MIN MAX STEPS ] specifies the search domain.
The conductance values will be searched between MIN and MAX in a
binary search fashion of STEPS number of steps.
Examples:
% using default intfire and synapse
GsynAP = intfireleaky_GsynAP([],[],[],[]) % use defaults
GsynAP = intfireleaky_GsynAP([],synapset1t2el_init('tau2',0.200),[],[])
See also: INTFIRELEAKYEL_INIT, SYNAPSET1T2EL_INIT