You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function of "function_Superoposition", line 18, you give the code that "hologram = hologram + ifft2(ifftshift(sqrt(target) .* exp(1i * randn(NX,NY))))./HStacks(:,:,i);".
I wonder that the code should be "hologram = hologram + ifft2(ifftshift(sqrt(target) .* exp(1i * randn(NX,NY)))./HStacks(:,:,i));".