Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/droumis/FFPhy
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed May 23, 2020
2 parents d151ab7 + ad915c7 commit c5a2a56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*~

.*
Empty file.
10 changes: 5 additions & 5 deletions notebooks/pairwisePPC_04262020.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
%}

pconf = paramconfig;
create_filter = 1;
run_ff = 1;
create_filter = 0;
run_ff = 0;
load_ffdata = 0;

savefigs = 1;
Expand Down Expand Up @@ -197,9 +197,9 @@

plot(idata.xrad, idata.normxc_sm) %(50:150)
% make xaxis into pi/2 ticks
idata.tmax
xticks([-4*pi -pi 0 pi 2*pi])
xticklabels({'-2\pi','-\pi','0','\pi','2\pi'})
xticks([-4*pi -3*pi -2*pi -pi 0 pi 2*pi 3*pi 4*pi])
xticklabels({'-4\pi', '-3\pi', '-2\pi','-\pi','0','\pi','2\pi', '3\pi', '4\pi'})
xlim([-4*pi 4*pi]);

xlabel('radians')
ylabel('standardized cross-corr')
Expand Down

0 comments on commit c5a2a56

Please sign in to comment.