Skip to content Skip to navigation

Connexions

You are here: Home » Content » Fast Convolution

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

Fast Convolution

Module by: Richard Baraniuk

Summary: This module is an overview of concepts behind fast convolution of LSI systems.

  • Cost of convolution y=x*h y x h for all N N . y=Hx y H x If support ( x=N x N ) and support ( h=LN h L N ) then the number of adds and the number of multiplies =OLN O L N with the worst case being ON2 O N 2
  • Cost of x 𝔽 H X x 𝔽 H X hH h H by 2 FFTS, then Y=HX Y H X then _ 𝔽 y _ 𝔽 y by inverse fft. Number of adds and number of multiplies is =ONlogN O N N
  • So if L L is large, it is faster via FFT! In matlab:
    y=ifftfftxffth y ifft fft x fft h (1)

Comments, questions, feedback, criticisms?

Send feedback