Commit ac802c29 authored by Franco Buffa's avatar Franco Buffa
Browse files

source and data

parent 8b4764a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -113,7 +113,8 @@ function preproc(fconf)
%   x=x/max(x);
%   y=y/max(y);
 
 ph1=atan(e_im_s./e_re_s);
%ph1=atan(e_im_s./e_re_s);
 ph1=atan2(e_im_s,e_re_s);
 ph3=movave(ph1,nma);
 figure(3);
 plot(180/pi*ph1,'.1;source phase (deg);');