How to Implement the Fourier Transformation from Computed Solutions

February 27, 2017

We previously learned how to calculate the Fourier transform of a rectangular aperture in a Fraunhofer diffraction model in the COMSOL Multiphysics® software. In that example, the aperture was given as an analytical function. The procedure is a bit different if the source data for the Fourier transformation is a computed solution. In this blog post, we will learn how to implement the Fourier transformation for computed solutions with an electromagnetic simulation of a Fresnel lens.

Fourier Transformation with Fourier Optics

Implementing the Fourier transformation in a simulation can be useful in Fourier optics, signal processing (for use in frequency pattern extraction), and noise reduction and filtering via image processing. In Fourier optics, the Fresnel approximation is one of the approximation methods used for calculating the field near the diffracting aperture. Suppose a diffracting aperture is located in the (x,y) plane at z=0. The diffracted electric field in the (u,v) plane at the distance z=f from the diffracting aperture is calculated as

E(u,v,f) = \frac{-1}{i\lambda f}e^{-i2\pi f /\lambda} e^{-i\pi(u^2+v^2)/(\lambda f)} \iint_{-\infty}^{\infty} E(x,y,0)e^{-i \pi(x^2+y^2)/(\lambda f)}e^{i2 \pi (xu+yv)/(\lambda f)}dxdy,

where, \lambda is the wavelength and E(x,y,0), \ E(u,v,f) account for the electric field at the (x,y) plane and the (u,v) plane, respectively. (See Ref. 1 for more details.)

In this approximation formula, the diffracted field is calculated by Fourier transforming the incident field multiplied by the quadratic phase function {\rm exp}\{-i\pi (x^2+y^2)/(\lambda f)\}.

The sign convention of the phase function must follow the sign convention of the time dependence of the fields. In COMSOL Multiphysics, the time dependence of the electromagnetic fields is of the form {\rm exp}(+i\omega t). So, the sign of the quadratic phase function is negative.

Fresnel Lenses

Now, let’s take a look at an example of a Fresnel lens. A Fresnel lens is a regular plano-convex lens except for its curved surface, which is folded toward the flat side at every multiple of m \lambda/(n-1) along the lens height, where m is an integer and n is the refractive index of the lens material. This is called an mth-order Fresnel lens.

The shift of the surface by this particular height along the light propagation direction only changes the phase of the light by 2m \pi (roughly speaking and under the paraxial approximation). Because of this, the folded lens fundamentally reproduces the same wavefront in the far field and behaves like the original unfolded lens. The main difference is the diffraction effect. Regular lenses basically don’t show any diffraction (if there is no vignetting by a hard aperture), while Fresnel lenses always show small diffraction patterns around the main spot due to the surface discontinuities and internal reflections.

When a Fresnel lens is designed digitally, the lens surface is made up of discrete layers, giving it a staircase-like appearance. This is called a multilevel Fresnel lens. Due to the flat part of the steps, the diffraction pattern of a multilevel Fresnel lens typically includes a zeroth-order background in addition to the higher-order diffraction.

Photo of a Fresnel lens.
A Fresnel lens in a lighthouse in Boston. Image by Manfred Schmidt — Own work. Licensed under CC BY-SA 4.0, via Wikimedia Commons.

Why are we using a Fresnel lens as our example? The reason is similar to why lighthouses use Fresnel lenses in their operations. A Fresnel lens is folded into m \lambda/(n-1) in height. It can be extremely thin and therefore of less weight and volume, which is beneficial for the optics of lighthouses compared to a large, heavy, and thick lens of the conventional refractive type. Likewise, for our purposes, Fresnel lenses can be easier to simulate in COMSOL Multiphysics and the add-on Wave Optics Module because the number of elements are manageable.

Modeling a Focusing Fresnel Lens in COMSOL Multiphysics®

The figure below depicts the optics layout that we are trying to simulate to demonstrate how we can implement the Fourier transformation, applied to a computed solution solved for by the Wave Optics, Frequency Domain interface.

A diagram illustrating the optics layout for a focusing Fresnel lens model.
Focusing 16-level Fresnel lens model.

This is a first-order Fresnel lens with surfaces that are digitized in 16 levels. A plane wave E_{\rm inc} is incident on the incidence plane. At the exit plane at z=0, the field is diffracted by the Fresnel lens to be E(x,y,0). This process can be easily modeled and simulated by the Wave Optics, Frequency Domain interface. Then, we calculate the field E(u,v,f) at the focal plane at z=f by applying the Fourier transformation in the Fresnel approximation, as described above.

The figures below are the result of our computation, with the electric field component in the domains (top) and on the boundary corresponding to the exit plane (bottom). Note that the geometry is not drawn to scale in the vertical axis. We can clearly see the positively curved wavefront from the center and from every air gap between the saw teeth. Note that the reflection from the lens surfaces leads to some small interferences in the domain field result and ripples in the boundary field result. This is because there is no antireflective coating modeled here.

A COMSOL Multiphysics computation of the electric field component in a Fresnel lens.
The computed electric field component in the Fresnel lens and surrounding air domains (vertical axis is not to scale).

A plot of the computed electric field component.
The computed electric field component at the exit plane.

Implementing the Fourier Transformation from a Computed Solution

Let’s move on to the Fourier transformation. In the previous example of an analytical function, we prepared two data sets: one for the source space and one for the Fourier space. The parameter names that were defined in the Settings window of the data set were the spatial coordinates (x,y) in the source plane and the spatial coordinates (u,v) in the image plane.

In today’s example, the source space is already created in the computed data set, Study 1/Solution 1 (sol1){dset1}, with the computed solutions. All we need to do is create a one-dimensional data set, Grid1D {grid1}, with parameters for the Fourier space; i.e., the spatial coordinate u in the focal plane. We then relate it to the source data set, as seen in the figure below. Then, we define an integration operator intop1 on the exit plane.

Screenshot showing the transformation data set in COMSOL Multiphysics.
Settings for the data set for the transformation.

Screenshot showing the Integration 1 settings in COMSOL Multiphysics.

Screenshot of the Graphics window in COMSOL Multiphysics.
The intop1 operator defined on the exit plane (vertical axis is not to scale).

Finally, we define the Fourier transformation in a 1D plot, shown below. It’s important to specify the data set we previously created for the transformation and to let COMSOL Multiphysics know that u is the destination independent variable by using the dest operator.

Screenshot of the Fourier transformation settings in COMSOL Multiphysics.
Settings for the Fourier transformation in a 1D plot.

The end result is shown in the following plot. This is a typical image of the focused beam through a multilevel Fresnel lens in the focal plane (see Ref. 2). There is the main spot by the first-order diffraction in the center and a weaker background caused by the zeroth-order (nondiffracted) and higher-order diffractions.

A COMSOL Multiphysics plot of the electric field norm.
Electric field norm plot of the focused beam through a 16-level Fresnel lens.

Concluding Remarks

In this blog post, we learned how to implement the Fourier transformation for computed solutions. This functionality is useful for long-distance propagation calculation in COMSOL Multiphysics and extends electromagnetic simulation to Fourier optics.

Next Steps

Download the model files for the Fresnel lens example by clicking the button below.

Read More About Simulating Wave Optics

References

  1. J.W. Goodman, Introduction to Fourier Optics, The McGraw Hill Company, Inc.
  2. D. C. O’Shea, Diffractive Optics, SPIE Press.

Comments (14)

Leave a Comment
Log In | Registration
Loading...
欣峰 张
欣峰 张
June 21, 2017

Dear Professor,
I am a student in China.My name is zhang xinfeng.
I am really interested in your fresnel lens research.I have a problem to simulate the fresnel lens structure .I hope you can give me this comsol file. Really appreciate!
Here is my email : xinfengzhang26@gmail.com
Wish you all the best !

Yosuke Mizuyama
Yosuke Mizuyama
June 21, 2017

Dear 欣峰,
Thank you for reading this blog.
We now have version 5.3 update 2 the day before yesterday.
If you update your Application Libraries, you will find this new Fresnel lens model under Wave Optics > Verification Examples.
Please let me know if you are not able to get it.
Best regards,
Yosuke

欣峰 张
欣峰 张
June 26, 2017

Dear Professor Yosuke,
It is really happy to receive your reply, and I do not imagine that you can give me a timely reply.
I try to follow your advice and update my comsol software to the latest version, but unfortunately fails down.my comsol software is 5.2a version .Would you send me the file if you have the fresnel lens model with 5.2a version.Really appreciate.
Welcome to China.
Best regards.
Here is my email address: xinfengzhang26@gmail.com
张欣峰

Yosuke Mizuyama
Yosuke Mizuyama
June 26, 2017

Dear 欣峰,
Unfortunately, we didn’t make it with any older version. So it is the only way for you to upgrade your COMSOL to the latest version. I hope you could manage to do it.
Best regards,
Yosuke

欣峰 张
欣峰 张
June 26, 2017

Dear Professor Yosuke,
Thanks a lot. I have fixed the problem.
It is a nice experience to talk with you.
Best regards.
张欣峰

Yosuke Mizuyama
Yosuke Mizuyama
June 27, 2017

It was nice talking to you too!
Best regards,
Yosuke

Sriram Guddala
Sriram Guddala
August 6, 2018

Dear Prof. Yosuke,

Thanks for showing the way to plot Fourier transformation of computed fields in COMSOL. The momentum space representation is a usual practice followed by the computed field Fourier transformation. I would like to see the momentum space representation for a plasmonic/dielectric grating. A periodic nanostructured medium like a plasmonic grating shows different spectral response depending on the angle of incidence and wavelength of the incident beam. A momentum space representation can be very useful to have all the information in a single glance. Please, could you suggest the directions for solving this issue?

Thanks in advance.
Sriram

Yosuke Mizuyama
Yosuke Mizuyama
August 6, 2018

Dear Sriram,
Thank you for reading my blog.
I’m afraid I don’t understand your question and your problem.
Can you please explain what you would like to do a little more specifically?
Best regards,
Yosuke

Sriram Guddala
Sriram Guddala
August 6, 2018

Hi Prof. Yosuke,
Sorry about that.

Please, could you mention the further steps to plot the computed Fourier transformation field pattern in momentum space?

Sriram

Yosuke Mizuyama
Yosuke Mizuyama
August 6, 2018

Dear Sriram,
What are you referring to by the term “momentum space”?
Best regards,
Yosuke

Iverson Chiu
Iverson Chiu
April 26, 2020

Dear Professor,
I am a student in Taiwan. My name is Yi-Feng,Chiu.
May I ask you a question about Fresnel lens different with Kinoform?
Can this files simulate about bi-focal or tri-focal? Thanks
Here is my email: max816005@gmail.com
Best regards

Yosuke Mizuyama
Yosuke Mizuyama
April 27, 2020 COMSOL Employee

Dear Iverson,
Thank you for reading my blog.
I’m not 100% sure if I understand your question correctly but …
Perfectly designed and perfectly fabricated kinoforms don’t show multi-foci because the diffraction efficiency for the designed order is 100%.
But in practice, almost all Fresnel lenses show multi-foci because of finite number of digitization level, defects, fabrication errors, wavelength mismatch, shadowing effect etc.
So, even in simulation, if you don’t have enough digitization level, for example, it should show higher diffraction order foci.
fresenel_lens.mph in the Application Libraries is made with 16 levels, which is high enough so that it’s difficult to see higher order foci.
But if you change the digitization level to, say 4, and run it with the Beam Envelope interface (Study 2), you can clearly see other foci corresponding to higher order diffraction.
The second order diffraction focus can be seen at around 75 um.
You can see even the third and forth orders.
I hope I’m answering your question correctly.
Best regards,
Yosuke

If you look at f/2 plane in the model, you will see the 2nd order diffraction

Iverson Chiu
Iverson Chiu
August 12, 2020

Dear Prof. Yosuke,
Thank you for your reply. I appreciate it.
I want to ask if there is a structure that can produce 3 diffractive orders.
Like this article https://patentimages.storage.googleapis.com/6b/c9/9d/46cdb43376a78b/WO2020053864A1.pdf
Here is my email: max816005@gmail.com
Best regards
Does the professor have any thoughts or opinions?

Sam Plumer
Sam Plumer
January 19, 2024

Hello Professor Yosuke,
I know this is a relatively old blog post but I am hoping you could provide some insight into my current problem. I am simulating the thermoelastic response of a microcantilever subject to an oscillating heat flux. I am trying to obtain the amplitude of the cantilever’s temperature and displacement along the cantilever’s length using Fourier transform. I am a bit confused about how to apply Fourier transform to my computed solutions. In the step where you define the Fourier transform in a line graph, what does ‘ewfd.Ez’ represent? I assume it is the function you are applying Fourier transform to/ your computed solutions but I do not see where this function is defined anywhere else and am unsure how to refer to my computed solutions when applying Fourier transform to my problem. Any insight would be much appreciated.
Best,
Sam

EXPLORE COMSOL BLOG