フィルターのクリア

Fraunhofer diffraction simulation in Matlab

56 ビュー (過去 30 日間)
Rene Riha
Rene Riha 2018 年 2 月 14 日
コメント済み: Lasse Thurmann 2019 年 5 月 21 日
Hello, below is the screenshot from the book INTRODUCTION TO MODERN DIGITAL HOLOGRAPHY With MATLAB (TING-CHUNG POON, JUNG-PING LIU). This book is free to download. There is a script for Fraunhofer diffraction pattern and equation 1.40 is Fraunhofer diffraction formula in terms of Fourier transform.
I don't understand commands C=C*lambda*z/M/delta*1000 and R=R*lambda*z/M/delta*1000;. They are probably scaling coordinates in image plane, but I don't know how. Can anybody explain it? Thank you very much. Here are the results of the simulation. Coordinates are in milimeters.

回答 (1 件)

Justin James Hyatt
Justin James Hyatt 2019 年 3 月 7 日
You are right, It is scaling the coordinates. There is an explanation here: https://ece661web.groups.et.byu.net/notes/complex_apertures.ppt
Let me break this down:
C*lambda*z/M/delta*1000
C=the original coordinates at the aperture
lambda = wavelength
z = distance to the image plane
M = the number of data points in the aperture plane (in each dimentsion)
delta = the sampling period
1000 = I don't know what this is for.
A good check if you've got the units right is the distance from the center to the first zero in the diffraction pattern should be 1.22*lamda*z/(Aperture Diameter)
  1 件のコメント
Lasse Thurmann
Lasse Thurmann 2019 年 5 月 21 日
The 1000 is most likely just a conversion from m to mm. But it sucks that it isn't stated explicitly.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNaNs についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by