Skip to content Skip to navigation

Connexions

You are here: Home » Content » m26 - Calculation of the Fourier Transform and Fourier Series using the FFT

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

m26 - Calculation of the Fourier Transform and Fourier Series using the FFT

Module by: C. Sidney Burrus

Summary: Using the high efficiency of the FFT allows the approximate calculation of the FT and FS

Calculation of the Fourier Transform and Fourier Series using the FFT

Most theoretical and mathematical analysis of signals and systems use the Fourier series, Fourier transform, Laplace transform, discrete-time Fourier transform (DTFT), or the z-transform, however, when we want to actually evaluate transforms, we calculate values at sample frequencies. In other words, we use the discrete Fourier transform (DFT) and, for efficiency, usually evaluate it with the FFT algorithm. An important question is how can we calculate or approximately calculate these symbolic formula-based transforms with our practical finite numerical tool. It would certainly seem that if we wanted the Fourier transform of a signal or function, we could sample the function, take its DFT with the FFT, and have some approximation to samples of the desired Fourier transform. We saw in the previous section that it is, in fact, possible provided some care is taken.

Summary

For the signal that is a function of a continuous variable we have

FT: f ( t ) f ( t ) F ( ω ) F ( ω ) DTFT: f ( T n ) f ( T n ) 1 T F p ( ω ) = 1 T F ( ω + 2 π / T ) 1 T F p ( ω ) = 1 T F ( ω + 2 π / T ) DFT: f p ( T n ) f p ( T n ) 1 T F p ( Δ k ) 1 T F p ( Δ k ) for Δ T N = 2 π Δ T N = 2 π

For the signal that is a function of a discrete variable we have

DTFT: h ( n ) h ( n ) H ( ω ) H ( ω ) DFT: h p ( n ) h p ( n ) H ( Δ k ) H ( Δ k ) for Δ N = 2 π Δ N = 2 π

For the periodic signal of a continuous variable we have

FS: g ˜ ( t ) g ˜ ( t ) C ( k ) C ( k ) DFT: g ˜ ( T n ) g ˜ ( T n ) N C p ( k ) N C p ( k ) for T N = P T N = P

For the sampled bandlimited signal we have

Sinc: f ( t ) f ( t ) f ( T n ) f ( T n ) f ( t ) = n f ( T n ) sinc ( 2 π t / T π n ) f ( t ) = n f ( T n ) sinc ( 2 π t / T π n ) if F ( ω ) = 0 F ( ω ) = 0 for | ω | > 2 π / T | ω | > 2 π / T

These formulas summarize much of the relations of the Fourier transforms of sampled signals and how they might be approximately calculate with the FFT. We next turn to the use of distributions and strings of delta functions as tool to study sampling.

Comments, questions, feedback, criticisms?

Send feedback