Skip to content

Commit

Permalink
run phasexcorr
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed May 8, 2020
1 parent 146aea3 commit 757e416
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions notebooks/pairwisePPC_04262020.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
%}

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

savefigs = 0;
pausefigs = 1;
showfigs = 1;
savefigs = 1;
pausefigs = 0;
showfigs = 0;
savefigas = {'png','pdf'};

plot_phaseXcorr = 1;
Expand Down Expand Up @@ -197,6 +197,7 @@

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'})

Expand Down

0 comments on commit 757e416

Please sign in to comment.