資源簡(jiǎn)介
展開相位是物體表面三維形貌測(cè)量中一項(xiàng)關(guān)鍵技術(shù),為了避免相位展開過程中的誤差傳播效應(yīng),Saldner和Huntlye等提出了時(shí)間相位展開方法。用matlab模擬了時(shí)間相位展開的方法
代碼片段和文件信息
clear?all;
close?all;
%%
%直接用函數(shù)unwrap進(jìn)行空間相位展開
im=wp_sphere(4/256);
imshow(im[]);
unw_ph=unwrap(im);
unw_ph=unwrap(unw_ph[]2);
figure
imshow(unw_ph[]);title(‘用函數(shù)unwrap進(jìn)行空間相位展開結(jié)果‘)
figure
%%
%%模擬球面的自然條紋序列從1條到8條
im1=wp_sphere(1/256);
im2=wp_sphere(1/256);
im3=wp_sphere(3/256);
im4=wp_sphere(4/256);
im5=wp_sphere(5/256);
im6=wp_sphere(6/256);
im7=wp_sphere(7/256);
im8=wp_sphere(8/256);
%%
%顯示八個(gè)
figure
subplot(221)imshow(im1[]);title(‘條紋數(shù)為1‘);
subplot(222)imshow(im2[]);title(‘條紋數(shù)為2‘);
subplot(223)imshow(im3[]);title(‘條紋數(shù)為3‘);
subplot(224)imshow(im4[]);title(‘條紋數(shù)為4‘);
figure
subplot(221)imshow(im5[]);title(‘條紋數(shù)為5‘);
subplot(222)imshow(im6[]);title(‘條紋數(shù)為6‘);
subplot(223)imshow(im7[]);title(‘條紋數(shù)為7‘);
subplot(224)imshow(im8[]);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????6487??2011-03-22?16:00??折疊相位示意圖.png
?????文件???????2219??2011-05-18?09:59??test.m
?????文件????????991??2011-03-22?15:45??wp_sphere.m
?????文件????????452??2009-07-03?16:33??wp2_plane.m
?????文件?????514753??2009-07-05?11:34??時(shí)間相位展開在基于相位三維測(cè)量中的應(yīng)用及matlab模擬.doc
?????文件???????4935??2011-03-22?16:07??展開相位示意圖.fig
?????文件???????4289??2011-03-22?16:06??展開相位示意圖.png
?????文件???????6809??2011-03-22?15:57??折疊相位示意圖.fig
-----------?---------??----------?-----??----
???????????????540935????????????????????8
- 上一篇:PCALDA
- 下一篇:bispeci 直接法用于雙譜估計(jì)
評(píng)論
共有 條評(píng)論