aggiunto AMPA-CLEAR
This commit is contained in:
+4
-9
@@ -59,19 +59,14 @@ The only behavior we model:
|
||||
- Each active spine contributes an EPSP to V_dend
|
||||
V_dend += receptor_conductance_i * AMPA_weight
|
||||
(summed across all spines; no neck attenuation)
|
||||
|
||||
- V_dend decays passively each ms
|
||||
V_dend *= (1 - dt / tau_dend)
|
||||
tau_dend is the membrane time constant of the branch
|
||||
|
||||
- V_dend passed to soma each ms (read externally)
|
||||
|
||||
- If soma fires this ms (step in soma_spike_train):
|
||||
V_bAP = V_bAP_peak (uniform across all spines)
|
||||
|
||||
- V_bAP decays each ms
|
||||
V_bAP += (0 - V_bAP) * dt / tau_bAP
|
||||
|
||||
- V_bAP broadcast to all spines as shared variable
|
||||
each spine reads V_bAP in its NMDA coincidence gate:
|
||||
V_total = V_post + V_bAP
|
||||
@@ -84,9 +79,9 @@ The only behavior we model:
|
||||
|
||||
— mins:
|
||||
|
||||
- nothing in the simplified model
|
||||
(structural remodelling of spine neck geometry
|
||||
under LTP/LTD would live here if added later)
|
||||
- nothing in the simplified model
|
||||
(structural remodelling of spine neck geometry
|
||||
under LTP/LTD would live here if added later)
|
||||
|
||||
---
|
||||
|
||||
@@ -100,4 +95,4 @@ Container: BEH-BD
|
||||
- BEH-POST ( full: 50x, active: 0x, empty: 10x )
|
||||
# managed_by: BEH-EXH or BEH-INH from winnertakeall
|
||||
# developed_by: DEV-BD-BEH-POST-TUB from DEV-N
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user