Does the Convolution Theorem Hold for Fourier Transforms Using Omega?

  • Context: Graduate 
  • Thread starter Thread starter dimension10
  • Start date Start date
  • Tags Tags
    Convolution Theorem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
dimension10
Messages
371
Reaction score
0
I have a question on the Convolution theorem for Fourier Transforms. The convolution theorem states that

[tex]\mathscr{F}\{f(t) g(t)\}=\mathcal{F}\{f(t)g(t)\}=\mathcal{F}\{f(t)\}\ast \mathcal{F}\{g(t)\}-\mathscr{F}\{f(t)\} \ast \mathscr{F}\{g(t)\}[/tex]

[tex]\mathscr{F}\{f(t) \ast g(t)\}=\mathcal{F}\{f(t)\ast g(t)\}=\mathcal{F}\{f(t)\}\mathcal{F}\{g(t)\}= \mathscr{F}\{f(t)\}\mathscr{F}\{g(t)\}[/tex]

and the same for the Laplace Transform.

However, my sources use the definition of the Fourier Transform as

[tex]\mathscr{F}\{f(t)\}=\mathcal{F}\{f(t)\}=\int_{-\infty}^{\infty}{e}^{-2i\pi\xi t}f(t) \mbox{d}t[/tex]

But my question is that if I were to use the definition,[tex]\mathscr{F}\{f(t)\} = \mathcal{F}\{f(t)\}=\frac{1}{ \sqrt{2\pi} }\int_{-\infty}^{\infty}{e}^{-i\omega t}f(t) \mbox{d}t[/tex]

then will the convolution theorem for Fourier transforms still hold? There is one article that states that it does hold. However, when I checked Wikipedia, they say that the convolution theorem for Fourier transforms does not hold for the definition which uses angular frequency instead of ordinary frequency.

So, does the Convolution theorem for Fourier Transforms still hold for the definition involving omega instead of xi.
 
on Phys.org
Hi dimension10! :smile:

Yes, the convolution theorem holds for all variants of the Fourier transform and the Laplace transform.

It is an arbitrary choice whether you include 2pi in the exponent or not.
It is also an arbitrary choice where you put the normalization constant, which can be in the Fourier transform, the Inverse Fourier transform, or in both.
As long as you're consistent of course.
 
I like Serena said:
Hi dimension10! :smile:

Yes, the convolution theorem holds for all variants of the Fourier transform and the Laplace transform.

It is an arbitrary choice whether you include 2pi in the exponent or not.
It is also an arbitrary choice where you put the normalization constant, which can be in the Fourier transform, the Inverse Fourier transform, or in both.
As long as you're consistent of course.

Ok thanks a lot.
 
I was curious where you may have found that the convolution theory would not hold, so I tried to look it up in wikipedia.

What I found is this:
http://en.wikipedia.org/wiki/Fourier_transform#Functional_relationships
In the table, you can see that the convolution theorem holds, but in the case of angular frequency with a normalization constant of [itex]1 \over\sqrt{2\pi}[/itex] in the Fourier transform, you also need to multiply by [itex]\sqrt{2\pi}[/itex] for the convolution theorem to hold.
 
I like Serena said:
I was curious where you may have found that the convolution theory would not hold, so I tried to look it up in wikipedia.

What I found is this:
http://en.wikipedia.org/wiki/Fourier_transform#Functional_relationships
In the table, you can see that the convolution theorem holds, but in the case of angular frequency with a normalization constant of [itex]1 \over\sqrt{2\pi}[/itex] in the Fourier transform, you also need to multiply by [itex]\sqrt{2\pi}[/itex] for the convolution theorem to hold.

Thanks.