Propagation Simulation
Abstract

Now we look at several implementations of the diffraction expressions of Chapter 4 to simulate optical propagation. Although the material is presented as a teaching exercise, these propagation methods are used extensively in research and industry for modeling laser beam propagation. The concentration is on methods that use the fast Fourier transform (FFT) and only monochromatic light will be considered here. When designing a simulation there are a variety of issues related to discrete sampling that need to be considered. We will get to that, but let's first get our feet wet with some programming.

5.1 Fresnel Transfer Function (TF) Propagator

The Fresnel diffraction expression is often the approach of choice for simulations since it applies to a wide range of propagation scenarios and is relatively straightforward to compute. A common propagation routine is based on Eq. (4.18), which is repeated here for reference,

(5.1)

and uses the transfer function H given by

(5.2)

Start a New M-file and save it with name "propTF." Enter the following function:

Online access to SPIE eBooks is limited to subscribing institutions.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Laser beam propagation

Computer programming

Computer simulations

Diffraction

Fourier transforms

Near field diffraction

Optical simulations

Back to Top