Write a code in Python to show that the Fourier Transform of a circle (i.e., $Z_0$) has the appearance of an Airy function.\ Show how the PSF (point spread function) changes as each Zernike polynomial is added $Z_{j=5,7,11}$
Added by Devon A.
Close
Step 1
Then, we will add Zernike polynomials and observe the changes in the PSF. We will use the `numpy`, `matplotlib` and `scipy` libraries for this task. ```python import numpy as np import matplotlib.pyplot as plt from scipy.special import jv from scipy.ndimage Show more…
Show all steps
Your feedback will help us improve your experience
Christian Otero and 71 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Hemraj K.
Show that the Fourier Transform is lineal meaning: F(af(x) + bg(x)) = a F(f(x)) + b F(g(x)) Compute the Fourier transform of f(x - xo) as a function of the Fourier transform of f(x) Compute the Fourier Transform of the following functions: f(t) = {1, if - 1 < t < 1; 0, otherwise g(t) = a cos(wot) h(t) = β sin(wot) + γ cos (4wot) p(t) = exp(iwot) (sin(t/2) / (π t)) Proof the convolution theorem for the Fourier transform Apply the Fourier transform to the following convolutions: z(t) = h(t) * p(t)
Sri K.
Determine the Fourier transform of $$ f(x)=\left\{\begin{array}{ll} \sin ^{2} k_{p} x & |x| < L \\ 0 & |x| > L \end{array}\right. $$ Make a sketch of it.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD