Permalink
Browse files

Fixed the parameters. Showing extremely regular spindles.

  • Loading branch information...
1 parent 8e59dfa commit 6b88679da3900ae94725111325002649448cc7dd @miscco committed Nov 22, 2013
Showing with 5 additions and 5 deletions.
  1. +3 −3 Plots.m
  2. BIN Thalamus.mexa64
  3. +2 −2 parameters.h
View
@@ -4,9 +4,9 @@
function Plots(T, onset)
if nargin == 0
- Con = [10; % N_tr
- 15; % N_rt
- 30]; % N_rr
+ Con = [20; % N_tr
+ 80; % N_rt
+ 80]; % N_rr
T = 30; % duration of the simulation
onset = 10;
end
View
Binary file not shown.
View
@@ -6,7 +6,7 @@
/********************************** physical properties **********************************/
/*****************************************************************************************************/
// Time constants for exhibitory and inhibitory neurons in ms
-#define tau_t 10
+#define tau_t 50
#define tau_r 10
// Calcium concentration
@@ -41,7 +41,7 @@
/********************************** conductivities **********************************/
/*****************************************************************************************************/
// Leak current
-#define gL_t 0.2
+#define gL_t 1
#define gL_r 1
#define gLK_t 0.02
#define gLK_r 0.03

0 comments on commit 6b88679

Please sign in to comment.