Skip to content

Commit

Permalink
Fix maximal into minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio-martinelli authored Feb 26, 2023
1 parent e2e05af commit c1086e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/exercises/hodgkin-huxley.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The minimal current to elicit a spike does not just depend on the amplitude :mat

Question
~~~~~~~~
Inject a slow ramp current into a HH neuron. The current has amplitude ``0A`` at t in [0, 5] ms and linearly increases to an amplitude of ``12.0uAmp`` at ``t=ramp_t_end``. At ``t>ramp_t_end``, the current is set to ``0A``. Using the following code, reduce ``slow_ramp_t_end`` to the maximal duration of the ramp current, such that the neuron does **not** spike. Make sure you simulate system for at least 20ms after the current stops.
Inject a slow ramp current into a HH neuron. The current has amplitude ``0A`` at t in [0, 5] ms and linearly increases to an amplitude of ``12.0uAmp`` at ``t=ramp_t_end``. At ``t>ramp_t_end``, the current is set to ``0A``. Using the following code, reduce ``slow_ramp_t_end`` to the minimal duration of the ramp current, such that the neuron does **not** spike. Make sure you simulate system for at least 20ms after the current stops.

* What is the membrane voltage at the time when the current injection stops (``t=slow_ramp_t_end``)?

Expand Down

0 comments on commit c1086e4

Please sign in to comment.