Welcome back to Part 2 of our journey into the world of Fourier transforms. If you have just joined us, consider catching up with Part 1, where we explored the Fourier transform of a complex signal. Today, we move into signal filtering, with a specific focus on a filter characterized by a real and even frequency response, $H(s)$.
Table of Contents
The Puzzle: Filters and Frequencies
The question for today is: given a filter with a real and even transfer function $H(s)$, what happens when the input to this filter is
The key is to combine the symmetry property of $H(s)$ with the Fourier transform of the cosine function.
Throughout this post, we use the Fourier transform convention
With this convention, multiplication by a frequency response in the frequency domain corresponds to filtering in the time domain.
The Fourier Transform of Cosine: A Brief Detour
Before solving the filtering question, let us revisit the Fourier transform of $\cos(2\pi a t)$. Using Euler’s formula,
so its Fourier transform is
Equivalently, this may be written as
since the Dirac delta is even in its argument.
Filtering the Signal
Let the input spectrum be $F(s)$. For a linear time-invariant filter with frequency response $H(s)$, the output spectrum is obtained by multiplying the input spectrum by the filter response:
For the cosine input, substitute equation (1):
Using the sampling property of the Dirac delta,
and
Therefore,
Because $H(s)$ is even, $H(a)=H(-a)$. Thus the filtered output spectrum becomes
The Final Revelation
To recover the time-domain signal, take the inverse Fourier transform of $Y(s)$:
So the output of the filter, when the input is $\cos(2\pi a t)$, is
In other words, a cosine at frequency $a$ remains a cosine at the same frequency. The filter simply scales its amplitude by the value of the frequency response at that frequency.
Concluding Thoughts: Filters and Fourier Unite
This result is simple but powerful: sinusoids are eigenfunctions of linear time-invariant systems. When a cosine passes through such a filter, the frequency does not change; only the amplitude, and in the more general complex case the phase, is modified by the filter response.
For a real and even response $H(s)$, the positive and negative frequency components are scaled equally, which is why the output remains the real cosine $H(a)\cos(2\pi a t)$.
This idea is one of the foundations of signal processing, telecommunications, and many practical filtering problems: understand the signal in the frequency domain, understand the filter response in the frequency domain, and the output follows directly.
