-
大小: 905B文件類型: .m金幣: 1下載: 0 次發(fā)布日期: 2021-06-11
- 語(yǔ)言: Matlab
- 標(biāo)簽: phase??unwrapping??
資源簡(jiǎn)介
2D_Phase_Unwrapping 代碼 matlab
代碼片段和文件信息
clear;?clc;?close?all
%This?Matlab?program?calls?a?2D?Phase?unwrapper?written?in?C?language
%The?wrapped?phase?image?is?floating?point?data?type.?
%Also?the?unwrapped?phase?image?is?floating?data?type.
%read?the?wrapped?phase?image?from?a?file.?
image_width?=?512;
image_height?=?512;
fid?=?fopen(‘wrapped?phase?map?float?512X512.dat‘);
WrappedPhase?=?fread(fid?image_width?*?image_height?‘float‘);
fclose(fid);
WrappedPhase?=?reshape(Wr
評(píng)論
共有 條評(píng)論