Skip to content Skip to navigation

Connexions

You are here: Home » Content » Discrete Fourier Transformation

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.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the author
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Lenses

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.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

In these lenses

  • richb's DSP display tagshide tags

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Discrete Fourier Transformation

Module by: Phil Schniter

Summary: This module covers the fundamentals of Discrete-Fourier Transformations.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

N-point Discrete Fourier Transform (DFT)

Xk=n=0N1xn-2πnkn k,k=0N1 X k n 0 N 1 x n 2 n k n k k 0 N 1 (1)
xn=1Nk=0N1Xk2πnkn n,n=0N1 x n 1 N k 0 N 1 X k 2 n k n n n 0 N 1 (2)

Note that:

  • Xk X k is the DTFT evaluated at ω=2πNk k,k=0N1 ω 2 N k k k 0 N 1
  • Zero-padding xn x n to MM samples prior to the DFT yields an MM-point uniform sampled version of the DTFT:
    X2πMk=n=0N1xn-2πMk X 2 M k n 0 N 1 x n 2 M k (3)
    X2πMk=n=0N1 x zp n-2πMk X 2 M k n 0 N 1 x zp n 2 M k X2πMk= X zp k k,k=0M1 X 2 M k X zp k k k 0 M 1
  • The NN-pt DFT is sufficient to reconstruct the entire DTFT of an NN-pt sequence:
    Xω=n=0N1xn-ωn X ω n 0 N 1 x n ω n (4)
    Xω=n=0N11Nk=0N1Xk2πNkn-ωn X ω n 0 N 1 1 N k 0 N 1 X k 2 N k n ω n Xω=k=0N1Xk1Nk=0N1-ω2πNkn X ω k 0 N 1 X k 1 N k 0 N 1 ω 2 N k n Xω=k=0N1Xk1NsinωN2πk2sinωN2πk2N-ω2πNkN12 X ω k 0 N 1 X k 1 N ω N 2 k 2 ω N 2 k 2 N ω 2 N k N 1 2

Figure 1: Dirichlet sinc, 1NsinωN2sinω2 1 N ω N 2 ω 2
Figure 1 (dirichletsinc.png)

  • The DFT has a convenient matrix representation. Defining W N =-2πN W N 2 N ,
    X0X1XN1= W N 0 W N 0 W N 0 W N 0 W N 0 W N 1 W N 2 W N 3 W N 0 W N 2 W N 4 W N 6 x0x1xN1 X 0 X 1 X N 1 W N 0 W N 0 W N 0 W N 0 W N 0 W N 1 W N 2 W N 3 W N 0 W N 2 W N 4 W N 6 x 0 x 1 x N 1 (5)
    where X=Wx X W x respectively. WW has the following properties:
    • WW is Vandermonde: the nnth column of WW is a polynomial in W N n W N n
    • WW is symmetric: W=WT W W
    • 1NW 1 N W is unitary: 1NW1NWH=1NWH1NW=I 1 N W 1 N W H 1 N W H 1 N W I
    • 1NW¯=W-1 1 N W W -1 , the IDFT matrix.
  • For NN a power of 2, the FFT can be used to compute the DFT using about N2log2N N 2 2 N rather than N2 N 2 operations.

Table 1
N N N2log2N N 2 2 N N2 N 2
16 32 256
64 192 4096
256 1024 65536
1024 5120 1048576

Comments, questions, feedback, criticisms?

Send feedback