Skip to content

Commit

Permalink
shuffle trial control for loops
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaoxing committed Nov 8, 2023
1 parent d8f3222 commit d3e0468
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 210 deletions.
2 changes: 1 addition & 1 deletion jpsth/+bz/+rings/relax_tag.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
tsize=size(in,1);
% fprintf('000000');
while curr_pre_ptr<tsize
if rem(curr_pre_ptr,50000)==0, fprintf('%06d.\n',curr_pre_ptr);end
% if rem(curr_pre_ptr,10000)==0, fprintf('%06d.\n',curr_pre_ptr);end
%matching time window, assuming 30kHz
%assume max 200hz neuron FR, 2spikes × 5 su in 10ms

Expand Down
Loading

0 comments on commit d3e0468

Please sign in to comment.