├── GS_phase_retrieval.m ├── README.md ├── cat.jpg └── phase.png /GS_phase_retrieval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isyiming/Gerchberg-Saxton-GS-algorithm/60729b351227edbe07aa156487f87617b18a3d61/GS_phase_retrieval.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Gerchberg-Saxton-GS-algorithm 2 | 3 | 4 | ![test image](https://github.com/yimingstyle/Gerchberg-Saxton-GS-algorithm/blob/master/cat.jpg) 5 | ![test image](https://github.com/yimingstyle/Gerchberg-Saxton-GS-algorithm/blob/master/phase.png) 6 | -------------------------------------------------------------------------------- /cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isyiming/Gerchberg-Saxton-GS-algorithm/60729b351227edbe07aa156487f87617b18a3d61/cat.jpg -------------------------------------------------------------------------------- /phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isyiming/Gerchberg-Saxton-GS-algorithm/60729b351227edbe07aa156487f87617b18a3d61/phase.png --------------------------------------------------------------------------------