Synthesizing Geometries for 21st Century Electromagnetics

Size: px
Start display at page:

Download "Synthesizing Geometries for 21st Century Electromagnetics"

Transcription

1 ECE st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) rcrumpf@utep.edu Lecture #18b Synthesizing Geometries for 21st Century Electromagnetics Synthesis of Spatially Variant Lattices 1 Lecture Outline Review of spatially-variant planar gratings Decomposition of lattices into planar gratings Synthesis algorithm for spatially-variant lattices Improving efficiency Extras Deformation control Arrays of discrete elements Spatially-varying lattice symmetry Spatial variance over curved surfaces Slide 2 1

2 Review of Spatially-Variant Planar Gratings The Grating Vector in Two Dimensions y x x The grating vector K is very similar to a wave vector k. The direction of K is perpendicular to the grating planes. The magnitude of K is 2 divided by the period of the grating. 2 K Given the slant angle, it is calculated as 2 K aˆ cos ˆ x aysin It allows a convenient calculation of the analog grating. cos K r Slide 4 2

3 Analog Vs. Binary Gratings Analog Gratings r 0 Binary Gratings r 0.8 a r Kr cos b r 1 a r 2 a r r r r cos f r 5 Procedure for Generating Spatially-Variant Planar Gratings 1. Define the grating vector 2 Kr aˆ ˆ xcos r aysin r function Kr, or K function. r 2. Calculate the grating phase r from Kr. r K r 3. Calculate the analog grating from the grating phase. 4. Calculate the binary grating from the analog grating. a r cos r b 1 a r 2 a r r r r 6 3

4 Decomposition of Lattices Into Planar Gratings Lattices Can be Decomposed into a Set of Planar Gratings Using the concept of the complex Fourier series, we decompose the unit cell into a set of planar gratings. Each planar grating is described by a grating vector K p and a complex amplitude a p. p 8 4

5 Recall Complex Fourier Series Periodic functions can be expanded into a Fourier series. For 1D periodic functions, this is p 2 px 2 2 px j 1 j p p 2 f x a e a f x e dx For 2D periodic functions, this is 2 px 2y 2 px 2y j j x y 1 x y, p, p,, f xy a e a f xye da A p A For 3D periodic functions, this is 2 px 2y 2rz 2 px 2y 2rz j j x y z 1 x y z,, pr,, pr,,,, f xyz a e a f xyze dv V p r V Slide 9 Two Parts to the Decomposition Input,, f x y a p e p Fourier Coefficients jk p, r Grating Vectors y x, FFT, a p 2D f x y p Calculated using FFT. p 2 p 2 Kp, xˆ yˆ Calculated analytically. x y 10 5

6 Visualize the Terms,, f x y a p e p jk p, r p Slide 11 p Grating Vector Part of the Fourier Expansion 2 px 2y j x y p, p f x, y a e K K x y p, p, 2 p x 2 y K p, p j Kxp, x Kyp, y jkp, r p, p p f x, y a e a p, e Slide 12 6

7 Complex Amplitude Part of the Fourier Expansion a 2D FFT p, p 13 Impact of Number of Planar Gratings

8 3D Decomposition 3D Unit Cell K KxˆKyˆKz ˆ x y z 2 p Kx K y x 2 y 2 r Kz z p integer integer r integer 3D Spatial Harmonics 15 Algorithm for Synthesis of Spatially-Variant Lattices 8

9 Step 1 Generate Input to Algorithm Unit Cell Lattice Size Unit Cell Orientation Lattice Spacing Fill Fraction A grayscale unit cell allows easier adjustment of fill fraction. 17 Step 2 Build a Grayscale Unit Cell A grayscale unit cell allows for better control of fill fraction for the final lattice. 18 9

10 Step 3 Decompose Unit Cell Into a Set of Planar Gratings 19 Step 4 Truncate the Set of Planar Gratings We must retain only a minimum number of spatial harmonics. ER ERF ERF 7 7 before truncation after truncation (P=Q=7) % COMPUTE 2D-FFT ERF = fftshift(fft2(er))/(nx*ny); % TRUNCATE SPATIAL HARMONICS p0 = 1 + floor(nx/2); %p position of zero-order harmonic 0 = 1 + floor(ny/2); % position of zero-order harmonic p1 = p0 - floor(p/2); %start of p range p2 = p0 + floor(p/2); %end of p range 1 = 0 - floor(q/2); %start of range 2 = 0 + floor(q/2); %end of range ERF = ERF(p1:p2,1:2); %truncate harmonics 20 10

11 Step 5 Spatially Vary Each Planar Grating Individually and Sum the Results For each spatial harmonic Construct spatially variant K function Compute grating phase on low resolution grid Interpolate grating phase into high resolution grid Compute spatially variant planar grating Add planar grating to overall lattice 21 Step 5 For Each Grating a) Construct K-Function Uniform K p Function Grating Orientation uc (x,y) Intermediate K p + = K p K p K p uc, uc, and p, Kr Kr r rruc p, K x r Kr cos r Kr Kr sin r y a uc Intermediate K p Lattice Spacing a(x,y) + = K p -Function 22 11

12 Step 5 For Each Grating b) Solve for the Grating Phase Construct Matrix Euation D k A x xp, b Dy k y, p Solve Using Least Suares T T A A A b A b p 1 Φ A b Reshape Back to a 2D Grid Φ p p x, y Interpolate to a Higher Resolution Grid Using interp2() p x, y x, y 2, p Step 5 For Each Grating c) Add All of the Spatially-Variant Gratings Calculate the p th spatially variant grating p r ap exp j2, p r Add this complex planar grating to the overall analog lattice r r r analog analog p 24 12

13 Step 6 Incorporate Spatially- Variant Fill Fraction At this point, we have the analog lattice. Set any imaginary components to zero. analog r Re analog r From the analog lattice, we calculate the binary lattice with a spatially variant fill fraction. binary r r 1 analogr 2 analogr cos f r r r For analog lattices that have a smooth cosine looking profile, the threshold can be estimated as 25 Summary of Spatially Variant Algorithm 1. Define the spatial variance: orientation, lattice spacing, fill fraction, Build the baseline unit cell. 3. Decompose unit cell into a set of planar gratings. 4. Truncate the set of planar gratings to a minimal set. 5. Loop over each spatial harmonic a. Construct K function that is uniform across the grid according to the grating vector of the spatial harmonic. b. Solve for grating phase from the K function. c. Add the planar grating to the overall lattice. 6. Incorporate spatially variant fill fraction

14 Improving Efficiency of the Algorithm Grid Strategy p r p r 28 14

15 Calculating the Grid Parameters High Resolution Unit Cell Grid Need enough points for the FFT to converge. FFT a NP Low Resolution Lattice Grid Need enough resolution to resolve the spatial variance. Usually this is N>10 grid cells per unit cell. coarse an High Resolution Lattice Grid Need enough resolution to resolve the shortest period planar grating. amin 2 fine amin N max K p 29 Collinear Spatial Harmonics If a spatial harmonic is collinear to another (i.e. their grating vectors are parallel), we can calculate its grating phase by scaling the grating phase of the other. Therefore, we only have to solve for one of them. K 1 K3 ak1 K bk K 1 2 K2 ak1 We solve this numerically. 2 2 K1 1 a a a We just scale 2 1 the solution from. K 1 b 3 1 Again, we simply scale the solution from K

16 Identifying Collinear Planar Gratings 121 spatial harmonics 40 uniue spatial harmonics. The rest are collinear. 31 Performance Gain by Eliminating Collinear Gratings 69% for 2D 59% for 3D 32 16

17 Eliminating Gratings According to Their Amplitude We neglect all planar gratings with amplitude a p less than some threshold. ap a threshold a a threshold 0.02max p A threshold that works in many cases is one that is around 2% of the maximum a p in the expansion. 33 Overall Efficiency Improvement Truncation by Grating Amplitude Truncation by Coplanar K 34 17

18 Extras Deformation Control (1 of 2) To control deformations of a lattice, we simply control the deformations of the constituent planar gratings in the desired manner. R. C. Rumpf, et al, Spatially variant periodic structures in electromagnetics, accepted for publication in Phil. Trans. A, Dec

19 2/26/2018 Deformation Control (2 of 2) R. C. Rumpf, et al, Spatially variant periodic structures in electromagnetics, accepted for publication in Phil. Trans. A, Dec Compensating for Deformations Lattice Spacing Deviation Stretched unit cells Compressed unit cells Lattice without any compensation. Lattice with fill fraction compensation 38 19

20 2/26/2018 Overall Algorithm R. C. Rumpf, et al, Spatially variant periodic structures in electromagnetics, accepted for publication in Phil. Trans. A, Dec Arrays of Discontinuous Metallic Elements (1 of 2) + = Spatially vary two planar gratings

21 2/26/2018 Arrays of Discontinuous Metallic Elements (2 of 2) Place metallic elements at the intersections. 41 Spatially Varying Lattice Symmetry K 2 x, y 1 x, y 2 x, y SVL 1 2 K1 x, y K 2 x, y 1 x, y 2 x, y SVL 1 2 K1 x, y K 2 x, y 1 x, y 2 x, y SVL 1 2 S Hex Hex S Suare to Hex Hexagonal Suare K1 x, y 42 21

22 2/26/2018 Arrays of Metallic Elements Over Curved Surfaces 43 22

Electromagnetic Waves & Polarization

Electromagnetic Waves & Polarization Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3a Electromagnetic Waves & Polarization Electromagnetic These

More information

Numerical Implementation of Transformation Optics

Numerical Implementation of Transformation Optics ECE 5322 21 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #16b Numerical Implementation of Transformation Optics Lecture

More information

Lecture Outline. Maxwell s Equations Predict Waves Derivation of the Wave Equation Solution to the Wave Equation 8/7/2018

Lecture Outline. Maxwell s Equations Predict Waves Derivation of the Wave Equation Solution to the Wave Equation 8/7/2018 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3a Electromagnetic Waves Electromagnetic These notes Waves may

More information

Module 1 Introduction

Module 1 Introduction Pioneering 21 st Century Electromagnetics and Photonics Module 1 Introduction Course Website: http://emlab.utep.edu/scsvl.htm EM Lab Website: http://emlab.utep.edu/ Outline Module 1 Introduction What is

More information

Electromagnetic Properties of Materials Part 2

Electromagnetic Properties of Materials Part 2 ECE 5322 21 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #3 Electromagnetic Properties of Materials Part 2 Nonlinear

More information

Lecture #16. Spatial Transforms. Lecture 16 1

Lecture #16. Spatial Transforms. Lecture 16 1 ECE 53 1 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #16 Spatial ransforms Lecture 16 1 Lecture Outline ransformation

More information

Topic 6a Numerical Integration

Topic 6a Numerical Integration Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu Topic 6a umerical Integration EE 4386/5301 Computational Methods in EE Outline Introduction Discrete

More information

Lecture Outline. Scattering at an Impedance Discontinuity Power on a Transmission Line Voltage Standing Wave Ratio (VSWR) 8/10/2018

Lecture Outline. Scattering at an Impedance Discontinuity Power on a Transmission Line Voltage Standing Wave Ratio (VSWR) 8/10/2018 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (95) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4d Scattering on a Transmission Line Scattering These on a notes

More information

Spatially-Variant Periodic Structures in Electromagnetics

Spatially-Variant Periodic Structures in Electromagnetics Raymond C. Rumpf, Ph.D. Pioneering 21 st Century Electromagnetics and Photonics Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) Spatially-Variant Periodic Structures in

More information

Lecture Outline. Scattering From a Dielectric Slab Anti Reflection Layer Bragg Gratings 8/9/2018. EE 4347 Applied Electromagnetics.

Lecture Outline. Scattering From a Dielectric Slab Anti Reflection Layer Bragg Gratings 8/9/2018. EE 4347 Applied Electromagnetics. Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (95) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3k Multiple Scattering Multiple These Scattering notes may contain

More information

Preliminary Topics in EM

Preliminary Topics in EM ECE 53 1 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #1 Preliminary Topics in EM Lecture 1 1 Lecture Outline Maxwell

More information

FILTERING IN THE FREQUENCY DOMAIN

FILTERING IN THE FREQUENCY DOMAIN 1 FILTERING IN THE FREQUENCY DOMAIN Lecture 4 Spatial Vs Frequency domain 2 Spatial Domain (I) Normal image space Changes in pixel positions correspond to changes in the scene Distances in I correspond

More information

Lecture? Using the FFT for Computation

Lecture? Using the FFT for Computation Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu Lecture? Using the FFT for Computation EE 4386/5301 Computational Methods in EE Outline What is a Fourier

More information

Note : This document might take a little longer time to print. more exam papers at : more exam papers at : more exam papers at : more exam papers at : more exam papers at : more exam papers at : more

More information

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

Introduction to Condensed Matter Physics

Introduction to Condensed Matter Physics Introduction to Condensed Matter Physics Diffraction I Basic Physics M.P. Vaughan Diffraction Electromagnetic waves Geometric wavefront The Principle of Linear Superposition Diffraction regimes Single

More information

Functions, Graphs, Equations and Inequalities

Functions, Graphs, Equations and Inequalities CAEM DPP Learning Outcomes per Module Module Functions, Graphs, Equations and Inequalities Learning Outcomes 1. Functions, inverse functions and composite functions 1.1. concepts of function, domain and

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

Lecture Outline. Attenuation Coefficient and Phase Constant Characteristic Impedance, Z 0 Special Cases of Transmission Lines

Lecture Outline. Attenuation Coefficient and Phase Constant Characteristic Impedance, Z 0 Special Cases of Transmission Lines Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4b Transmission Line Parameters Transmission These Line notes

More information

Maxwell s Equations:

Maxwell s Equations: Course Instructor Dr. Raymond C. Rumpf Office: A-337 Phone: (915) 747-6958 E-Mail: rcrumpf@utep.edu Maxwell s Equations: Physical Interpretation EE-3321 Electromagnetic Field Theory Outline Maxwell s Equations

More information

CHEM-UA 127: Advanced General Chemistry I

CHEM-UA 127: Advanced General Chemistry I 1 CHEM-UA 127: Advanced General Chemistry I Notes for Lecture 11 Nowthatwehaveintroducedthebasicconceptsofquantummechanics, wecanstarttoapplythese conceptsto build up matter, starting from its most elementary

More information

EE 5337 Computational Electromagnetics. Preliminary Topics

EE 5337 Computational Electromagnetics. Preliminary Topics Instructor Dr. Raymond Rumpf (915) 747 6958 rcrumpf@utep.edu EE 5337 Computational Electromagnetics Lecture #3 Preliminary Topics Lecture 3These notes may contain copyrighted material obtained under fair

More information

FFTs in Graphics and Vision. Homogenous Polynomials and Irreducible Representations

FFTs in Graphics and Vision. Homogenous Polynomials and Irreducible Representations FFTs in Graphics and Vision Homogenous Polynomials and Irreducible Representations 1 Outline The 2π Term in Assignment 1 Homogenous Polynomials Representations of Functions on the Unit-Circle Sub-Representations

More information

Fourier Syntheses, Analyses, and Transforms

Fourier Syntheses, Analyses, and Transforms Fourier Syntheses, Analyses, and Transforms http://homepages.utoledo.edu/clind/ The electron density The electron density in a crystal can be described as a periodic function - same contents in each unit

More information

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function Slide 1 2.2 The derivative as a Function Slide 2 Recall: The derivative of a function number : at a fixed Definition (Derivative of ) For any number, the derivative of is Slide 3 Remark is a new function

More information

Waves, the Wave Equation, and Phase Velocity. We ll start with optics. The one-dimensional wave equation. What is a wave? Optional optics texts: f(x)

Waves, the Wave Equation, and Phase Velocity. We ll start with optics. The one-dimensional wave equation. What is a wave? Optional optics texts: f(x) We ll start with optics Optional optics texts: Waves, the Wave Equation, and Phase Velocity What is a wave? f(x) f(x-) f(x-) f(x-3) Eugene Hecht, Optics, 4th ed. J.F. James, A Student's Guide to Fourier

More information

Lecture 7: Interpolation

Lecture 7: Interpolation Lecture 7: Interpolation ECE 401: Signal and Image Analysis University of Illinois 2/9/2017 1 Sampling Review 2 Interpolation and Upsampling 3 Spectrum of Interpolated Signals Outline 1 Sampling Review

More information

Periodic functions: simple harmonic oscillator

Periodic functions: simple harmonic oscillator Periodic functions: simple harmonic oscillator Recall the simple harmonic oscillator (e.g. mass-spring system) d 2 y dt 2 + ω2 0y = 0 Solution can be written in various ways: y(t) = Ae iω 0t y(t) = A cos

More information

Lecture 6 Quantum Mechanical Systems and Measurements

Lecture 6 Quantum Mechanical Systems and Measurements Lecture 6 Quantum Mechanical Systems and Measurements Today s Program: 1. Simple Harmonic Oscillator (SHO). Principle of spectral decomposition. 3. Predicting the results of measurements, fourth postulate

More information

Position Dependence Of The K Parameter In The Delta Undulator

Position Dependence Of The K Parameter In The Delta Undulator LCLS-TN-16-1 Position Dependence Of The K Parameter In The Delta Undulator Zachary Wolf SLAC January 19, 016 Abstract In order to understand the alignment tolerances of the Delta undulator, we must know

More information

Vector Calculus Review

Vector Calculus Review Course Instructor Dr. Ramond C. Rumpf Office: A-337 Phone: (915) 747-6958 E-Mail: rcrumpf@utep.edu Vector Calculus Review EE3321 Electromagnetic Field Theor Outline Mathematical Preliminaries Phasors,

More information

Experiment 7: Fourier Series

Experiment 7: Fourier Series Experiment 7: Fourier Series Theory A Fourier series is an infinite sum of harmonic functions (sines and cosines) with every term in the series having a frequency which is an integral multiple of some

More information

Chapter 12: Differentiation. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M.

Chapter 12: Differentiation. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Chapter 12: Differentiation SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Mendoza Chapter 12: Differentiation Lecture 12.1: The Derivative Lecture

More information

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT Mathematics for Chemists 2 Lecture 14: Fourier analysis Fourier series, Fourier transform, DFT/FFT Johannes Kepler University Summer semester 2012 Lecturer: David Sevilla Fourier analysis 1/25 Remembering

More information

Contents. Signals as functions (1D, 2D)

Contents. Signals as functions (1D, 2D) Fourier Transform The idea A signal can be interpreted as en electromagnetic wave. This consists of lights of different color, or frequency, that can be split apart usign an optic prism. Each component

More information

Periodic Structures in FDTD

Periodic Structures in FDTD EE 5303 Electromagnetic Analsis Using Finite Difference Time Domain Lecture #19 Periodic Structures in FDTD Lecture 19 These notes ma contain coprighted material obtained under fair use rules. Distribution

More information

Contents. Signals as functions (1D, 2D)

Contents. Signals as functions (1D, 2D) Fourier Transform The idea A signal can be interpreted as en electromagnetic wave. This consists of lights of different color, or frequency, that can be split apart usign an optic prism. Each component

More information

Here are some solutions to the sample problems assigned for Chapter 4. Solution: Consider a function of 3 (independent) variables. treating as real.

Here are some solutions to the sample problems assigned for Chapter 4. Solution: Consider a function of 3 (independent) variables. treating as real. Lecture 11 Appendix B: Some sample problems from Boas Here are some solutions to the sample problems assigned for Chapter 4. 4.1: 3 Solution: Consider a function of 3 (independent) variables,, ln z u v

More information

28. Fourier transforms in optics, part 3

28. Fourier transforms in optics, part 3 28. Fourier transforms in optics, part 3 Magnitude and phase some examples amplitude and phase of light waves what is the spectral phase, anyway? The Scale Theorem Defining the duration of a pulse the

More information

ECE Spring Prof. David R. Jackson ECE Dept. Notes 32

ECE Spring Prof. David R. Jackson ECE Dept. Notes 32 ECE 6345 Spring 215 Prof. David R. Jackson ECE Dept. Notes 32 1 Overview In this set of notes we extend the spectral-domain method to analyze infinite periodic structures. Two typical examples of infinite

More information

Complex Wave Parameters Visualization of EM Waves Complex Wave Parameters for Special Cases

Complex Wave Parameters Visualization of EM Waves Complex Wave Parameters for Special Cases Course Instructor Dr. Ramond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3d Waves in Loss Dielectrics Loss Dielectrics These notes ma contain

More information

Time-Frequency Analysis

Time-Frequency Analysis Time-Frequency Analysis Basics of Fourier Series Philippe B. aval KSU Fall 015 Philippe B. aval (KSU) Fourier Series Fall 015 1 / 0 Introduction We first review how to derive the Fourier series of a function.

More information

Lecture Outline. Scattering at an Interface Sunrises & Sunsets Rainbows Polarized Sunglasses 8/9/2018. EE 4347 Applied Electromagnetics.

Lecture Outline. Scattering at an Interface Sunrises & Sunsets Rainbows Polarized Sunglasses 8/9/2018. EE 4347 Applied Electromagnetics. Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3i Scattering at an Interface: Examples Examples These notes may

More information

Acoustic holography. LMS Test.Lab. Rev 12A

Acoustic holography. LMS Test.Lab. Rev 12A Acoustic holography LMS Test.Lab Rev 12A Copyright LMS International 2012 Table of Contents Chapter 1 Introduction... 5 Chapter 2... 7 Section 2.1 Temporal and spatial frequency... 7 Section 2.2 Time

More information

Topic 3: Fourier Series (FS)

Topic 3: Fourier Series (FS) ELEC264: Signals And Systems Topic 3: Fourier Series (FS) o o o o Introduction to frequency analysis of signals CT FS Fourier series of CT periodic signals Signal Symmetry and CT Fourier Series Properties

More information

3. Maxwell's Equations and Light Waves

3. Maxwell's Equations and Light Waves 3. Maxwell's Equations and Light Waves Vector fields, vector derivatives and the 3D Wave equation Derivation of the wave equation from Maxwell's Equations Why light waves are transverse waves Why is the

More information

Villa Galileo Firenze, 12 ottobre 2017 Antenna Pattern Measurement: Theory and Techniques

Villa Galileo Firenze, 12 ottobre 2017 Antenna Pattern Measurement: Theory and Techniques Villa Galileo Firenze, 12 ottobre 2017 Antenna Pattern Measurement: Theory and Techniques F. D Agostino, M. Migliozzi University of Salerno, Italy ANTENNAE REGIONS The REACTIVE NEAR-FIELD REGION is the

More information

Course Overview. Statics (Freshman Fall) Dynamics: x(t)= f(f(t)) displacement as a function of time and applied force

Course Overview. Statics (Freshman Fall) Dynamics: x(t)= f(f(t)) displacement as a function of time and applied force Course Overview Statics (Freshman Fall) Engineering Mechanics Dynamics (Freshman Spring) Strength of Materials (Sophomore Fall) Mechanism Kinematics and Dynamics (Sophomore Spring ) Aircraft structures

More information

CHAPTER 10 VECTORS POINTS TO REMEMBER

CHAPTER 10 VECTORS POINTS TO REMEMBER For more important questions visit : www4onocom CHAPTER 10 VECTORS POINTS TO REMEMBER A quantity that has magnitude as well as direction is called a vector It is denoted by a directed line segment Two

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Module 10 - Lecture 24 Kinematics of a particle moving on a curve Today,

More information

Affine Normalization of Symmetric Objects

Affine Normalization of Symmetric Objects Affine Normalization of Symmetric Objects Tomáš Suk and Jan Flusser Institute of Information Theory and Automation, Academy of Sciences of the Czech Republic, Pod vodárenskou věží 4, 182 08 Prague 8, Czech

More information

arxiv: v2 [math.fa] 27 Sep 2016

arxiv: v2 [math.fa] 27 Sep 2016 Decomposition of Integral Self-Affine Multi-Tiles Xiaoye Fu and Jean-Pierre Gabardo arxiv:43.335v2 [math.fa] 27 Sep 26 Abstract. In this paper we propose a method to decompose an integral self-affine Z

More information

Camera calibration Triangulation

Camera calibration Triangulation Triangulation Perspective projection in homogenous coordinates ~x img I 0 apple R t 0 T 1 ~x w ~x img R t ~x w Matrix transformations in 2D ~x img K R t ~x w K = 2 3 1 0 t u 40 1 t v 5 0 0 1 Translation

More information

Contents. Signals as functions (1D, 2D)

Contents. Signals as functions (1D, 2D) Fourier Transform The idea A signal can be interpreted as en electromagnetic wave. This consists of lights of different color, or frequency, that can be split apart usign an optic prism. Each component

More information

Notes 19 Gradient and Laplacian

Notes 19 Gradient and Laplacian ECE 3318 Applied Electricity and Magnetism Spring 218 Prof. David R. Jackson Dept. of ECE Notes 19 Gradient and Laplacian 1 Gradient Φ ( x, y, z) =scalar function Φ Φ Φ grad Φ xˆ + yˆ + zˆ x y z We can

More information

CHAPTER 4 FOURIER SERIES S A B A R I N A I S M A I L

CHAPTER 4 FOURIER SERIES S A B A R I N A I S M A I L CHAPTER 4 FOURIER SERIES 1 S A B A R I N A I S M A I L Outline Introduction of the Fourier series. The properties of the Fourier series. Symmetry consideration Application of the Fourier series to circuit

More information

uv = y2 u/v = x 4 y = 1/x 2 u = 1 y = 2/x 2 u = 2

uv = y2 u/v = x 4 y = 1/x 2 u = 1 y = 2/x 2 u = 2 Section A.. Variable change, divergence and curl (a) 4 3..4.6.8 x..4 (b) [3 u = x v = /x } uv = u/v = x 4 } = uv x = (u/v) /4 = x v = = x v = = /x u = = /x u = We need to find the Jacobian: J = x u v x

More information

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations An Overly Simplified and Brief Review of Differential Equation Solution Methods We will be dealing with initial or boundary value problems. A typical initial value problem has the form y y 0 y(0) 1 A typical

More information

Siegel s theorem, edge coloring, and a holant dichotomy

Siegel s theorem, edge coloring, and a holant dichotomy Siegel s theorem, edge coloring, and a holant dichotomy Tyson Williams (University of Wisconsin-Madison) Joint with: Jin-Yi Cai and Heng Guo (University of Wisconsin-Madison) Appeared at FOCS 2014 1 /

More information

Solid State Physics Lecture 3 Diffraction and the Reciprocal Lattice (Kittel Ch. 2)

Solid State Physics Lecture 3 Diffraction and the Reciprocal Lattice (Kittel Ch. 2) Solid State Physics 460 - Lecture 3 Diffraction and the Reciprocal Lattice (Kittel Ch. 2) Diffraction (Bragg Scattering) from a powder of crystallites - real example of image at right from http://www.uni-wuerzburg.de/mineralogie/crystal/teaching/pow.html

More information

SOLVED PROBLEMS. 1. The angle between two lines whose direction cosines are given by the equation l + m + n = 0, l 2 + m 2 + n 2 = 0 is

SOLVED PROBLEMS. 1. The angle between two lines whose direction cosines are given by the equation l + m + n = 0, l 2 + m 2 + n 2 = 0 is SOLVED PROBLEMS OBJECTIVE 1. The angle between two lines whose direction cosines are given by the equation l + m + n = 0, l 2 + m 2 + n 2 = 0 is (A) π/3 (B) 2π/3 (C) π/4 (D) None of these hb : Eliminating

More information

Representing regions in 2 ways:

Representing regions in 2 ways: Representing regions in 2 ways: Based on their external characteristics (its boundary): Shape characteristics Based on their internal characteristics (its region): Both Regional properties: color, texture,

More information

Fourier analysis of discrete-time signals. (Lathi Chapt. 10 and these slides)

Fourier analysis of discrete-time signals. (Lathi Chapt. 10 and these slides) Fourier analysis of discrete-time signals (Lathi Chapt. 10 and these slides) Towards the discrete-time Fourier transform How we will get there? Periodic discrete-time signal representation by Discrete-time

More information

More on Fourier Series

More on Fourier Series More on Fourier Series R. C. Trinity University Partial Differential Equations Lecture 6.1 New Fourier series from old Recall: Given a function f (x, we can dilate/translate its graph via multiplication/addition,

More information

2D Wavelets for Different Sampling Grids and the Lifting Scheme

2D Wavelets for Different Sampling Grids and the Lifting Scheme D Wavelets for Different Sampling Grids and the Lifting Scheme Miroslav Vrankić University of Zagreb, Croatia Presented by: Atanas Gotchev Lecture Outline 1D wavelets and FWT D separable wavelets D nonseparable

More information

Lecture Outline. Shorted line (Z L = 0) Open circuit line (Z L = ) Matched line (Z L = Z 0 ) 9/28/2017. EE 4347 Applied Electromagnetics.

Lecture Outline. Shorted line (Z L = 0) Open circuit line (Z L = ) Matched line (Z L = Z 0 ) 9/28/2017. EE 4347 Applied Electromagnetics. 9/8/17 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4b Transmission ine Behavior Transmission These ine notes

More information

MULTIRATE DIGITAL SIGNAL PROCESSING

MULTIRATE DIGITAL SIGNAL PROCESSING MULTIRATE DIGITAL SIGNAL PROCESSING Signal processing can be enhanced by changing sampling rate: Up-sampling before D/A conversion in order to relax requirements of analog antialiasing filter. Cf. audio

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Appendix C: Recapitulation of Numerical schemes

Appendix C: Recapitulation of Numerical schemes Appendix C: Recapitulation of Numerical schemes August 31, 2009) SUMMARY: Certain numerical schemes of general use are regrouped here in order to facilitate implementations of simple models C1 The tridiagonal

More information

Fourier Series and Fourier Transforms

Fourier Series and Fourier Transforms Fourier Series and Fourier Transforms EECS2 (6.082), MIT Fall 2006 Lectures 2 and 3 Fourier Series From your differential equations course, 18.03, you know Fourier s expression representing a T -periodic

More information

SAMPLE QUESTION PAPER MATHEMATICS CLASS XII:

SAMPLE QUESTION PAPER MATHEMATICS CLASS XII: SAMPLE QUESTION PAPER MATHEMATICS CLASS XII: 05-6 Question numbers to 6 carry mark each. SAMPLE PAPER II Section A Q. Evaluate: - 3 sin(cos (- )). 5 Q. State the reason for the following Binary Operation

More information

Energy Minimization via Graph Cuts

Energy Minimization via Graph Cuts Energy Minimization via Graph Cuts Xiaowei Zhou, June 11, 2010, Journal Club Presentation 1 outline Introduction MAP formulation for vision problems Min-cut and Max-flow Problem Energy Minimization via

More information

6. Bending CHAPTER OBJECTIVES

6. Bending CHAPTER OBJECTIVES CHAPTER OBJECTIVES Determine stress in members caused by bending Discuss how to establish shear and moment diagrams for a beam or shaft Determine largest shear and moment in a member, and specify where

More information

COMP 551 Applied Machine Learning Lecture 13: Dimension reduction and feature selection

COMP 551 Applied Machine Learning Lecture 13: Dimension reduction and feature selection COMP 551 Applied Machine Learning Lecture 13: Dimension reduction and feature selection Instructor: Herke van Hoof (herke.vanhoof@cs.mcgill.ca) Based on slides by:, Jackie Chi Kit Cheung Class web page:

More information

Recurrence Relations and Fast Algorithms

Recurrence Relations and Fast Algorithms Recurrence Relations and Fast Algorithms Mark Tygert Research Report YALEU/DCS/RR-343 December 29, 2005 Abstract We construct fast algorithms for decomposing into and reconstructing from linear combinations

More information

Salmon: Introduction to ocean waves

Salmon: Introduction to ocean waves 3 Many waves In the previous lecture, we considered the case of two basic waves propagating in one horizontal dimension. However, Proposition #2 lets us have as many basic waves as we want. Suppose we

More information

Add Math (4047/02) Year t years $P

Add Math (4047/02) Year t years $P Add Math (4047/0) Requirement : Answer all questions Total marks : 100 Duration : hour 30 minutes 1. The price, $P, of a company share on 1 st January has been increasing each year from 1995 to 015. The

More information

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c.

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c. MATH 35 PRACTICE FINAL FALL 17 SAMUEL S. WATSON Problem 1 Verify that if a and b are nonzero vectors, the vector c = a b + b a bisects the angle between a and b. The cosine of the angle between a and c

More information

Moment of a force (scalar, vector ) Cross product Principle of Moments Couples Force and Couple Systems Simple Distributed Loading

Moment of a force (scalar, vector ) Cross product Principle of Moments Couples Force and Couple Systems Simple Distributed Loading Chapter 4 Moment of a force (scalar, vector ) Cross product Principle of Moments Couples Force and Couple Systems Simple Distributed Loading The moment of a force about a point provides a measure of the

More information

Approximation theory

Approximation theory Approximation theory Xiaojing Ye, Math & Stat, Georgia State University Spring 2019 Numerical Analysis II Xiaojing Ye, Math & Stat, Georgia State University 1 1 1.3 6 8.8 2 3.5 7 10.1 Least 3squares 4.2

More information

The Fourier spectral method (Amath Bretherton)

The Fourier spectral method (Amath Bretherton) The Fourier spectral method (Amath 585 - Bretherton) 1 Introduction The Fourier spectral method (or more precisely, pseudospectral method) is a very accurate way to solve BVPs with smooth solutions on

More information

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is . If P(A) = x, P = 2x, P(A B) = 2, P ( A B) = 2 3, then the value of x is (A) 5 8 5 36 6 36 36 2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time

More information

ECE Digital Image Processing and Introduction to Computer Vision. Outline

ECE Digital Image Processing and Introduction to Computer Vision. Outline ECE592-064 Digital mage Processing and ntroduction to Computer Vision Depart. of ECE, NC State University nstructor: Tianfu (Matt) Wu Spring 2017 1. Recap Outline 2. Thinking in the frequency domain Convolution

More information

IIT JEE PAPER The question paper consists of 3 parts (Chemistry, Mathematics and Physics). Each part has 4 sections.

IIT JEE PAPER The question paper consists of 3 parts (Chemistry, Mathematics and Physics). Each part has 4 sections. IIT JEE - 2009 PAPER 2 A. Question paper format: 1. The question paper consists of 3 parts (Chemistry, Mathematics and Physics). Each part has 4 sections. 2. Section I contains 4 multiple choice questions.

More information

Module 7 : Antenna. Lecture 52 : Array Synthesis. Objectives. In this course you will learn the following. Array specified by only its nulls.

Module 7 : Antenna. Lecture 52 : Array Synthesis. Objectives. In this course you will learn the following. Array specified by only its nulls. Objectives In this course you will learn the following Array specified by only its nulls. Radiation pattern of a general array. Array synthesis. Criterion for choosing number of elements in synthesized

More information

Compensation. June 29, Arizona State University. Edge Detection from Nonuniform Data via. Convolutional Gridding with Density.

Compensation. June 29, Arizona State University. Edge Detection from Nonuniform Data via. Convolutional Gridding with Density. Arizona State University June 29, 2012 Overview gridding with density compensation is a common method for function reconstruction nonuniform Fourier data. It is computationally inexpensive compared with

More information

Lecture Outline. Dispersion Relation Electromagnetic Wave Polarization 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3c

Lecture Outline. Dispersion Relation Electromagnetic Wave Polarization 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3c Course Instructor Dr. Rymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mil: rcrumpf@utep.edu EE 4347 Applied Electromgnetics Topic 3c Wve Dispersion & Polriztion Wve Dispersion These notes & Polriztion

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES Before starting this section, you might need to review the trigonometric functions. DIFFERENTIATION RULES In particular, it is important to remember that,

More information

Up/down-sampling & interpolation Centre for Doctoral Training in Healthcare Innovation

Up/down-sampling & interpolation Centre for Doctoral Training in Healthcare Innovation Up/down-sampling & interpolation Centre for Doctoral Training in Healthcare Innovation Dr. Gari D. Clifford, University Lecturer & Director, Centre for Doctoral Training in Healthcare Innovation, Institute

More information

Fourier transforms and convolution

Fourier transforms and convolution Fourier transforms and convolution (without the agonizing pain) CS/CME/BioE/Biophys/BMI 279 Oct. 26, 2017 Ron Dror 1 Outline Why do we care? Fourier transforms Writing functions as sums of sinusoids The

More information

LOWELL JOURNAL. LOWSLL, MICK., WSSDNaSDAY", FEB 1% 1894:

LOWELL JOURNAL. LOWSLL, MICK., WSSDNaSDAY, FEB 1% 1894: ? jpv J V# 33 K DDY % 9 D Y D z K x p * pp J - jj Q D V Q< - j «K * j G»D K* G 3 zz DD V V K Y p K K 9 G 3 - G p! ( - p j p p p p Q 3 p ZZ - p- pp p- D p pp z p p pp G pp G pp J D p G z p _ YK G D xp p-

More information

Wavelets and Multiresolution Processing

Wavelets and Multiresolution Processing Wavelets and Multiresolution Processing Wavelets Fourier transform has it basis functions in sinusoids Wavelets based on small waves of varying frequency and limited duration In addition to frequency,

More information

2. the basis functions have different symmetries. 1 k = 0. x( t) 1 t 0 x(t) 0 t 1

2. the basis functions have different symmetries. 1 k = 0. x( t) 1 t 0 x(t) 0 t 1 In the next few lectures, we will look at a few examples of orthobasis expansions that are used in modern signal processing. Cosine transforms The cosine-i transform is an alternative to Fourier series;

More information

(Refer Slide Time: 2:08 min)

(Refer Slide Time: 2:08 min) Applied Mechanics Prof. R. K. Mittal Department of Applied Mechanics Indian Institute of Technology, Delhi Lecture No. 11 Properties of Surfaces (Contd.) Today we will take up lecture eleven which is a

More information

( ), λ. ( ) =u z. ( )+ iv z

( ), λ. ( ) =u z. ( )+ iv z AMS 212B Perturbation Metho Lecture 18 Copyright by Hongyun Wang, UCSC Method of steepest descent Consider the integral I = f exp( λ g )d, g C =u + iv, λ We consider the situation where ƒ() and g() = u()

More information

Lecture 27 Frequency Response 2

Lecture 27 Frequency Response 2 Lecture 27 Frequency Response 2 Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/6/12 1 Application of Ideal Filters Suppose we can generate a square wave with a fundamental period

More information

7.5 Elastic Buckling Columns and Buckling

7.5 Elastic Buckling Columns and Buckling 7.5 Elastic Buckling The initial theory of the buckling of columns was worked out by Euler in 1757, a nice example of a theory preceding the application, the application mainly being for the later invented

More information

SEISMIC WAVE PROPAGATION. Lecture 2: Fourier Analysis

SEISMIC WAVE PROPAGATION. Lecture 2: Fourier Analysis SEISMIC WAVE PROPAGATION Lecture 2: Fourier Analysis Fourier Series & Fourier Transforms Fourier Series Review of trigonometric identities Analysing the square wave Fourier Transform Transforms of some

More information

CS145: Probability & Computing

CS145: Probability & Computing CS45: Probability & Computing Lecture 5: Concentration Inequalities, Law of Large Numbers, Central Limit Theorem Instructor: Eli Upfal Brown University Computer Science Figure credits: Bertsekas & Tsitsiklis,

More information

Transverse Traveling Waves

Transverse Traveling Waves Purpose: To observe and study the behavior of standing transverse waves and to determine the speed of standing and traveling waves. Equipment: Cenco String Vibrator Hooked Mass Set Pulley Table Clamp String

More information