- Apply Fourier Transform: Perform a Fourier transform on the composite interferogram.
- Filtering: Design and apply bandpass filters in the frequency domain to isolate each individual interferogram's frequency components. This step assumes you know the carrier frequencies for the individual interferograms.
- Inverse Fourier Transform: Apply the inverse Fourier transform to the filtered spectrum to get a complex image that contains phase information.
- Extract Phase Information: Use the angle of the complex image to obtain the phase.
- Unwrap Phase: The extracted phase will be wrapped within the range [-π, π], so you'll need to perform phase unwrapping.
- https://www.mathworks.com/matlabcentral/fileexchange/24852-windowed-fourier-transform-for-fringe-pattern-analysis(MATLAB File on Windowed Fourier transform for fringe pattern analysis)
- https://www.mathworks.com/help/matlab/ref/fftshift.html(Official documentation for “fftshift” function in MATLAB)
- https://www.mathworks.com/help/matlab/ref/unwrap.html(Offiical documentation for “unwrap” function in MATLAB)