Skip to content

Commit 209bb4f

Browse files
authored
Merge pull request Shencong-Ni#1 from BrainDynamicsUSYD/main
Minor changes
2 parents 5bb9b16 + 2263e05 commit 209bb4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

model/mathematical_model/fractional_sampling.m

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ function fractional_sampling(varargin)
2929
p.dt = 1e-3; p.T = 2e2; avg = 1;
3030

3131

32-
tri_n = 2; % number of trials
32+
tri_n = 20; % number of trials
3333
stim_num = 2; % number of stimuli
3434
if stim_num == 2
3535
p.stim_depth = [50 50]; % depth of potential well for stimuli
3636
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
3837
elseif stim_num == 1
3938
p.stim_depth = [50];
4039
p.stim_loc = [0 0];
41-
p.stim_modu_pk_radius = [12];
4240
end
4341

4442

0 commit comments

Comments
 (0)