Unveiling the Mysteries of Fourier Transform: A Practical Series — Part 1

Welcome to the first installment of this practical series on the Fourier transform and its applications. As someone deeply engrossed in a course on this subject, I find it fascinating to explore both the mathematical foundations and the practical uses of the Fourier transform. Today we will work through a problem that makes creative use of the $\Lambda(\cdot)$ function.

The Problem: Transforming a Unique Signal

Our first question is: what is the Fourier transform of the following signal? The time-domain representation is illustrated below:

Rendered by QuickLaTeX.com

The signal is a sum of two scaled and shifted $\Lambda$ functions:

![\[2\Lambda\left(\frac{x – 2}{2}\right) + 2.5\Lambda\left(\frac{x – 4}{2}\right)\]](images/quicklatex.com-b0f6260f1b6510207251aa53f96b2c73_l3.png)

Equivalently,

\[f(x) = 2\Lambda\left(\frac{x – 2}{2}\right) + 2.5\Lambda\left(\frac{x – 4}{2}\right).\]

Exploring $\Lambda(x)$

Before solving the main problem, let us review the Fourier transform of the scaled triangular function $\Lambda\left(\frac{x}{c}\right)$.

Using the Fourier transform convention

\[\mathcal{F}\{f(x)\}(s) = \int_{-\infty}^{\infty} f(x)e^{-i2\pi sx}\,dx,\]

the transform of the scaled triangular function is

![\[\mathcal{F}\left(\Lambda\left(\frac{x}{c}\right)\right) = \int_{-c}^{c} \Lambda\left(\frac{x}{c}\right) e^{-i 2 \pi s x} dx \quad \text{(1)}\]](images/quicklatex.com-05b79106320954fb7eef89c3f87aaaf5_l3.png)

With the substitution $y = \frac{x}{c}$, so that $x = cy$ and $dx = c\,dy$, this becomes

\[\mathcal{F}\left\{\Lambda\left(\frac{x}{c}\right)\right\}(s) = c\int_{-1}^{1}\Lambda(y)e^{-i2\pi csy}\,dy.\]

Since $\mathcal{F}\{\Lambda(x)\}(s) = \mathbf{sinc}^2(s)$ under this convention, we obtain

![\[\mathcal{F}\left(\Lambda(y)\right) = c \mathbf{sinc}^2(cs) \quad \text{(2)}\]](images/quicklatex.com-ecb2d36ab9f5f25c720e90f49837e3e8_l3.png)

More precisely,

\[\mathcal{F}\left\{\Lambda\left(\frac{x}{c}\right)\right\}(s) = c\,\mathbf{sinc}^2(cs),\]

where $\mathbf{sinc}(s)=\frac{\sin(\pi s)}{\pi s}$.

Generalizing the Fourier Transform

Next, we use the shift property of the Fourier transform:

![\[g(t-b) \xleftrightarrow{} e^{-j 2 \pi b s} G(s)\]](images/quicklatex.com-0678d84a6b349d115d898146cb781849_l3.png)

Therefore, for a scaled and shifted triangular function,

![\[\mathcal{F}\left(a\Lambda\left(\frac{x-b}{c}\right)\right) = a c \, e^{-j 2 \pi b s} \mathbf{sinc}^2(cs) \quad \text{(3)}\]](images/quicklatex.com-f5d841f9702b9b603e9c647345c29bac_l3.png)

or, in inline form,

\[\mathcal{F}\left\{a\Lambda\left(\frac{x-b}{c}\right)\right\}(s) = ac\,e^{-j2\pi bs}\mathbf{sinc}^2(cs).\]

Solving the Problem

For the first term,

\[a = 2, \quad b = 2, \quad c = 2,\]

so

\[\mathcal{F}\left\{2\Lambda\left(\frac{x-2}{2}\right)\right\} = 4e^{-j4\pi s}\mathbf{sinc}^2(2s).\]

For the second term,

\[a = 2.5, \quad b = 4, \quad c = 2,\]

so

\[\mathcal{F}\left\{2.5\Lambda\left(\frac{x-4}{2}\right)\right\} = 5e^{-j8\pi s}\mathbf{sinc}^2(2s).\]

By linearity, the Fourier transform of the full signal is

![\[\mathcal{F}\left(2\Lambda\left(\frac{x-2}{2}\right) + 2.5\Lambda\left(\frac{x-4}{2}\right)\right) = 4 e^{-j 4 \pi s} \mathbf{sinc}^2(2s) + 5 e^{-j 8 \pi s} \mathbf{sinc}^2(2s) \quad \text{(4)}\]](images/quicklatex.com-546cfaf2c99a9b6a1325fce56d5f98b1_l3.png)

That is,

\[\mathcal{F}\{f(x)\}(s) = 4e^{-j4\pi s}\mathbf{sinc}^2(2s) + 5e^{-j8\pi s}\mathbf{sinc}^2(2s).\]

This can also be factored as

\[\mathcal{F}\{f(x)\}(s) = \mathbf{sinc}^2(2s)\left(4e^{-j4\pi s}+5e^{-j8\pi s}\right).\]

Below are visual representations of the Fourier transform of this signal, showing its real and imaginary components:

Rendered by QuickLaTeX.com

Rendered by QuickLaTeX.com

Conclusion

We have solved the Fourier transform of a signal built from shifted and scaled triangular functions. The key tools were the known transform pair for $\Lambda(x)$, the scaling property, the shift property, and linearity. Together, these rules reduce what first appears to be a complicated signal into a direct combination of phase-shifted $\mathbf{sinc}^2$ terms.

As this series continues, we will explore more examples and applications of the Fourier transform. Until then, keep transforming.

Leave a Reply