资源简介
相位解包裹程序,学习学习
代码片段和文件信息
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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信道模型及源码
- 下一篇:单片机控制锁相环立体声调频广播发射机
相关资源
- 李晓峰通信原理.zip
- 图解西门子S71200PLC入门到实践(清晰
- AI拓客商家联盟V2.1.3前端+后端.rar
- echarts大数据领导仓demo.rar
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
评论
共有 条评论