Kalpana Kalpana (Editor)

Convolution theorem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, the convolution theorem states that under suitable conditions the Fourier transform of a convolution is the pointwise product of Fourier transforms. In other words, convolution in one domain (e.g., time domain) equals point-wise multiplication in the other domain (e.g., frequency domain). Versions of the convolution theorem are true for various Fourier-related transforms. Let   f and   g be two functions with convolution   f g . (Note that the asterisk denotes convolution in this context, and not multiplication. The tensor product symbol is sometimes used instead.) Let   F denote the Fourier transform operator, so   F { f } and   F { g } are the Fourier transforms of   f and   g , respectively. Then

Contents

F { f g } = F { f } F { g }

where denotes point-wise multiplication. It also works the other way around:

F { f g } = F { f } F { g }

By applying the inverse Fourier transform F 1 , we can write:

f g = F 1 { F { f } F { g } }

and:

f g = F 1 { F { f } F { g } }

Note that the relationships above are only valid for the form of the Fourier transform shown in the Proof section below. The transform may be normalized in other ways, in which case constant scaling factors (typically   2 π or   2 π ) will appear in the relationships above.

This theorem also holds for the Laplace transform, the two-sided Laplace transform and, when suitably modified, for the Mellin transform and Hartley transform (see Mellin inversion theorem). It can be extended to the Fourier transform of abstract harmonic analysis defined over locally compact abelian groups.

This formulation is especially useful for implementing a numerical convolution on a computer: The standard convolution algorithm has quadratic computational complexity. With the help of the convolution theorem and the fast Fourier transform, the complexity of the convolution can be reduced from O() to O(n log n). This can be exploited to construct fast multiplication algorithms.

Proof

The proof here is shown for a particular normalization of the Fourier transform. As mentioned above, if the transform is normalized differently, then constant scaling factors will appear in the derivation.

Let f, g belong to L1(Rn). Let F be the Fourier transform of f and G be the Fourier transform of g :

F ( ν ) = F { f } = R n f ( x ) e 2 π i x ν d x G ( ν ) = F { g } = R n g ( x ) e 2 π i x ν d x ,

where the dot between x and ν indicates the inner product of Rn. Let h be the convolution of f and g

h ( z ) = R n f ( x ) g ( z x ) d x .

Now notice that

| f ( x ) g ( z x ) | d z d x = | f ( x ) | | g ( z x ) | d z d x = | f ( x ) | g 1 d x = f 1 g 1 .

Hence by Fubini's theorem we have that h L 1 ( R n ) so its Fourier transform H is defined by the integral formula

H ( ν ) = F { h } = R n h ( z ) e 2 π i z ν d z = R n R n f ( x ) g ( z x ) d x e 2 π i z ν d z .

Observe that | f ( x ) g ( z x ) e 2 π i z ν | = | f ( x ) g ( z x ) | and hence by the argument above we may apply Fubini's theorem again (i.e. interchange the order of integration):

H ( ν ) = R n f ( x ) ( R n g ( z x ) e 2 π i z ν d z ) d x .

Substitute y = z x ; then d y = d z , so:

H ( ν ) = R n f ( x ) ( R n g ( y ) e 2 π i ( y + x ) ν d y ) d x

These two integrals are the definitions of F ( ν ) and G ( ν ) , so:

H ( ν ) = F ( ν ) G ( ν ) ,

QED.

Convolution theorem for inverse Fourier transform

With similar argument as the above proof, we have the convolution theorem for the inverse Fourier transform.

F 1 { f g } = F 1 { f } F 1 { g } F 1 { f g } = F 1 { f } F 1 { g } f g = F { F 1 { f } F 1 { g } }

and:

f g = F { F 1 { f } F 1 { g } }

Functions of discrete variable sequences

By similar arguments, it can be shown that the discrete convolution of sequences x and y is given by:

x y = D T F T 1 [ D T F T { x }   D T F T { y } ] ,

where DTFT represents the discrete-time Fourier transform.

An important special case is the circular convolution of x and y defined by x N y , where x N is a periodic summation:

x N [ n ]   = def m = x [ n m N ] .

It can then be shown that:

x N y = D T F T 1 [ D T F T { x N } D T F T { y } ] = D F T 1 [ D F T { x N } D F T { y N } ] ,

where DFT represents the discrete Fourier transform.

The proof follows from DTFT#Periodic data, which indicates that D T F T { x N } can be written as:

D T F T { x N } ( f ) = 1 N k = ( D F T { x N } [ k ] ) δ ( f k / N )

The product with D T F T { y } ( f ) is thereby reduced to a discrete-frequency function:

D T F T { x N } D T F T { y } = 1 N k = D F T { x N } [ k ] D T F T { y } ( k / N ) D F T { y N } [ k ] δ ( f k / N ) (also using Sampling the DTFT).

The inverse DTFT is:

( x N y ) [ n ] = 0 1 1 N k = D F T { x N } [ k ] D F T { y N } [ k ] δ ( f k / N ) e i 2 π f n d f = 1 N k = D F T { x N } [ k ] D F T { y N } [ k ] 0 1 δ ( f k / N ) e i 2 π f n d f = 1 N k = 0 N 1 D F T { x N } [ k ] D F T { y N } [ k ] e i 2 π n N k = D F T 1 [ D F T { x N } D F T { y N } ] ,

QED.

References

Convolution theorem Wikipedia