diff --git a/Plots.m b/Plots.m index c6e6064..6b45a86 100644 --- a/Plots.m +++ b/Plots.m @@ -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 diff --git a/Thalamus.mexa64 b/Thalamus.mexa64 index ed4daeb..031b5a2 100755 Binary files a/Thalamus.mexa64 and b/Thalamus.mexa64 differ diff --git a/parameters.h b/parameters.h index da5f3ec..38b4e61 100644 --- a/parameters.h +++ b/parameters.h @@ -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