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
psf = circshift(flip(psf,3),ceil(Nz/2)+2,3)/norm(psf(:)); %Shift impulse stack
I cant understand this code.
h(�, �;-z) = h(�, �; Nz - z) is a z-stack that is flipped in the zdirection.
Why circshift is needed?