资源简介
展开相位是物体表面三维形貌测量中一项关键技术,为了避免相位展开过程中的误差传播效应,Saldner和Huntlye等提出了时间相位展开方法。用matlab模拟了时间相位展开的方法
代码片段和文件信息
clear all;
close all;
%%
%直接用函数unwrap进行空间相位展开
im=wp_sphere(4/256);
imshow(im[]);
unw_ph=unwrap(im);
unw_ph=unwrap(unw_ph[]2);
figure
imshow(unw_ph[]);title(‘用函数unwrap进行空间相位展开结果‘)
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);
%%
%显示八个
figure
subplot(221)imshow(im1[]);title(‘条纹数为1‘);
subplot(222)imshow(im2[]);title(‘条纹数为2‘);
subplot(223)imshow(im3[]);title(‘条纹数为3‘);
subplot(224)imshow(im4[]);title(‘条纹数为4‘);
figure
subplot(221)imshow(im5[]);title(‘条纹数为5‘);
subplot(222)imshow(im6[]);title(‘条纹数为6‘);
subplot(223)imshow(im7[]);title(‘条纹数为7‘);
subplot(224)imshow(im8[]);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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 时间相位展开在基于相位三维测量中的应用及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 直接法用于双谱估计
相关资源
- phasecorrelation 运用相位相关法对图像进
- threephaseDPC
- hapf 单相混合有源电力滤波器的设计与
- PhaseCongruency 提取图像相位一致性特征
- Four-step-phase-shift-method 四步相移法程序
- single_phase_grid_pv 单相并网光伏逆变系
- AFD1 单相光伏并网发电系统电压前馈控
- GK_3_simulation_phase_shift
-
s_PhaseLockedLoop_10b simuli
nk实现SVPWM调制 - phase_screen_turbulence_laguerre
- jakes-model Jakes 模型信道仿真
- phase
- matlab-phase-unwrapping 代码为matlab源程序
- AFD1-AFD2 光伏孤岛检测经典移相法
- phased-array 相控阵系统学习
- PV_ThreePhase_PQ_bingwang 对严重故障情况下
- Three_phase_rectifiers_Thyistor.slx
- LBM Shan-Chen
评论
共有 条评论