91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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)論