Skip to content

Commit

Permalink
Added additional NEST models
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed May 14, 2024
1 parent 461d609 commit a7e27d4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/nest/models/gpe_arky.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'a': 2.5,
'b': 105.0,
'V_th': -54.7,
'Delta_T': 2.55,
'I_e': 1.0,
'C_m': 60.0,
'g_L': 1.0,
'V_reset': -60.0,
'tau_w': 20.0,
't_ref': 1.0,
'V_peak': 15.0,
'E_L': -55.1,
'E_ex': 0.,
'E_in': -70.
}
16 changes: 16 additions & 0 deletions data/nest/models/gpe_proto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'a': 2.5,
'b': 70.0,
'V_th': -54.7,
'Delta_T': 1.7,
'I_e': 12.0,
'C_m': 40.0,
'g_L': 1.0,
'V_reset': -60.0,
'tau_w': 20.0,
't_ref': 1.0,
'V_peak': 15.0,
'E_L': -55.1,
'E_ex': 0.,
'E_in': -70.
}
16 changes: 16 additions & 0 deletions data/nest/models/snr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'a': 3.0,
'b': 200.0,
'V_th': -55.2,
'Delta_T': 1.8,
'I_e': 15.0,
'C_m': 80.0,
'g_L': 3.0,
'V_reset': -65.0,
'tau_w': 20.0,
't_ref': 1.0,
'V_peak': 20.0,
'E_L': -55.8,
'E_ex': 0.,
'E_in': -70.
}
16 changes: 16 additions & 0 deletions data/nest/models/stn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'a': 0.3,
'b': 0.05,
'V_th': -64.0,
'Delta_T': 16.2,
'I_e': 5.0,
'C_m': 60.0,
'g_L': 10.0,
'V_reset': -70.0,
'tau_w': 333.0,
't_ref': 1.0,
'V_peak': 15.0,
'E_L': -80.2,
'E_ex': 0.,
'E_in': -70.
}

0 comments on commit a7e27d4

Please sign in to comment.