The Fourier Transform is often used in Communication and Signal Processing to find the spectral content of a time-domain signal. The most common example is that of a sinusoid in the time domain, resulting in a sharply peaked signal in the frequency domain, also known as a delta function. A rectangular pulse in the time domain has a more complicated frequency domain equivalent, a sinc function. A rectangular pulse may be thought of as a combination of many sinusoids, hence its frequency domain equivalent is not that straightforward.
Now we would like to address a fundamental question: Why does Fourier Transform work the way it does? How does the multiplication of the time domain signal with a rotating exponential inside an integral result in such amazing insights about the signal? The answer is simple, think you are running in the park with a friend. You are wearing a smartwatch, while he is not. He asks you what his speed is. You slightly adjust your speed to come to par with your friend and then read the speed the smartwatch shows. Since you two are now running at the same speed, your smartwatch tells his speed as well.
Another example is when you are traveling in a car and a train track runs parallel to the highway. Now you want to measure the speed of a passing train while driving your car on the highway. You step on the gas until the speed of the car reaches the speed of the train and then just look up the speed on the speed gauge of your car. The Fourier Transform performs the same function. It searches for the rotating exponential that has the same speed as that of the rotating signal. The integral just performs summation or loosely speaking it performs averaging to smoothen out the results.
The above has been explained for a complex signal but surprisingly it works for real signals as well.
Note:
- When the speed of two rotating exponentials is not the same, the multiplication operation followed by the integration operation would result in the cancellation of unmatched vectors.
- Integration operation is replaced by summation in Discrete Time Fourier Transform (DTFT).
- The frequency resolution of the Fourier Transform depends upon the length of the temporal window. If the window size is T secs, Fourier Transform will have a frequency resolution of 1/T Hz.
- The frequency resolution of the Fourier Transform has nothing to do with the sampling frequency (with T fixed).
- A practical implementation of the Fourier Transform is known as the Fast Fourier Transform (FFT) and is widely used in academia and industry.
- A parting thought. What will happen if the speed of the train in the above example is continuously varying?
Yasir,
Love great summaries of very complex functions! Your article is a great read!