SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
1


APPLICATIONS AND REVIEW OF FOURIER TRANSFORM/SERIES
(Copyright 2001, David T. Sandwell)


(Reference – The Fourier Transform and its Application, second edition, R.N. Bracewell,
McGraw-Hill Book Co., New York, 1978.)

   It may seem unusual that we begin a course on Geodynamics by reviewing fourier transforms
and fourier series. However, you will see that fourier analysis is used in almost every aspect of
the subject ranging from solving linear differential equations to developing computer models, to
the processing and analysis of data. We won’t be using fourier analysis for the first few lectures,
but I’ll introduce the concepts today so that people who are less familiar with the topic can have
time for review. In the first few lectures, I’ll also discuss plate tectonics. I imagine that students
with physics and math backgrounds may have to spend some time reviewing plate tectonics.
Hopefully everyone will be busy the first two weeks. Next class I’ll give a homework
assignment involving fourier transforms. Later we’ll have a short quiz on plate tectonics.

Some applications of fourier transforms

Solving linear partial differential equations (PDE’s):
   Gravity/magnetics           Laplace               ∇2 Φ = 0
   Elasticity (flexure)        Biharmonic            ∇4 Φ = 0
   Heat Conduction             Diffusion             ∇2Φ - δ Φ/ δt = 0
   Wave Propagation            Wave                  ∇2Φ - δ2Φ/ δt2 = 0

Designing and using antennas:
   Seismic arrays and streamers
   Multibeam echo sounder and side scan sonar
   Interferometers – VLBI – GPS
   Synthetic Aperture Radar (SAR) and Interferometric SAR (InSAR)

Image Processing and filters:
   Transformation, representation, and encoding
   Smoothing and sharpening
   Restoration, blur removal, and Wiener filter

Data Processing and Analysis:
   High-pass, low-pass, and band-pass filters
   Cross correlation – transfer functions – coherence
   Signal and noise estimation – encoding time series
2


    Definitions of fourier transforms

    The 1-dimensional fourier transform is defined as:

                     $
        F(k) =       %   f(x)e"i2 #kx dx             F(k) = &[ f(x)]     - forward transform
                    "$



                    $
        f(x) =      % F(k)e    i2 #kx
                                        dk           f(x) = &"1 [ F(k)] - inverse transform
                 "$


    where x is distance and k is wavenumber where k = 1/λ and λ is wavelength. These equations
    are more commonly written in terms of time t and frequency ν where ν = 1/T and T is the period.
!
    The 2-dimensional fourier transform is defined as:

              " "
                             !i 2 $ (k %x)
    F(k) =    # # f (x)e                     d 2x   F(k) = &2 [ f (x)]
              !"!"



              " "
                             i2 $ (k%x)
    f (x) =   # # F(k)e                   d 2k               !1
                                                    f (x) = &2 [ F(k)]
              !"!"



    where x = (x, y) is the position vector, k = (kx, ky) is the wavenumber vector, and
    (k . x) = kx x + ky y.

    Why use fourier transforms on a nearly spherical earth?
        If you have taken geomagnetism or global seismology, you were taught to expand a function
    of latitude and longitude in spherical harmonics. Later in the course we will also use spherical
    harmonics to represent large-scale variations in the gravity field and to represent viscous mantle
    flow. However, throughout the course we will be dealing with problems related to the crust and
    lithosphere. In these cases a flat-earth approximation is both adequate and practical for the
    following reasons:

    A. Cartesian geometry is a good approximation. Consider a small patch of crust or lithosphere
    on the surface of a sphere. If the area of the patch is A is much less
    than the area of the earth and the thickness l of the patch is
    much less than the radius of the earth Re, then the
    Cartesian geometry will be adequate.

       A << 4π Re 2
       l << Re
5


In this case the patch is nearly flat and it is also quite thin. The area at the bottom of the patch is
about equal to the area at the top of the patch so a 1-D approximation or a plane-stress
approximation may be adequate when we solve the heat conduction or flexure equations,
respectively. Note that on a planet like Mars where the lithospheric thickness is a large fraction
of the radius, the use of the Cartesian geometry may not be appropriate.

B. Cartesian geometry is practical. Consider the representation of a function on a spherical
earth. Suppose we want a spherical harmonic representation of the patch of seafloor illustrated
below which contains a seamount (100 km diameter). The depth sampling must be
better than 4 km by 4 km for adequate representation.
Since the circumference of the Earth is about
40,000 km, the maximum spherical harmonic
degree lmax must be at least 104 and thus
108 coefficients will be needed. Clearly this
will be impractical from a computational
standpoint and, moreover, most of the
surface will have the same depth so most
of the coefficients do not contain useful information. Since the seamount has a diameter of about
100 km, we can work with a smaller patch of dimensions 400 km by 400 km. If a fourier
representation is used, only (400/4)2 = 104 coefficients will be needed.

Fourier sine and cosine transforms
  Any function f(x) can be decomposed into odd O(x) and even E(x) components.

    f(x) = E(x) + O(x)

            1                                1
   E(x) =     [ f(x) + f(!x)]       O(x) =     [ f(x) ! f(! x)]
            2                                2
            #
                      !i2"kx
   F(k) =   $ f(x)e            dx
            !#



    e ! i" = cos" ! isin "

            #                       #

   F(k) =   $ f(x)cos(2!kx)dx " i $ f(x)sin(2!kx)dx
            "#                      "#
                 odd part cancels        even part cancels
7


           #                       #

   F(k) = 2$ E(x)cos(2!kx)dx " 2i $ O(x)sin(2!kx)dx
           o                        o


               cosine transform         sine transform

You have probably seen fourier cosine and sine transforms, but it is better to use the complex
exponential form.


Properties of fourier transforms
   The following are some important properties of fourier transforms that you should derive for
yourself at least once. You’ll find derivations in Bracewell. Once you have derived and
understand these properties, you can treat them as tools. Very complicated problems can be
simplified using these tools. For example, when solving a linear partial differential equation, one
uses the derivative property to reduce the differential equation to an algebraic equation.


                                                   1 " k%
   similarity property            ![ f(ax) ] =        F$ '
                                                 | a | # a&
                                                     "i2#ka
   shift property                 ![ f(x - a)] = e            F(k)


                                   " df %
   differentiation property       !$ ' = i2(k F(k)
                                   # dx &

                                   $"                '
   convolution property            & f (u)g( x -u )du) = F(k)G(k)
                                  ! #
                                   & -"
                                   %                 )
                                                     (

                                   !         2        !              2

   Rayleigh' s theorem             " | f (x) | dx = " | F(k) | dk
                                  -!                 -!




Note: These properties are equally valid in 2-dimensions or even n-dimensions. The properties
also apply to discrete data. See Chapter 18 in Bracewell.
8



                                                               z

    Fourier series                                                           y
       Many geophysical problems are
    concerned with a small area on the                                   W
    surface of the Earth.                                                W
       W - width of area                                       Δy
                                                                    Δx                       x
                                                                                  L
       L - length of area

    The coefficients of the 2-dimensional Fourier series are computed by the following integration.

                  L W
         m      1                 *     $m      n '-
       Fn =       ! ! f (x, y)exp ,"i2# & L x + W y ) /dydx
               LW o o             +     %           (.

    The function is reconstructed by the following summations over the fourier coefficients.

                     "      "
                                    m
                                            + %m       n (.
       f (x, y) =   # #F           n    exp - i2$ ' x + y* 0
                                            , &L       W )/
                    n= !" m = !"


    The finite size of the area leads to a discrete set of wavenumbers kx = m/L, ky = n/W and a
    discrete set of fourier coefficients Fnm. In addition to the finite size of the area, geophysical data
    commonly have a characteristic sampling interval Δx and Δy.

       I = L/Δx        - number of points in the x-direction

       J = W/Δy - number of points in the y-direction

    The Nyquist wavenumbers is kx = 1/(2 Δx) and ky = 1/(2 Δy) so there is a finite set of fourier
    coefficients -I/2 < m < I/2 and -J/2 < n < J/2. Recall the trapezoidal rule of integration.

         L               I #1

        %    f (x)dx " $ f (x i )&x where x i = i&x.
         o               i= 0



         L
                      L I #1
        %    f (x)dx " $ f (x i )
         o            I i= 0


    The discrete forward and inverse fourier transform are:
!

               1 I "1 J "1 j +     % m n (.
       Fnm =      # # f i exp-"i2$ ' I i + J j*0
               IJ i= 0 j= 0  ,     &          )/



!
9



    The forward and inverse discrete fourier transforms are almost identical sums so one can use the
    same computer code for both operations.

               I / 2"1   J / 2"1
                                           + %i      j (.
         j
       fi =    # #F                n
                                    m
                                        exp-i2$ ' m + n *0
                                           , &I      J )/
              n="I / 2 m="J / 2



    Sorry for the dual use of the symbol i. The i in front of the 2 is
                                                                   π     "1   while the other non-itallic
    i's are integers.
!

                                                             !

Mais conteúdo relacionado

Mais procurados

Nled and formation_of_astrophysical_charged_b_hs_03_june_2014
Nled and formation_of_astrophysical_charged_b_hs_03_june_2014Nled and formation_of_astrophysical_charged_b_hs_03_june_2014
Nled and formation_of_astrophysical_charged_b_hs_03_june_2014SOCIEDAD JULIO GARAVITO
 
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...BRNSS Publication Hub
 
"Warm tachyon matter" - N. Bilic
"Warm tachyon matter" - N. Bilic"Warm tachyon matter" - N. Bilic
"Warm tachyon matter" - N. BilicSEENET-MTP
 
D. Mladenov - On Integrable Systems in Cosmology
D. Mladenov - On Integrable Systems in CosmologyD. Mladenov - On Integrable Systems in Cosmology
D. Mladenov - On Integrable Systems in CosmologySEENET-MTP
 
Postdoctoral research statement
Postdoctoral research statementPostdoctoral research statement
Postdoctoral research statementSusovan Pal
 
Lesson 8 the definite integrals
Lesson 8 the definite integralsLesson 8 the definite integrals
Lesson 8 the definite integralsLawrence De Vera
 
The Calculus Crusaders Volume
The Calculus Crusaders VolumeThe Calculus Crusaders Volume
The Calculus Crusaders Volumeazn_punkyfish07
 
Pushforward of Differential Forms
Pushforward of Differential FormsPushforward of Differential Forms
Pushforward of Differential FormsHeinrich Hartmann
 
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3N. Bilic - "Hamiltonian Method in the Braneworld" 2/3
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3SEENET-MTP
 
30 surface integrals
30 surface integrals30 surface integrals
30 surface integralsmath267
 
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...BRNSS Publication Hub
 
The Bird's Poop
The Bird's PoopThe Bird's Poop
The Bird's Poopbenchoun
 
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...SEENET-MTP
 
Particle Physics Presentation
Particle Physics PresentationParticle Physics Presentation
Particle Physics PresentationDrew Silcock
 

Mais procurados (20)

Nled and formation_of_astrophysical_charged_b_hs_03_june_2014
Nled and formation_of_astrophysical_charged_b_hs_03_june_2014Nled and formation_of_astrophysical_charged_b_hs_03_june_2014
Nled and formation_of_astrophysical_charged_b_hs_03_june_2014
 
Timoteo carletti stefano marmi
Timoteo carletti stefano marmiTimoteo carletti stefano marmi
Timoteo carletti stefano marmi
 
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
 
"Warm tachyon matter" - N. Bilic
"Warm tachyon matter" - N. Bilic"Warm tachyon matter" - N. Bilic
"Warm tachyon matter" - N. Bilic
 
D. Mladenov - On Integrable Systems in Cosmology
D. Mladenov - On Integrable Systems in CosmologyD. Mladenov - On Integrable Systems in Cosmology
D. Mladenov - On Integrable Systems in Cosmology
 
Chapter2 part2
Chapter2 part2Chapter2 part2
Chapter2 part2
 
Postdoctoral research statement
Postdoctoral research statementPostdoctoral research statement
Postdoctoral research statement
 
CRMS Calculus 2010 May 17, 2010
CRMS Calculus 2010 May 17, 2010CRMS Calculus 2010 May 17, 2010
CRMS Calculus 2010 May 17, 2010
 
Lesson 8 the definite integrals
Lesson 8 the definite integralsLesson 8 the definite integrals
Lesson 8 the definite integrals
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
logGaussianField
logGaussianFieldlogGaussianField
logGaussianField
 
The Calculus Crusaders Volume
The Calculus Crusaders VolumeThe Calculus Crusaders Volume
The Calculus Crusaders Volume
 
Pushforward of Differential Forms
Pushforward of Differential FormsPushforward of Differential Forms
Pushforward of Differential Forms
 
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3N. Bilic - "Hamiltonian Method in the Braneworld" 2/3
N. Bilic - "Hamiltonian Method in the Braneworld" 2/3
 
QMC: Transition Workshop - Density Estimation by Randomized Quasi-Monte Carlo...
QMC: Transition Workshop - Density Estimation by Randomized Quasi-Monte Carlo...QMC: Transition Workshop - Density Estimation by Randomized Quasi-Monte Carlo...
QMC: Transition Workshop - Density Estimation by Randomized Quasi-Monte Carlo...
 
30 surface integrals
30 surface integrals30 surface integrals
30 surface integrals
 
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...
On Extendable Sets in the Reals (R) With Application to the Lyapunov Stabilit...
 
The Bird's Poop
The Bird's PoopThe Bird's Poop
The Bird's Poop
 
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...
I. Cotaescu - "Canonical quantization of the covariant fields: the Dirac fiel...
 
Particle Physics Presentation
Particle Physics PresentationParticle Physics Presentation
Particle Physics Presentation
 

Semelhante a 01fourier

fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdfssuser4dafea
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3Amin khalil
 
Learning object 1
Learning object 1Learning object 1
Learning object 1Ina Na
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
lecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdflecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdfHendIbrahim35
 
Schrodinger equation in quantum mechanics
Schrodinger equation in quantum mechanicsSchrodinger equation in quantum mechanics
Schrodinger equation in quantum mechanicsRakeshPatil2528
 
Lesson 5: Functions and surfaces
Lesson 5: Functions and surfacesLesson 5: Functions and surfaces
Lesson 5: Functions and surfacesMatthew Leingang
 
Calc224FinalExamReview
Calc224FinalExamReviewCalc224FinalExamReview
Calc224FinalExamReviewTori Peña
 
Website designing company in delhi ncr
Website designing company in delhi ncrWebsite designing company in delhi ncr
Website designing company in delhi ncrCss Founder
 
Website designing company in delhi ncr
Website designing company in delhi ncrWebsite designing company in delhi ncr
Website designing company in delhi ncrCss Founder
 
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...Mahmood Adel
 
A transference result of Lp continuity from the Jacobi Riesz transform to the...
A transference result of Lp continuity from the Jacobi Riesz transform to the...A transference result of Lp continuity from the Jacobi Riesz transform to the...
A transference result of Lp continuity from the Jacobi Riesz transform to the...Wilfredo Urbina
 
Fourier transform in X-ray crystallography .ppt
Fourier transform in X-ray crystallography .pptFourier transform in X-ray crystallography .ppt
Fourier transform in X-ray crystallography .pptRadhyesham
 
Chapter3partialderivatives 150105021210-conversion-gate02
Chapter3partialderivatives 150105021210-conversion-gate02Chapter3partialderivatives 150105021210-conversion-gate02
Chapter3partialderivatives 150105021210-conversion-gate02Cleophas Rwemera
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivativesJ C
 
Basics of edge detection and forier transform
Basics of edge detection and forier transformBasics of edge detection and forier transform
Basics of edge detection and forier transformSimranjit Singh
 

Semelhante a 01fourier (20)

fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdf
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
 
Learning object 1
Learning object 1Learning object 1
Learning object 1
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
math camp
math campmath camp
math camp
 
lecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdflecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdf
 
Schrodinger equation in quantum mechanics
Schrodinger equation in quantum mechanicsSchrodinger equation in quantum mechanics
Schrodinger equation in quantum mechanics
 
3. AJMS _461_23.pdf
3. AJMS _461_23.pdf3. AJMS _461_23.pdf
3. AJMS _461_23.pdf
 
Lesson 5: Functions and surfaces
Lesson 5: Functions and surfacesLesson 5: Functions and surfaces
Lesson 5: Functions and surfaces
 
Calc224FinalExamReview
Calc224FinalExamReviewCalc224FinalExamReview
Calc224FinalExamReview
 
Thesis
ThesisThesis
Thesis
 
Website designing company in delhi ncr
Website designing company in delhi ncrWebsite designing company in delhi ncr
Website designing company in delhi ncr
 
Website designing company in delhi ncr
Website designing company in delhi ncrWebsite designing company in delhi ncr
Website designing company in delhi ncr
 
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
 
A transference result of Lp continuity from the Jacobi Riesz transform to the...
A transference result of Lp continuity from the Jacobi Riesz transform to the...A transference result of Lp continuity from the Jacobi Riesz transform to the...
A transference result of Lp continuity from the Jacobi Riesz transform to the...
 
thesis_talk_aug3
thesis_talk_aug3thesis_talk_aug3
thesis_talk_aug3
 
Fourier transform in X-ray crystallography .ppt
Fourier transform in X-ray crystallography .pptFourier transform in X-ray crystallography .ppt
Fourier transform in X-ray crystallography .ppt
 
Chapter3partialderivatives 150105021210-conversion-gate02
Chapter3partialderivatives 150105021210-conversion-gate02Chapter3partialderivatives 150105021210-conversion-gate02
Chapter3partialderivatives 150105021210-conversion-gate02
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivatives
 
Basics of edge detection and forier transform
Basics of edge detection and forier transformBasics of edge detection and forier transform
Basics of edge detection and forier transform
 

Último

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 

Último (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 

01fourier

  • 1. 1 APPLICATIONS AND REVIEW OF FOURIER TRANSFORM/SERIES (Copyright 2001, David T. Sandwell) (Reference – The Fourier Transform and its Application, second edition, R.N. Bracewell, McGraw-Hill Book Co., New York, 1978.) It may seem unusual that we begin a course on Geodynamics by reviewing fourier transforms and fourier series. However, you will see that fourier analysis is used in almost every aspect of the subject ranging from solving linear differential equations to developing computer models, to the processing and analysis of data. We won’t be using fourier analysis for the first few lectures, but I’ll introduce the concepts today so that people who are less familiar with the topic can have time for review. In the first few lectures, I’ll also discuss plate tectonics. I imagine that students with physics and math backgrounds may have to spend some time reviewing plate tectonics. Hopefully everyone will be busy the first two weeks. Next class I’ll give a homework assignment involving fourier transforms. Later we’ll have a short quiz on plate tectonics. Some applications of fourier transforms Solving linear partial differential equations (PDE’s): Gravity/magnetics Laplace ∇2 Φ = 0 Elasticity (flexure) Biharmonic ∇4 Φ = 0 Heat Conduction Diffusion ∇2Φ - δ Φ/ δt = 0 Wave Propagation Wave ∇2Φ - δ2Φ/ δt2 = 0 Designing and using antennas: Seismic arrays and streamers Multibeam echo sounder and side scan sonar Interferometers – VLBI – GPS Synthetic Aperture Radar (SAR) and Interferometric SAR (InSAR) Image Processing and filters: Transformation, representation, and encoding Smoothing and sharpening Restoration, blur removal, and Wiener filter Data Processing and Analysis: High-pass, low-pass, and band-pass filters Cross correlation – transfer functions – coherence Signal and noise estimation – encoding time series
  • 2. 2 Definitions of fourier transforms The 1-dimensional fourier transform is defined as: $ F(k) = % f(x)e"i2 #kx dx F(k) = &[ f(x)] - forward transform "$ $ f(x) = % F(k)e i2 #kx dk f(x) = &"1 [ F(k)] - inverse transform "$ where x is distance and k is wavenumber where k = 1/λ and λ is wavelength. These equations are more commonly written in terms of time t and frequency ν where ν = 1/T and T is the period. ! The 2-dimensional fourier transform is defined as: " " !i 2 $ (k %x) F(k) = # # f (x)e d 2x F(k) = &2 [ f (x)] !"!" " " i2 $ (k%x) f (x) = # # F(k)e d 2k !1 f (x) = &2 [ F(k)] !"!" where x = (x, y) is the position vector, k = (kx, ky) is the wavenumber vector, and (k . x) = kx x + ky y. Why use fourier transforms on a nearly spherical earth? If you have taken geomagnetism or global seismology, you were taught to expand a function of latitude and longitude in spherical harmonics. Later in the course we will also use spherical harmonics to represent large-scale variations in the gravity field and to represent viscous mantle flow. However, throughout the course we will be dealing with problems related to the crust and lithosphere. In these cases a flat-earth approximation is both adequate and practical for the following reasons: A. Cartesian geometry is a good approximation. Consider a small patch of crust or lithosphere on the surface of a sphere. If the area of the patch is A is much less than the area of the earth and the thickness l of the patch is much less than the radius of the earth Re, then the Cartesian geometry will be adequate. A << 4π Re 2 l << Re
  • 3.
  • 4.
  • 5. 5 In this case the patch is nearly flat and it is also quite thin. The area at the bottom of the patch is about equal to the area at the top of the patch so a 1-D approximation or a plane-stress approximation may be adequate when we solve the heat conduction or flexure equations, respectively. Note that on a planet like Mars where the lithospheric thickness is a large fraction of the radius, the use of the Cartesian geometry may not be appropriate. B. Cartesian geometry is practical. Consider the representation of a function on a spherical earth. Suppose we want a spherical harmonic representation of the patch of seafloor illustrated below which contains a seamount (100 km diameter). The depth sampling must be better than 4 km by 4 km for adequate representation. Since the circumference of the Earth is about 40,000 km, the maximum spherical harmonic degree lmax must be at least 104 and thus 108 coefficients will be needed. Clearly this will be impractical from a computational standpoint and, moreover, most of the surface will have the same depth so most of the coefficients do not contain useful information. Since the seamount has a diameter of about 100 km, we can work with a smaller patch of dimensions 400 km by 400 km. If a fourier representation is used, only (400/4)2 = 104 coefficients will be needed. Fourier sine and cosine transforms Any function f(x) can be decomposed into odd O(x) and even E(x) components. f(x) = E(x) + O(x) 1 1 E(x) = [ f(x) + f(!x)] O(x) = [ f(x) ! f(! x)] 2 2 # !i2"kx F(k) = $ f(x)e dx !# e ! i" = cos" ! isin " # # F(k) = $ f(x)cos(2!kx)dx " i $ f(x)sin(2!kx)dx "# "# odd part cancels even part cancels
  • 6.
  • 7. 7 # # F(k) = 2$ E(x)cos(2!kx)dx " 2i $ O(x)sin(2!kx)dx o o cosine transform sine transform You have probably seen fourier cosine and sine transforms, but it is better to use the complex exponential form. Properties of fourier transforms The following are some important properties of fourier transforms that you should derive for yourself at least once. You’ll find derivations in Bracewell. Once you have derived and understand these properties, you can treat them as tools. Very complicated problems can be simplified using these tools. For example, when solving a linear partial differential equation, one uses the derivative property to reduce the differential equation to an algebraic equation. 1 " k% similarity property ![ f(ax) ] = F$ ' | a | # a& "i2#ka shift property ![ f(x - a)] = e F(k) " df % differentiation property !$ ' = i2(k F(k) # dx & $" ' convolution property & f (u)g( x -u )du) = F(k)G(k) ! # & -" % ) ( ! 2 ! 2 Rayleigh' s theorem " | f (x) | dx = " | F(k) | dk -! -! Note: These properties are equally valid in 2-dimensions or even n-dimensions. The properties also apply to discrete data. See Chapter 18 in Bracewell.
  • 8. 8 z Fourier series y Many geophysical problems are concerned with a small area on the W surface of the Earth. W W - width of area Δy Δx x L L - length of area The coefficients of the 2-dimensional Fourier series are computed by the following integration. L W m 1 * $m n '- Fn = ! ! f (x, y)exp ,"i2# & L x + W y ) /dydx LW o o + % (. The function is reconstructed by the following summations over the fourier coefficients. " " m + %m n (. f (x, y) = # #F n exp - i2$ ' x + y* 0 , &L W )/ n= !" m = !" The finite size of the area leads to a discrete set of wavenumbers kx = m/L, ky = n/W and a discrete set of fourier coefficients Fnm. In addition to the finite size of the area, geophysical data commonly have a characteristic sampling interval Δx and Δy. I = L/Δx - number of points in the x-direction J = W/Δy - number of points in the y-direction The Nyquist wavenumbers is kx = 1/(2 Δx) and ky = 1/(2 Δy) so there is a finite set of fourier coefficients -I/2 < m < I/2 and -J/2 < n < J/2. Recall the trapezoidal rule of integration. L I #1 % f (x)dx " $ f (x i )&x where x i = i&x. o i= 0 L L I #1 % f (x)dx " $ f (x i ) o I i= 0 The discrete forward and inverse fourier transform are: ! 1 I "1 J "1 j + % m n (. Fnm = # # f i exp-"i2$ ' I i + J j*0 IJ i= 0 j= 0 , & )/ !
  • 9. 9 The forward and inverse discrete fourier transforms are almost identical sums so one can use the same computer code for both operations. I / 2"1 J / 2"1 + %i j (. j fi = # #F n m exp-i2$ ' m + n *0 , &I J )/ n="I / 2 m="J / 2 Sorry for the dual use of the symbol i. The i in front of the 2 is π "1 while the other non-itallic i's are integers. ! !