Perform difference map (DM) phase retrieval

$29

Description

[f, obj, res, iter] = diff_map(F_mag, g_init, dom, tol, max_iter, beta,gamma) 

reconstructs the signal f given the DFT magnitude F_mag.

 F_mag is the magnitude of the discrete Fourier transform.
 g_init is the initial guess of the signal.
 dom is a binary matrix that equals 1 for all pixels in the non-zero support set.
 tol is the cutoff for the normed difference between successive iterates. If the difference falls below tol, the algorithm terminates.
 max_iter is the maximum number of iterations.
 beta is the first step parameter.
 gamma is the second step parameter.

 f is the reconstructed signal.
 obj is the objective value at every iteration, i.e. the normed difference between the known and estimated Fourier magnitude.
 res is the residual error at every iteration.
 iter is the number of iterations the algorithm ran.

https://matlab1.com/shop/matlab-code/automated-aerodynamic-performance-estimates-for-flapping-flight/
https://matlab1.com/shop/matlab-code/perform-basic-input-output-bio-phase-retrieval/

Reviews

There are no reviews yet.

Be the first to review “Perform difference map (DM) phase retrieval”