DPG demo version from 2019-08-20
[dpg] / ifi.m
1 function a = ifi(a)
2 a = ifftshift(ifftshift(fft2(ifftshift( ifftshift( a, 1),2)),1),2);