Skip to content

Commit

Permalink
getting xrad from output
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed May 8, 2020
1 parent b679970 commit e105098
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 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 @@ -195,9 +195,7 @@
sf = subaxis(1,1,1,Pp.posparams{:});
sf.Tag = 'xcorr';

brad = bin*2*pi;
xrad = -2*pi*tmax+brad/2:brad:2*pi*tmax-brad/2;
plot(xrad, idata.normxc_sm) %(50:150)
plot(idata.xrad, idata.normxc_sm) %(50:150)
% make xaxis into pi/2 ticks
xticks([-2*pi -pi 0 pi 2*pi])
xticklabels({'-2\pi','-\pi','0','\pi','2\pi'})
Expand Down

0 comments on commit e105098

Please sign in to comment.