Loading dev/preproc.m +2 −1 Original line number Diff line number Diff line Loading @@ -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);'); Loading Loading
dev/preproc.m +2 −1 Original line number Diff line number Diff line Loading @@ -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);'); Loading