We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bb9b16 + 2263e05 commit 209bb4fCopy full SHA for 209bb4f
model/mathematical_model/fractional_sampling.m
@@ -29,16 +29,14 @@ function fractional_sampling(varargin)
29
p.dt = 1e-3; p.T = 2e2; avg = 1;
30
31
32
-tri_n = 2; % number of trials
+tri_n = 20; % number of trials
33
stim_num = 2; % number of stimuli
34
if stim_num == 2
35
p.stim_depth = [50 50]; % depth of potential well for stimuli
36
p.stim_loc = [0 0; 32 32]; % stimuli potential well locations
37
- p.stim_modu_pk_radius = [12 12]; % effective range of stimuli modulation on the peak of the firing rate gaussian bump
38
elseif stim_num == 1
39
p.stim_depth = [50];
40
p.stim_loc = [0 0];
41
- p.stim_modu_pk_radius = [12];
42
end
43
44
0 commit comments