Skip to content

Commit

Permalink
Update inhibition_model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescodesantis authored Dec 9, 2024
1 parent 2593831 commit 13e6245
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions paper/sections/new_inh_model/inhibition_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ All other cell populations were implemented through iaf_cond_alpha models (a sim
(table1)=
| **Parameter** | **Value** | **Description** |
|-------------------------|------------------|---------------------------------------------------|
| \(C_m\) (pF) | 250 pF | Membrane capacitance |
| \(g_L\) (nS) | 16.6667 nS | Leak conductance |
| \(E_L\) (mV) | -70 mV | Leak reversal potential (resting potential) |
| \(refr_T\) (ms) | 2 ms | Duration of refractory period |
| \(V_{th}\) (mV) | -55 mV | Spike threshold potential |
| \(V_{reset}\) (mV) | -60 mV | Reset potential |
| \(E_{exc}\) (mV) | 0 mV | Excitatory reversal potential |
| \(E_{inh}\) (mV) | -85 mV | Inhibitory reversal potential |
| \(\tau_{syn,exc}\) (ms)| 0.2 ms | Synaptic time constant of excitatory synapse |
| \(\tau_{syn,inh}\) (ms)| 2 ms | Synaptic time constant of inhibitory synapse |
| C_m (pF) | 250 pF | Membrane capacitance |
| g_L (nS) | 16.6667 nS | Leak conductance |
| E_L (mV) | -70 mV | Leak reversal potential (resting potential) |
| refr_T (ms) | 2 ms | Duration of refractory period |
| V_th (mV) | -55 mV | Spike threshold potential |
| V_reset (mV) | -60 mV | Reset potential |
| E_exc (mV) | 0 mV | Excitatory reversal potential |
| E_inh (mV) | -85 mV | Inhibitory reversal potential |
| tau_syn,exc (ms)| 0.2 ms | Synaptic time constant of excitatory synapse |
| tau_syn,inh (ms)| 2 ms | Synaptic time constant of inhibitory synapse |

**Table 1:** Key parameters for the *iaf_cond_alpha* neural model, including membrane properties, spike-related parameters, and synaptic properties.

Expand Down

0 comments on commit 13e6245

Please sign in to comment.