Skip to content

Commit 18bf6e4

Browse files
author
Alexander Ororbia
committedApr 28, 2025
update to docs
1 parent 3fcbf80 commit 18bf6e4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎docs/tutorials/neurocog/dynamic_synapses.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,19 @@ voltage threshold.
365365
+--------------------------------------------------------------------+
366366
```
367367

368-
Notice that the above shows the behavior of the post-synaptic LIF in response to the integration of pulses coming from two Poisson spike trains both at rates of $10$ Hz (since both `exc_freq` and `inh_freq` have been set to ten). Messing with the frequencies of the excitatory and inhibitory pulse trains can lead to sparser or denser post-synaptic spike outputs.
368+
Notice that the above shows the behavior of the post-synaptic LIF in response to the integration of pulses coming from two Poisson spike trains both at rates of $10$ Hz (since both `exc_freq` and `inh_freq` have been set to ten). Messing with the frequencies of the excitatory and inhibitory pulse trains can lead to sparser or denser post-synaptic spike outputs. For instance, if we increase the frequency of the excitatory train to $15$ Hz (keeping the inhibitory one at $10$ Hz), we get a denser post-synaptic output pulse pattern as in the left figure below. In contrast, if we instead increase the inhibitory frequency to $30$ Hz (keeping the excitatory at $10$ Hz), we obtain a sparser post-synaptic output pulse train as in the right figure below.
369+
370+
371+
```{eval-rst}
372+
.. table::
373+
:align: center
374+
375+
+-----------------------------------------------------------------------+-----------------------------------------------------------------------+
376+
| .. image:: ../../images/tutorials/neurocog/ei_circuit_denser_exc.jpg | .. image:: ../../images/tutorials/neurocog/ei_circuit_sparse_inh.jpg |
377+
| :width: 400px | :width: 400px |
378+
| :align: center | :align: center |
379+
+-----------------------------------------------------------------------+-----------------------------------------------------------------------+
380+
```
369381

370382
## References
371383

0 commit comments

Comments
 (0)