Loading dev/uv.m +9 −4 Original line number Diff line number Diff line Loading @@ -81,11 +81,16 @@ function uv(fconf) ei(i0)=0.0; % figure(1); emod=sqrt(er.^2+ei.^2); %imagesc(uu,vv,emod); imagesc(emod); emod=abs(er+i*ei); %emod=sqrt(er.^2+ei.^2); emod=emod/max(max(emod)); emod=20*log10(emod); imagesc(uu,vv,emod); % imagesc(emod); axis('square'); %colorbar colorbar; xlabel('u'); ylabel('v'); %print -dpng preproc.png pr0=mp/2-fix(size(er)(1)/2); Loading hop_example/conf.m +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ dam=[0.005 0.015]; scn='az'; source=true; nma=50; lambda=0.027; lambda=0.026; D=64; k0=0.8; mp=512; Loading Loading
dev/uv.m +9 −4 Original line number Diff line number Diff line Loading @@ -81,11 +81,16 @@ function uv(fconf) ei(i0)=0.0; % figure(1); emod=sqrt(er.^2+ei.^2); %imagesc(uu,vv,emod); imagesc(emod); emod=abs(er+i*ei); %emod=sqrt(er.^2+ei.^2); emod=emod/max(max(emod)); emod=20*log10(emod); imagesc(uu,vv,emod); % imagesc(emod); axis('square'); %colorbar colorbar; xlabel('u'); ylabel('v'); %print -dpng preproc.png pr0=mp/2-fix(size(er)(1)/2); Loading
hop_example/conf.m +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ dam=[0.005 0.015]; scn='az'; source=true; nma=50; lambda=0.027; lambda=0.026; D=64; k0=0.8; mp=512; Loading