Skip to content

Commit

Permalink
Update models/ignore_and_fire.h
Browse files Browse the repository at this point in the history
Co-authored-by: jessica-mitchell <[email protected]>
  • Loading branch information
mlober and jessica-mitchell authored Nov 24, 2023
1 parent ad371a3 commit f91ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ignore_and_fire.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Description
The ``ignore_and_fire`` neuron is a neuron model generating spikes at a predefined ``rate`` with a constant inter-spike
interval ("fire"), irrespective of its inputs ("ignore"). In this simplest version of the ``ignore_and_fire`` neuron,
the inputs from other neurons or devices are not processed at all (*).
the inputs from other neurons or devices are not processed at all.
The model's state variable, the ``phase``, describes the time to the next spike relative to the firing period (the
inverse of the ``rate``). In each update step, the ``phase`` is decremented by a fixed amount. If it hits zero, a spike
Expand Down

0 comments on commit f91ff00

Please sign in to comment.