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

  • 大小: 3KB
    文件類型: .m
    金幣: 2
    下載: 1 次
    發布日期: 2021-01-01
  • 語言: Matlab
  • 標簽: 仿真??matlab??

資源簡介

傅里葉疊層成像的matlab仿真程序,很詳細,從低分辨率成像到高分辨率重建都有,程序可以直接運行。有需要的可以直接下載

資源截圖

代碼片段和文件信息

clc;clear?all;
%%?simulate?the?forward?imaging?process?of?Fourier?ptychography
%%?simulate?the?high?resoluiton?complex?object
objAmp?=?double(imread(‘cameraman.tif‘));
phase?=?double(imread(‘westconcordorthophoto.png‘));
phase?=?pi*imresize(phase[256?256])./max(max(phase));
obj?=?objAmp.*exp(1i.*?phase);
imshow(abs(obj)[]);title(‘Input?complex?object‘);
F?=?@(x)?fftshift(fft2(x));
invF?=?@(x)?ifft2(ifftshift(x));

%%?setup?the?parameters?for?the?coherent?imaging?system
wLength?=?0.63e-6;
k0?=?2*pi/wLength;
spsize?=?2.75e-6;?%?sampling?pixel?size?of?the?CCD
psize?=?spsize?/?4;?%?final?pixel?size?of?the?reconstruction
NA?=?0.08;

%%?create?the?wave?vectors?for?the?LED?illumiantion?
arraysize?=?15;
kx?=?k0.*?repmat(linspace(0.3-0.3arraysize)1arraysize);
ky?=?k0.*?re

評論

共有 條評論