Signals and Systems

4.5 The Multiplication Property

Imron Rosyadi

The Multiplication Property

4.5 The Multiplication Property

The multiplication property is the dual of the convolution property. It states that multiplication in the time domain corresponds to convolution in the frequency domain.

\[ \begin{equation*} r(t)=s(t) p(t) \longleftrightarrow R(j \omega)=\frac{1}{2 \pi} \int_{-\infty}^{+\infty} S(j \theta) P(j(\omega-\theta)) d \theta \tag{4.70} \end{equation*} \]

This property is crucial for understanding amplitude modulation, a core concept in communication systems.

Note

Duality Principle:
Many Fourier Transform properties have a dual. If an operation in one domain corresponds to another operation in the dual domain, then the inverse also holds (with scaling factors).

Example 4.21: Amplitude Modulation

Let \(s(t)\) be a signal with spectrum \(S(j \omega)\). Consider multiplying it by a sinusoidal carrier \(p(t)=\cos \omega_{0} t\).

The Fourier Transform of \(p(t)\) is \(P(j \omega)=\pi \delta\left(\omega-\omega_{0}\right)+\pi \delta\left(\omega+\omega_{0}\right)\).

Applying the multiplication property, the spectrum \(R(j \omega)\) of \(r(t)=s(t) p(t)\) is:

\[ \begin{align*} R(j \omega) & =\frac{1}{2 \pi} \int_{-\infty}^{+\infty} S(j \theta) P(j(\omega-\theta)) d \theta \\ & =\frac{1}{2} S\left(j\left(\omega-\omega_{0}\right)\right)+\frac{1}{2} S\left(j\left(\omega+\omega_{0}\right)\right) \tag{4.71} \end{align*} \]

The original signal’s information is preserved but shifted to higher frequencies.
This is the basis of sinusoidal amplitude modulation.

Interactive Amplitude Modulation

Adjust the carrier frequency \(\omega_0\) and the bandwidth of the message signal \(\omega_1\).
Observe how the message spectrum \(S(j\omega)\) is shifted and replicated.

Example 4.22: Demodulation

To recover the original signal \(s(t)\) from the modulated signal \(r(t)\), we can use demodulation.
Multiply \(r(t)\) by the same carrier \(p(t)=\cos \omega_{0} t\) again: \(g(t)=r(t) p(t)\).

\(G(j \omega)\) will contain a scaled version of \(S(j \omega)\) at baseband, plus components shifted to \(\pm 2 \omega_{0}\).
Specifically, \(G(j\omega) = \frac{1}{2} S(j\omega) + \frac{1}{4}S(j(\omega-2\omega_0)) + \frac{1}{4}S(j(\omega+2\omega_0))\).

A frequency-selective lowpass filter can then extract the original signal.

Tip

This process of modulation and demodulation is fundamental to wireless communication, allowing multiple signals to share the same medium by occupying different frequency bands.

Interactive Demodulation and Filtering

Continue from the previous modulation example. We now multiply \(r(t)\) by \(p(t)\) again to get \(g(t)\), and then apply a lowpass filter.

Example 4.23: Fourier Transform of a Product

Determine the Fourier Transform of \(x(t)=\frac{\sin (t) \sin (t / 2)}{\pi t^{2}}\).

Recognize \(x(t)\) as a product of two sinc functions:
\(x(t)=\pi\left(\frac{\sin (t)}{\pi t}\right)\left(\frac{\sin (t / 2)}{\pi t}\right)\)

Recall \(\mathcal{F}\left\{\frac{\sin W t}{\pi t}\right\} = \text{rect}(\omega/2W)\).
So, \(\mathcal{F}\left\{\frac{\sin (t)}{\pi t}\right\}\) is a rect pulse of width 2 (from -1 to 1).
And \(\mathcal{F}\left\{\frac{\sin (t / 2)}{\pi t}\right\}\) is a rect pulse of width 1 (from -0.5 to 0.5).

Applying the multiplication property:
\(X(j \omega)=\frac{1}{2 \pi} \mathcal{F}\left\{\frac{\sin (t)}{\pi t}\right\} * \mathcal{F}\left\{\frac{\sin (t / 2)}{\pi t}\right\}\)

The convolution of two rectangular pulses results in a triangular pulse.

Interactive Convolution of Rectangular Pulses

Visualize the convolution of two rectangular pulses in the frequency domain.

4.5.1 Frequency-Selective Filtering with Variable Center Frequency

The multiplication property enables the creation of tunable frequency-selective filters.
Instead of physically changing filter components, we shift the signal’s spectrum.

Consider the system below for implementing a bandpass filter:

graph LR
    A["x(t)"] --> B{"x(t) * e^(jωct)"}
    B --> C["y(t)"]
    C --> D("Lowpass Filter, H_LP(jω)")
    D --> E["w(t)"]
    E --> F{"w(t) * e^(-jωct)"}
    F --> G["f(t)"]

Spectral Transformation in Tunable Filtering

Let’s trace the spectrum of the signal through the system:

  1. Input \(x(t)\): Has spectrum \(X(j\omega)\).
  2. Multiply by \(e^{j \omega_{c} t}\): \(y(t) = x(t)e^{j \omega_{c} t}\).
    Using the frequency-shifting property, \(Y(j \omega) = X(j(\omega-\omega_{c}))\).
    The spectrum of \(x(t)\) is shifted to the right by \(\omega_c\).
  3. Lowpass Filter: \(w(t)\) has spectrum \(W(j\omega) = Y(j\omega)H_{LP}(j\omega)\).
    This selects the portion of \(Y(j\omega)\) that falls within the lowpass filter’s bandwidth.
  4. Multiply by \(e^{-j \omega_{c} t}\): \(f(t) = w(t)e^{-j \omega_{c} t}\).
    The spectrum \(W(j\omega)\) is shifted to the left by \(\omega_c\).

Important

By varying \(\omega_c\), the center frequency of the effective bandpass filter changes, without altering the lowpass filter.

Interactive Tunable Bandpass Filter

Adjust the carrier frequency \(\omega_c\) and the lowpass filter cutoff \(\omega_0\).
Observe how the spectrum evolves through the system.

Equivalent Bandpass Filter and Real Signals

The overall system effectively creates a bandpass filter.

  • For complex signals, the system of Figure 4.26 is equivalent to an ideal bandpass filter with center frequency \(-\omega_c\) and bandwidth \(2\omega_0\).
  • By varying \(\omega_c\), we tune the center frequency of this bandpass filter.

If \(x(t)\) is a real signal, the intermediate signals \(y(t), w(t), f(t)\) are generally complex.
If we take only the real part of \(f(t)\), the resulting spectrum will be symmetric, passing bands of frequencies centered around \(\omega_c\) and \(-\omega_c\).

4.6 Tables of Fourier Properties and of Basic Fourier Transform Pairs

The Fourier Transform properties and common transform pairs are invaluable tools for signal and system analysis.

Key Properties (Table 4.1):

  • Linearity
  • Time Shift
  • Frequency Shift
  • Conjugation
  • Time Reversal
  • Differentiation/Integration
  • Scaling
  • Convolution in Time <-> Multiplication in Frequency
  • Multiplication in Time <-> Convolution in Frequency
  • Duality
  • Parseval’s Relation

Basic Transform Pairs (Table 4.2):

  • Impulses (\(\delta(t)\), \(\delta(\omega)\))
  • Exponentials (\(e^{j\omega_0 t}\), \(e^{-at}u(t)\))
  • Sinusoids (\(\cos(\omega_0 t)\), \(\sin(\omega_0 t)\))
  • Rectangular pulses \(\leftrightarrow\) Sinc functions
  • Step function \(u(t)\)
  • And others derived from properties.

TABLE 4.1 PROPERTIES OF THE FOURIER TRANSFORM

TABLE 4.2 BASIC FOURIER TRANSFORM PAIRS

Signal Fourier transform Fourier series coefficients
(if periodic)
\(\sum_{k=-\infty}^{+\infty} a_{k} e^{j k \omega_{0} t}\) \(2 \pi \sum_{k=-\infty}^{+\infty} a_{k} \delta\left(\omega-k \omega_{0}\right)\) \(a_{k}\)
\(e^{j \omega_{0} t}\) \(2 \pi \delta\left(\omega-\omega_{0}\right)\) \(a_{1}=1\)
\(a_{k}=0, \quad\) otherwise
\(\cos \omega_{0} t\) \(\pi\left[\delta\left(\omega-\omega_{0}\right)+\delta\left(\omega+\omega_{0}\right)\right]\) \(a_{1}=a_{-1}=\frac{1}{2}\)
\(a_{k}=0, \quad\) otherwise
\(\sin \omega_{0} t\) \(\frac{\pi}{j}\left[\delta\left(\omega-\omega_{0}\right)-\delta\left(\omega+\omega_{0}\right)\right]\) \(a_{1}=-a_{-1}=\frac{1}{2 j}\)
\(a_{k}=0, \quad\) otherwise
\(x(t)=1\) \(2 \pi \delta(\omega)\) \(a_{0}=1, \quad a_{k}=0, k \neq 0\)
(this is the Fourier series representation for
any choice of \(T>0\)
Periodic square wave
\(x(t)= \begin{cases}1, & \|t\|<T_{1} \\ 0, & T_{1}<\|t\| \leq \frac{T}{2}\end{cases}\)
and
\(x(t+T)=x(t)\)
\(\sum_{k=-\infty}^{+\infty} \frac{2 \sin k \omega_{0} T_{1}}{k} \delta\left(\omega-k \omega_{0}\right)\) \(\frac{\omega_{0} T_{1}}{\pi} \operatorname{sinc}\left(\frac{k \omega_{0} T_{1}}{\pi}\right)=\frac{\sin k \omega_{0} T_{1}}{k \pi}\)
\(\sum_{n=-\infty}^{+\infty} \delta(t-n T)\) \(\frac{2 \pi}{T} \sum_{k=-\infty}^{+\infty} \delta\left(\omega-\frac{2 \pi k}{T}\right)\) \(a_{k}=\frac{1}{T}\) for all \(k\)
\(x(t) \begin{cases}1, & \|t\|<T_{1} \\ 0, & \|t\|>T_{1}\end{cases}\) \(\frac{2 \sin \omega T_{1}}{\omega}\) -
\(\frac{\sin W t}{\pi t}\) \(X(j \omega)= \begin{cases}1, & \|\omega\|<W \\ 0, & \|\omega\|>W\end{cases}\) -
\(\delta(t)\) 1 -
\(u(t)\) \(\frac{1}{j \omega}+\pi \delta(\omega)\) -
\(\delta\left(t-t_{0}\right)\) \(e^{-j \omega t_{0}}\) -
\(e^{-a t} u(t), \operatorname{Re}\{a\}>0\) \(\frac{1}{a+j \omega}\) -
\(t e^{-a t} u(t), \operatorname{Re}\{a\}>0\) \(\frac{1}{(a+j \omega)^{2}}\) -
\(\frac{t^{n-1}}{(n-1) !} e^{-a t} u(t)\)
\(\operatorname{Re}\{a\}>0\)
\(\frac{1}{(a+j \omega)^{n}}\) -