mex

所属分类:GIS/地图编程
开发工具:matlab
文件大小:532KB
下载次数:62
上传日期:2008-03-16 13:39:50
上 传 者leizk
说明:  Demo-z1 (Phase Unwrapping) Interferogram Z-step with known discontinuities Demo-zp2 (Absolute Phase Estimation Demo-zp2 (Absolute Phase Estimation Demo-zp3 (Absolute Phase Estimation – cont.)
(Demo-z1 (Phase Unwrapping) InterferogramZ-step with knowndiscontinuitiesDemo-zp2 (Absolute Phase EstimationDemo-zp2 (Absolute Phase EstimationDemo-zp3 (Absolute Phase Estimation- cont.))

文件列表:
mex (0, 2003-07-01)
mex\data (0, 2003-07-01)
mex\data\head.surf.mat (65720, 2003-06-22)
mex\data\knee.surf.mat (65720, 2003-06-22)
mex\data\longs.corr.mat (557112, 2000-07-18)
mex\data\longs.mask.mat (69800, 2000-07-18)
mex\data\longs.phase.mat (557120, 2000-07-18)
mex\data\longs.qual.mat (69800, 2000-12-16)
mex\data\longs.surf.mat (557112, 2000-07-18)
mex\data\shear.surf.mat (528584, 2003-06-22)
mex\data\spiral.surf.mat (528584, 2003-06-22)
mex\dbuild.m (1089, 2003-06-30)
mex\demoz1.m (603, 2003-06-30)
mex\demoz2.m (977, 2003-06-30)
mex\demoz3.m (867, 2003-06-30)
mex\demoz4.m (922, 2003-07-02)
mex\demoz5.m (676, 2003-07-01)
mex\demozp1.m (836, 2003-07-01)
mex\demozp2.m (1082, 2003-07-01)
mex\demozp3.m (1104, 2003-07-02)
mex\fatten.m (676, 2003-06-30)
mex\gaussele.m (443, 2003-06-30)
mex\icmstep.m (321, 2003-06-13)
mex\insarpair.m (1142, 2003-06-30)
mex\interf.m (614, 2003-07-01)
mex\linefg.m (716, 2000-11-04)
mex\pistep.m (2800, 2003-06-20)
mex\powcohepha.m (2600, 2003-06-22)
mex\qualmap.m (563, 2003-06-27)
mex\reconst.m (2406, 2003-06-28)
mex\residues.m (681, 2003-06-22)
mex\zpim.m (3905, 2003-06-30)
mex\zpimAlgh.m (2554, 2003-07-01)
mex\zs.dll (46592, 2003-06-30)
mex\zs.m (1773, 2003-06-30)
mex\zstep.m (691, 2003-06-30)
mex\zstepd.m (1096, 2003-06-30)
mex\zstepq.m (1275, 2003-07-01)
... ...

%MATLAB 5.x code for implementing the zpim algoritm % (see IEEEIP, vol 11, no. 4, pp. 408-422, 2002) % %========================================================================= %-- The zpim absolute phase estimation algorithm % % The zpim algoritm computes the absolute phase difference from % an interferogram or from a pair of SAR/SAS images (InSAR/InSAS pair). % The alhorithm is iterative and implements an unwrapping step % (Z-step) and a smoothing step (pi-step) on each iteration. % %======================================================================== %-- Z-step (Phase Unwrapping) % % The (Z-step) is a phase unwrapping algorithm and was coded in C and % compliled as MATLAB MEX file (zs.dll in the windows OS). % This code is based on the implementation of the Flynn minimum % discontinuity algorithm (see JOSA, vol. 14, no. 10, % pp. 201-208, 1997) by Ghiglia and Pritt (see D. Ghiglia and M. Pritt, % Two-Dimensional Phase Unwrapping. Theory, algorithms, and Software, % Wiley Inter-Science, 19***). In short, we have modified Flynn algorithm % to deal with non-integer differences and to minimize the l_2 norm of the % firt order phase diferences. See our paper for the details. % % See zm.m for a detailed explanation on how calling the MEX function zs(). % See also the functions zstep(), zstepd(), zstepq(), which wrapps % the MEX file zs(). % %======================================================================== %-- pi-step (Phase Smoothing) % % The pi-step applies smoothing to the output of the Z-step. % See function pistep(). % % See pistep.m for a detailed explanation. % %======================================================================== %-- zpim Algorithm % % The function zpim() codes the compete zpim algorithm. Type help zpim % for details. % %======================================================================== %-- Demos % % To get an understanding on how the complete package works, we have % provided the follwoinh demos: % % Illustrating the Z-step (Phase Unwarapping) % demoz1, demoz2, demoz3, demoz4, demoz5 % % Illustrating the pi-step (Phase Smoothing) % demozp1, demozp2, demozp3 % %Author: Jose M Bioucas Dias, June, 2003

近期下载者

相关文件


收藏者