Skip to content

intfireleaky_Gsyn_vs_F

  INTFIRELEAKY_GSYNAP - Empirically determine minimum synaptic strength for AP

    [GSYN,F] = INTFIRELEAKY_GSYN_VS_F(INTFIREEL, SYNAPSEEL,
         SEARCHTIME, SEARCHRANGE)

    Determine number of action potentials generated by various synaptic input
    conductances 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 variable SEARCHRANGE = [ MIN MAX STEPS ] specifies the search domain.
    The conductance values will be explored between MIN and MAX in STEPS number of
    steps.

    See also: INTFIRELEAKYEL_INIT, SYNAPSEEL_INIT , INTFIRELEAKY_GSYNAP