Recent content by Leena Thomas

  1. L

    MATLAB Can I know the reconstruction of phase shift interferometry in Matlab

    clear all; close all; I=imread('cameraman.tif', 'tif'); % parameter setup M=256; deltax=0.001; % pixel pitch 0.001 cm (10 um) w=633*10^-8; % wavelength 633 nm z=25; % 25 cm, propagation distance delta=pi/2; % phase step (change it to show part b) %Step 1: Simulation of propagation using the ASM...
  2. L

    MATLAB Can I know the reconstruction of phase shift interferometry in Matlab

    I go through some papers on which hologram image is produced by PSI. So I think of its reconstruction.
  3. L

    MATLAB Can I know the reconstruction of phase shift interferometry in Matlab

    I want to know the reconstruction of phase shift interferometry by angular spectrum method in matlab
Back
Top