Content deleted Content added
No edit summary |
No edit summary |
||
Line 8:
The paper by R. W. Gerchberg and W. O. Saxton on this algorithm is entitled “A practical algorithm for the determination of the phase from image and diffraction plane pictures,” and was published in ''Optik'' (35, 237–246 1972).
The [[
==Pseudo-code algorithm==
'''Let:'''
FT
IFT
''i''
exp
Target and Source be the Target and Source Amplitude planes respectively
A, B, C & D be complex planes with the same dimension as Target and Source
Amplitude
e.g. for complex ''z'' = ''x'' + ''iy'',
for real ''x'',
Phase
e.g. Phase(z) = arctan(y/x)
'''end Let'''
|