Lectures 18-20: Diffraction

Total Page:16

File Type:pdf, Size:1020Kb

Lectures 18-20: Diffraction Lectures 18-20: Diffraction Reading: Kurt Möller, Optics, Chapter 3 Matt Young, Lasers and Optics, Section 5.5 Lipson, Lipson and Tannhauser, Optical Physics, Chapter 7 Many experimental situations in optics feature a coherent superposition of waves from an extended source which have slight differences in phase introduced as a result of travelling slightly different optical paths. We have discussed this situation for the problem of interference, in which the width of the slits was assumed to play no role at all. We must now consider the effect of slits which are finite. We shall find that the same notions of interference will serve us well as guides to what happens in this case, except that we have to integrate over the extended aperture instead of summing over point-like apertures. We shall also calculate some cases which are regularly encountered in optical practice. 1. Diffraction from a single rectangular slit We have learned that interference from multiple slits produces a unique intensity distribution at a distance from the slits. However, up to now we have not examined the effects of varying the spacing between the slits. The problem of the interference from neighboring elements of a finite aperture is called Fraunhofer diffraction, after the man who first described it. (And also, incidentally, was the first to measure the solar spectrum using a prism spectrometer — the spectrum which eventually led to the discovery of blackbody radiation.) We start by calculating the interference pattern from 40 slits, spaced 50l apart; this means that the slit pattern occupies a total width of 1 mm. 2 Diffraction.nb Wavelength = 500.0 * 10^ -9 Distance = 1.0 Nslits = 40 Separation = 50 * Wavelength Phase = Pi * Sin x * Separation Wavelength Plot 4 * Sum Cos j - 1 * Phase , j, 1, Nslits ^2, x, -0.002, 0.002 , PlotRange -> All, PlotStyle -> RGBColor 1, 0, 0 , AxesLabel -> "Argument", "Amplitude" 5. ¥ 10-7 1. 4 0.00025 1570.8 Sin x Amplitude 60 50 40 30 20 10 Argument -0.002 -0.001 0.001 0.002 Ö Graphics Ö You will note that the secondary maxima in this case seem to be of quite different amplitudes, and the width of the central intensity maximum is aproximately 1 mm, as you can read off from the Argument (units in meters). Thought Question: Why does this pattern look so different from that of the multiple-slit interference pattern we calculated earlier? Where does the next principal maximum fall in this case? [Hint: Try extending the limits of the argument to plot much greater distances.] Ö Graphics Ö Diffraction.nb 3 Fraunhofer's solution to the diffraction problem is depicted in the drawing above this paragraph. We imagine the slit to be long and narrow, with a width d, so that the solution in a plane vertical to the screen is the same at every point. We subdivide the slit into small elements of area, and add up the contributions to the electric field at the observation angle J from the entire linear extent of the slit. This procedure yields the following for a line element dx of the slit Dxj Dxj i kzo -wt -i kxj sinJ i kzo -wt -i kxj sinJ Ej = Eo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ e e îEtotal = Eo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ e e D j D i kz -wt where the wave at the center of the aperture is represented by Eo e o and the phase shift of each element of length with respect to that central plane wave is given by e-i kxj sinJ . But we know from integral calculus what to do with this sort of thing when we see it: We take the limit as the number of line elements gets larger and their individual size gets smaller. So now we use Mathematica to help us do the definite integral without pain. To avoid confusing Mathematica about the variables of integration, it turns out to be useful to define an auxiliary variable HWidth which is just half the slit width D. We also set a constant A=k·sinJ. Now ask Mathematica to oblige us with the definite integral: Hwidth=0.5*Dwidth Integrate[Exp[I*A*x]/Dwidth,{x,-Hwidth,Hwidth}] 0.5 Dwidth -0.5IADwidth 0.5IA Dwidth ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄI E - ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄI E A Dwidth A Dwidth But this, if we remember our complex variables, is simply related to the sine function. If we multiply the numerator and denominator of this expression by (-2i), we get 4 Diffraction.nb 2 sin ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄkDsinJ sin ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄkDsinJ E = E ei kzo -wt ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ2 î I = E ei kzo -wt ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ2 É total o kDsinJ total o kDsinJ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ2 The absolute square then simply leaves us with the highly nonlinear expression for the diffracted intensity from a long, narrow slit as kDsinJ 2 sin ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 2 2 Itotal = Eo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄkDsinJ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ2 Now consider this exact analytical solution as it was discovered by Fraunhofer. We take as an example a narrow aperture which is 1 mm wide and very tall. We know from experience that the main effect we should expect from shining light through a large aperture is that a spot of light approximately the size of the aperture should appear on a screen just opposite it. The exact solution is plotted below for this case. Wavelength = 550.0 * 10^ -9 Distance = 1.0 SlitWidth = 0.001 Wavek = 2 * Pi Wavelength Plot Sin 0.5 * Wavek * SlitWidth * x 0.5 * Wavek * SlitWidth * x ^2, x, -0.002, 0.002 , PlotRange -> All, PlotStyle -> RGBColor 1, 0, 0 , AxesLabel -> "Argument", "Amplitude" 5.5 ¥ 10-7 1. 0.001 1.1424 ¥ 107 Amplitude 1 0.8 0.6 0.4 0.2 Argument -0.002 -0.001 0.001 0.002 Ö Graphics Ö Diffraction.nb 5 The function which describes this diffraction pattern is so important that it has a special name: the sinc function. We will see it in a number of other applications in optics where we have to deal with coherence effects over a finite slit width. Homework Exercises 1. Examine the sinc function carefully. Which factor is varying faster as a function of x, the numerator or denominator? Where are the zeros and secondary maxima of the sinc function? Do they agree with what you see plotted in the graph? 2. The Fraunhofer diffraction pattern derived here is for an aperture which is finite in one dimension and infinitely long in the other. What do you think the diffracted intensity distribution would look like for a rectangular aperture with widths A and B? Can you sketch the shape of this function without resorting to the computer? Can you plot this function in Mathematica? 2. Interference by multiple finite slits If diffraction occurs for any finite aperture, we must revisit our ideas about multiple-slit interference. If we have a set of N slits with finite apertures of width a, spaced a distance b apart, we expect the resultant intensity distribution to be a superposition of the amplitudes from N slits each one modified by the diffraction pattern due to the finite slit width. Let us revisit the multiple-slit interference problem with this in mind, using the diagram shown below. 6 Diffraction.nb The phase shift Df between any two successive slits is found in the usual way, by computing the optical path difference d. This gives the following : 2 p i kzo -wt ijàDf Df= ÄÄÄÄÄÄÄÄÄÄl nd = kndîEj = Eo e e The total electric-field amplitude ET due to the N slits is then found by summing over all of them using the formula for summing a geometric series to yield: N-1 N-1 1 - eiNàDf E = E ei kzo -wt eijàDf = E ei kzo -wt eijàDf = E ei kzo -wt ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ T o o o 1 - eiàDf j=0 j=0 Homework Exercise: Convince yourself that this expression is correct. Then factor the numerator and denominator to produce the final result for the amplitude and intensity shown in the equation below. eiNàDf 2 e-iNàDf 2 - eiNàDf 2 E = E ei kzo -wt ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ = T o eiàDf 2 e-iàDf 2 - eiàDf 2 e-iNàDf 2 - eiNàDf 2 sin NàDf 2 E ei kzo -wt ei N-1 àDf 2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ = E ei kzo -wt ei N-1 àDf 2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ o e-iàDf 2 - eiàDf 2 o sin Df 2 Notice that this is not the same as the sinc function! Finally, then, the intensity due to the N slits is given by the complex conjugate squared of this expression, in which all the imaginary exponentials multiply out to 1, yielding Diffraction.nb 7 sin NàDf 2 2 I = E2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ T o sin Df 2 To obtain the multiple slit pattern including the effects of diffraction, we have to multiply the amplitude for the multiple-slit interference by the sinc function. Notice that we have defined a phase factor for the multiple slit interference and the single-slit diffraction separately; both have to be divided by the wavelength in order to get the phase shift. To make the programming more transparent, we have used the standard Mathematica way of defining functions. We have also tacitly assumed that our computer "experiments" are being carried out in air (index of refraction n=1). Sinc z_ := Sin z z NSlits = 10 Lambda1 = 600.0 * 10^ -9 a = 50.0 * Lambda1 d = 30.0 * Lambda1 Int z_ := Pi * a * z Diff z_ := Pi * d * z Plot Sinc Diff x Lambda1 * Sin NSlits * Int x Lambda1 Sin Int x Lambda1 ^2, x, -0.06, 0.06 , PlotStyle -> RGBColor 1, 0, 0 , PlotRange -> All 10 6.
Recommended publications
  • Convolution! (CDT-14) Luciano Da Fontoura Costa
    Convolution! (CDT-14) Luciano da Fontoura Costa To cite this version: Luciano da Fontoura Costa. Convolution! (CDT-14). 2019. hal-02334910 HAL Id: hal-02334910 https://hal.archives-ouvertes.fr/hal-02334910 Preprint submitted on 27 Oct 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Convolution! (CDT-14) Luciano da Fontoura Costa [email protected] S~aoCarlos Institute of Physics { DFCM/USP October 22, 2019 Abstract The convolution between two functions, yielding a third function, is a particularly important concept in several areas including physics, engineering, statistics, and mathematics, to name but a few. Yet, it is not often so easy to be conceptually understood, as a consequence of its seemingly intricate definition. In this text, we develop a conceptual framework aimed at hopefully providing a more complete and integrated conceptual understanding of this important operation. In particular, we adopt an alternative graphical interpretation in the time domain, allowing the shift implied in the convolution to proceed over free variable instead of the additive inverse of this variable. In addition, we discuss two possible conceptual interpretations of the convolution of two functions as: (i) the `blending' of these functions, and (ii) as a quantification of `matching' between those functions.
    [Show full text]
  • Eliminating Aliasing Caused by Discontinuities Using Integrals of the Sinc Function
    Sound production – Sound synthesis: Paper ISMR2016-48 Eliminating aliasing caused by discontinuities using integrals of the sinc function Fabián Esqueda(a), Stefan Bilbao(b), Vesa Välimäki(c) (a)Aalto University, Dept. of Signal Processing and Acoustics, Espoo, Finland, fabian.esqueda@aalto.fi (b)Acoustics and Audio Group, University of Edinburgh, United Kingdom, [email protected] (c)Aalto University, Dept. of Signal Processing and Acoustics, Espoo, Finland, vesa.valimaki@aalto.fi Abstract A study on the limits of bandlimited correction functions used to eliminate aliasing in audio signals with discontinuities is presented. Trivial sampling of signals with discontinuities in their waveform or their derivatives causes high levels of aliasing distortion due to the infinite bandwidth of these discontinuities. Geometrical oscillator waveforms used in subtractive synthesis are a common example of audio signals with these characteristics. However, discontinuities may also be in- troduced in arbitrary signals during operations such as signal clipping and rectification. Several existing techniques aim to increase the perceived quality of oscillators by attenuating aliasing suf- ficiently to be inaudible. One family of these techniques consists on using the bandlimited step (BLEP) and ramp (BLAMP) functions to quasi-bandlimit discontinuities. Recent work on antialias- ing clipped audio signals has demonstrated the suitability of the BLAMP method in this context. This work evaluates the performance of the BLEP, BLAMP, and integrated BLAMP functions by testing whether they can be used to fully bandlimit aliased signals. Of particular interest are cases where discontinuities appear past the first derivative of a signal, like in hard clipping. These cases require more than one correction function to be applied at every discontinuity.
    [Show full text]
  • The Best Approximation of the Sinc Function by a Polynomial of Degree N with the Square Norm
    Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 2010, Article ID 307892, 12 pages doi:10.1155/2010/307892 Research Article The Best Approximation of the Sinc Function by a Polynomial of Degree n with the Square Norm Yuyang Qiu and Ling Zhu College of Statistics and Mathematics, Zhejiang Gongshang University, Hangzhou 310018, China Correspondence should be addressed to Yuyang Qiu, [email protected] Received 9 April 2010; Accepted 31 August 2010 Academic Editor: Wing-Sum Cheung Copyright q 2010 Y. Qiu and L. Zhu. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The polynomial of degree n which is the best approximation of the sinc function on the interval 0, π/2 with the square norm is considered. By using Lagrange’s method of multipliers, we construct the polynomial explicitly. This method is also generalized to the continuous function on the closed interval a, b. Numerical examples are given to show the effectiveness. 1. Introduction Let sin cxsin x/x be the sinc function; the following result is known as Jordan inequality 1: 2 π ≤ sin cx < 1, 0 <x≤ , 1.1 π 2 where the left-handed equality holds if and only if x π/2. This inequality has been further refined by many scholars in the past few years 2–30. Ozban¨ 12 presented a new lower bound for the sinc function and obtained the following inequality: 2 1 4π − 3 π 2 π2 − 4x2 x − ≤ sin cx.
    [Show full text]
  • Oversampling of Stochastic Processes
    OVERSAMPLING OF STOCHASTIC PROCESSES by D.S.G. POLLOCK University of Leicester In the theory of stochastic differential equations, it is commonly assumed that the forcing function is a Wiener process. Such a process has an infinite bandwidth in the frequency domain. In practice, however, all stochastic processes have a limited bandwidth. A theory of band-limited linear stochastic processes is described that reflects this reality, and it is shown how the corresponding ARMA models can be estimated. By ignoring the limitation on the frequencies of the forcing function, in the process of fitting a conventional ARMA model, one is liable to derive estimates that are severely biased. If the data are sampled too rapidly, then maximum frequency in the sampled data will be less than the Nyquist value. However, the underlying continuous function can be reconstituted by sinc function or Fourier interpolation; and it can be resampled at a lesser rate corresponding to the maximum frequency of the forcing function. Then, there will be a direct correspondence between the parameters of the band-limited ARMA model and those of an equivalent continuous-time process; and the estimation biases can be avoided. 1 POLLOCK: Band-Limited Processes 1. Time-Limited versus Band-Limited Processes Stochastic processes in continuous time are usually modelled by filtered versions of Wiener processes which have infinite bandwidth. This seems inappropriate for modelling the slowly evolving trajectories of macroeconomic data. Therefore, we shall model these as processes that are limited in frequency. A function cannot be simultaneously limited in frequency and limited in time. One must choose either a band-limited function, which extends infinitely in time, or a time-limited function, which extents over an infinite range of frequencies.
    [Show full text]
  • Shannon Wavelets Theory
    Hindawi Publishing Corporation Mathematical Problems in Engineering Volume 2008, Article ID 164808, 24 pages doi:10.1155/2008/164808 Research Article Shannon Wavelets Theory Carlo Cattani Department of Pharmaceutical Sciences (DiFarma), University of Salerno, Via Ponte don Melillo, Fisciano, 84084 Salerno, Italy Correspondence should be addressed to Carlo Cattani, [email protected] Received 30 May 2008; Accepted 13 June 2008 Recommended by Cristian Toma Shannon wavelets are studied together with their differential properties known as connection coefficients. It is shown that the Shannon sampling theorem can be considered in a more general approach suitable for analyzing functions ranging in multifrequency bands. This generalization R ff coincides with the Shannon wavelet reconstruction of L2 functions. The di erential properties of Shannon wavelets are also studied through the connection coefficients. It is shown that Shannon ∞ wavelets are C -functions and their any order derivatives can be analytically defined by some kind of a finite hypergeometric series. These coefficients make it possible to define the wavelet reconstruction of the derivatives of the C -functions. Copyright q 2008 Carlo Cattani. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. 1. Introduction Wavelets 1 are localized functions which are a very useful tool in many different applications: signal analysis, data compression, operator analysis, and PDE solving see, e.g., 2 and references therein. The main feature of wavelets is their natural splitting of objects into different scale components 1, 3 according to the multiscale resolution analysis.
    [Show full text]
  • Chapter 11: Fourier Transform Pairs
    CHAPTER 11 Fourier Transform Pairs For every time domain waveform there is a corresponding frequency domain waveform, and vice versa. For example, a rectangular pulse in the time domain coincides with a sinc function [i.e., sin(x)/x] in the frequency domain. Duality provides that the reverse is also true; a rectangular pulse in the frequency domain matches a sinc function in the time domain. Waveforms that correspond to each other in this manner are called Fourier transform pairs. Several common pairs are presented in this chapter. Delta Function Pairs For discrete signals, the delta function is a simple waveform, and has an equally simple Fourier transform pair. Figure 11-1a shows a delta function in the time domain, with its frequency spectrum in (b) and (c). The magnitude is a constant value, while the phase is entirely zero. As discussed in the last chapter, this can be understood by using the expansion/compression property. When the time domain is compressed until it becomes an impulse, the frequency domain is expanded until it becomes a constant value. In (d) and (g), the time domain waveform is shifted four and eight samples to the right, respectively. As expected from the properties in the last chapter, shifting the time domain waveform does not affect the magnitude, but adds a linear component to the phase. The phase signals in this figure have not been unwrapped, and thus extend only from -B to B. Also notice that the horizontal axes in the frequency domain run from -0.5 to 0.5. That is, they show the negative frequencies in the spectrum, as well as the positive ones.
    [Show full text]
  • Lecture 6 Basic Signal Processing
    Lecture 6 Basic Signal Processing Copyright c 1996, 1997 by Pat Hanrahan Motivation Many aspects of computer graphics and computer imagery differ from aspects of conven- tional graphics and imagery because computer representations are digital and discrete, whereas natural representations are continuous. In a previous lecture we discussed the implications of quantizing continuous or high precision intensity values to discrete or lower precision val- ues. In this sequence of lectures we discuss the implications of sampling a continuous image at a discrete set of locations (usually a regular lattice). The implications of the sampling pro- cess are quite subtle, and to understand them fully requires a basic understanding of signal processing. These notes are meant to serve as a concise summary of signal processing for computer graphics. Reconstruction Recall that a framebuffer holds a 2D array of numbers representing intensities. The display creates a continuous light image from these discrete digital values. We say that the discrete image is reconstructed to form a continuous image. Although it is often convenient to think of each 2D pixel as a little square that abuts its neighbors to fill the image plane, this view of reconstruction is not very general. Instead it is better to think of each pixel as a point sample. Imagine an image as a surface whose height at a point is equal to the intensity of the image at that point. A single sample is then a “spike;” the spike is located at the position of the sample and its height is equal to the intensity asso- ciated with that sample.
    [Show full text]
  • Chapter 1 the Fourier Transform
    Chapter 1 The Fourier Transform 1.1 Fourier transforms as integrals There are several ways to define the Fourier transform of a function f : R ! C. In this section, we define it using an integral representation and state some basic uniqueness and inversion properties, without proof. Thereafter, we will consider the transform as being defined as a suitable limit of Fourier series, and will prove the results stated here. Definition 1 Let f : R ! R. The Fourier transform of f 2 L1(R), denoted by F[f](:), is given by the integral: 1 Z 1 F[f](x) := p f(t) exp(−ixt)dt 2π −∞ for x 2 R for which the integral exists. ∗ We have the Dirichlet condition for inversion of Fourier integrals. R 1 Theorem 1 Let f : R ! R. Suppose that (1) −∞ jfj dt converges and (2) in any finite interval, f,f 0 are piecewise continuous with at most finitely many maxima/minima/discontinuities. Let F = F[f]. Then if f is continuous at t 2 R, we have 1 Z 1 f(t) = p F (x) exp(itx)dx: 2π −∞ ∗This definition also makes sense for complex valued f but we stick here to real valued f 1 Moreover, if f is discontinuous at t 2 R and f(t + 0) and f(t − 0) denote the right and left limits of f at t, then 1 1 Z 1 [f(t + 0) + f(t − 0)] = p F (x) exp(itx)dx: 2 2π 1 From the above, we deduce a uniqueness result: Theorem 2 Let f; g : R ! R be continuous, f 0; g0 piecewise continuous.
    [Show full text]
  • A Rational Approximation of the Sinc Function Based on Sampling and the Fourier Transforms
    A rational approximation of the sinc function based on sampling and the Fourier transforms S. M. Abrarov∗ and B. M. Quine∗† October 22, 2019 Abstract In our previous publications we have introduced the cosine product- to-sum identity [17] M 2M−1 Y t 1 X 2m − 1 cos = cos t 2m 2M−1 2M m=1 m=1 and applied it for sampling [1, 2] as an incomplete cosine expansion of the sinc function in order to obtain a rational approximation of the Voigt/complex error function that with only 16 summation terms can provide accuracy ∼ 10−14. In this work we generalize this approach and show as an example how a rational approximation of the sinc function can be derived. A MATLAB code validating these results is presented. Keywords: sinc function; sampling; Fourier transform; rational ap- arXiv:1812.10884v3 [math.NA] 22 Oct 2019 proximation; numerical integration ∗Dept. Earth and Space Science and Engineering, York University, Toronto, Canada, M3J 1P3. †Dept. Physics and Astronomy, York University, Toronto, Canada, M3J 1P3. 1 1 Introduction Sampling is a powerful mathematical tool that can be utilized in many fields of Applied Mathematics and Computational Physics [18{20]. One of the popular methods of sampling is based on the sinc function that can be defined as [9, 11] 8 sin t < ; t 6= 0 sinc (t) = t : 1; t = 0: In particular, any function f (t) defined in some interval t 2 [a; b] can be approximated by the following equation (see, for example, equation (3) in [18]) N X π f (t) = f (t ) sinc (t − t ) + " (t) ; (1) n h n n=−N where tn are the sampling points, h is the small adjustable parameter and " (t) is the error term.
    [Show full text]
  • 19. the Fourier Transform in Optics
    19. The Fourier Transform in optics What is the Fourier Transform? Anharmonic waves The spectrum of a light wave Fourier transform of an exponential The Dirac delta function The Fourier transform of ejt, cos(t) 1 f ()tF ( )expjtd Fftjtdt() ()exp 2 There’s no such thing as exp(jt) All semester long, we’ve described electromagnetic waves like this: jt Et Re Ee0 What’s wrong with this description? Well, what is its behavior after a long time? limEt ??? t In the real world, signals never last forever. We must always expect that: limEt 0 t This means that no wave can be perfectly “monochromatic”. All waves must be a superposition of different frequencies. Jean Baptiste Joseph Fourier, our hero Fourier went to Egypt with Napoleon’s army in 1798, and was made Governor of Lower Egypt. Later, he was concerned with the physics of heat and developed the Fourier series and transform to model heat-flow problems. He is also generally credited with the first discussion of the greenhouse effect as a Joseph Fourier, 1768 - 1830 source of planetary warming. “Fourier’s theorem is not only one of the most beautiful results of modern analysis, but it may be said to furnish an indispensable instrument in the treatment of nearly every recondite question in modern physics.” Lord Kelvin What do we hope to achieve with the Fourier Transform? We desire a measure of the frequencies present in a wave. This will lead to a definition of the term, the “spectrum.” Monochromatic waves have only one frequency, . Light electric field electric Light Time This light wave has many frequencies.
    [Show full text]
  • Introduction to Image Processing #5/7
    Outline Introduction to Image Processing #5/7 Thierry Geraud´ EPITA Research and Development Laboratory (LRDE) 2006 Thierry Geraud´ Introduction to Image Processing #5/7 Outline Outline 1 Introduction 2 Distributions About the Dirac Delta Function Some Useful Functions and Distributions 3 Fourier and Convolution 4 Sampling 5 Convolution and Linear Filtering 6 Some 2D Linear Filters Gradients Laplacian Thierry Geraud´ Introduction to Image Processing #5/7 Outline Outline 1 Introduction 2 Distributions About the Dirac Delta Function Some Useful Functions and Distributions 3 Fourier and Convolution 4 Sampling 5 Convolution and Linear Filtering 6 Some 2D Linear Filters Gradients Laplacian Thierry Geraud´ Introduction to Image Processing #5/7 Outline Outline 1 Introduction 2 Distributions About the Dirac Delta Function Some Useful Functions and Distributions 3 Fourier and Convolution 4 Sampling 5 Convolution and Linear Filtering 6 Some 2D Linear Filters Gradients Laplacian Thierry Geraud´ Introduction to Image Processing #5/7 Outline Outline 1 Introduction 2 Distributions About the Dirac Delta Function Some Useful Functions and Distributions 3 Fourier and Convolution 4 Sampling 5 Convolution and Linear Filtering 6 Some 2D Linear Filters Gradients Laplacian Thierry Geraud´ Introduction to Image Processing #5/7 Outline Outline 1 Introduction 2 Distributions About the Dirac Delta Function Some Useful Functions and Distributions 3 Fourier and Convolution 4 Sampling 5 Convolution and Linear Filtering 6 Some 2D Linear Filters Gradients Laplacian
    [Show full text]
  • Fourier Transform and Image Filtering
    Fourier Transform and Image Filtering CS/BIOEN 6640 Lecture Marcel Prastawa Fall 2010 The Fourier Transform Fourier Transform • Forward, mapping to frequency domain: • Backward, inverse mapping to time domain: Fourier Series • Projection or change of basis • Coordinates in Fourier basis: • Rewrite f as: Example: Step Function Step function as sum of infinite sine waves Discrete Fourier Transform Fourier Basis • Why Fourier basis? • Orthonormal in [-pi, pi] • Periodic • Continuous, differentiable basis FT Properties Common Transform Pairs Dirac delta - constant Common Transform Pairs Rectangle – sinc sinc(x) = sin(x) / x Common Transform Pairs Two symmetric Diracs - cosine Common Transform Pairs Comb – comb (inverse width) Common Transform Pairs Gaussian – Gaussian (inverse variance) Common Transform Pairs Summary Quiz What is the FT of a triangle function? Hint: how do you get triangle function from the functions shown so far? Triangle Function FT Triangle = box convolved with box So its FT is sinc * sinc Fourier Transform of Images 2D Fourier Transform • Forward transform: • Backward transform: • Forward transform to freq. yields complex values (magnitude and phase): 2D Fourier Transform Fourier Spectrum Image Fourier spectrum Origin in corners Log of spectrum Retiled with origin In center Fourier Spectrum–Rotation Phase vs Spectrum Image Reconstruction from Reconstruction from phase map spectrum Fourier Spectrum Demo http://bigwww.epfl.ch/demo/basisfft/demo.html Low-Pass Filter • Reduce/eliminate high frequencies • Applications – Noise
    [Show full text]