資源簡介
相位解包裹程序,學習學習
代碼片段和文件信息
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%?BranchCuts.m?generates?branch?cuts?based?on?the?phase?residues.?This?is
%?done?using?the?Goldstein?method?as?described?in?“Two-dimensional?phase?
%?unwrapping:?theory?algorithms?and?software“?by?Dennis?Ghiglia?and?
%?Mark?Pritt.
%?“residue_charge“?is?a?matrix?wherein?positive?residues?are?1?and?
%?negative?residues?are?0.?
%?“max_box_radius“?defines?the?maximum?search?radius?for?the?balancing?of?
%?residues.?If?this?is?too?large?areas?will?be?isolated?by?the?branch
%?cuts.
%?“IM_mask“?is?a?binary?matrix.?This?serves?as?an?artificial?border?for?the
%?branch?cuts?to?connect?to.
%?Created?by?B.S.?Spottiswoode?on?15/10/2004
%?Last?modified?on?18/10/2004
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function?branch_cuts=BranchCuts(residue_charge?max_box_radius?IM_mask);
[rowdim?coldim]=size(residue_charge);
branch_cuts=~IM_mask;???????????????????????????????%
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-16?14:41??2Djiebao\
?????文件???????16911??2008-12-22?10:26??2Djiebao\BranchCuts.m
?????文件???????12083??2009-02-11?14:58??2Djiebao\FloodFill.m
?????文件????????2334??2017-05-15?10:16??2Djiebao\GoldsteinUnwrap2D.m
?????文件????????6964??2008-12-22?10:05??2Djiebao\GuidedFloodFill.m
?????文件???????29683??2008-12-22?09:40??2Djiebao\IM.mat
?????文件????????4382??2008-12-22?10:05??2Djiebao\PhaseDerivativeVariance.m
?????文件????????1938??2008-12-22?10:23??2Djiebao\PhaseResidues.m
?????文件????????2834??2008-12-22?10:18??2Djiebao\QualityGuidedUnwrap2D.m
- 上一篇:SCM信道模型及源碼
- 下一篇:單片機控制鎖相環立體聲調頻廣播發射機
評論
共有 條評論