Consider the signal . What is the convolution of
with itself?
__________
My solution:
From the definition of convolution [1], we have
.
Unfortunately, the latter integral is plagued by convergence problems. To make matters worse, is not even defined at
. Fortunately, the former integral is a familiar one: it’s a scaled Hilbert transform of
. It is well-known [1] that the Fourier transform of
(the impulse response of a Hilbert transformer) is the following
where is the signum function. Thus, we have that the Fourier transform of
is
Convolution in the time domain corresponds to multiplication in the frequency domain. Hence, the Fourier transform of the convolution is
and, taking the inverse Fourier transform, we finally obtain
where is the Dirac delta. This is a prime example of a problem that Signal Processing professors in engineering departments tend to love, but that drives (some) mathematicians up the wall.
__________
References
[1] Alan V. Oppenheim, Alan S. Willsky, S. Hamid Nawab, Signals & Systems, 2nd edition, Prentice-Hall, 1996.
Tags: Hilbert Transform, Puzzles
April 6, 2011 at 11:45 |
I think this Hilbert transform is a little brilliant trick, but don’t
and
have to be in
(Lebesgue Integral function) so that the convolution of
and
exists? And
is not.
April 7, 2011 at 15:40 |
Your objection is valid. Like I wrote, this post is bound to upset mathematicians…
From an engineering perspective, this post shows that the cascade of two scaled Hilbert transformers produces an output which is the input multiplied by
. The problem is that Hilbert transformers are non-causal systems. In other words, this post is neither mathematically rigorous nor of any practical interest.