sl2pm.bistable_bias module

sl2pm.bistable_bias module#

sl2pm.bistable_bias.bb_double(t, t01, w1, tau11, tau21, dI11, dI21, t02, w2, tau12, tau22, dI12, dI22, I0, dt)[source]#

Model of bistable bias with two steps.

sl2pm.bistable_bias.bb_single(t, t0, w, tau1, tau2, dI1, dI2, I0, dt)[source]#

Model of bistable bias with a single step.

sl2pm.bistable_bias.step(t, tau1, tau2, dI1, dI2)[source]#

Part of the expression for bb_single and bb_double, describing an onset single bistable bias step.

sl2pm.bistable_bias.step_diff(t, w, tau1, tau2, dI1, dI2)[source]#

Part of the expression for bb_single and bb_double, describing a single bistable bias step.

sl2pm.bistable_bias.step_diff_periodic(t, t0, w, tau1, tau2, dI1, dI2, dt)[source]#

Part of the expression for bb_single and bb_double, describing a single bistable bias step repeated periodically.