4.5 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).
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.
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.
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.
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.
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.
Visualize the convolution of two rectangular pulses in the frequency domain.
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)"]
Let’s trace the spectrum of the signal through the system:
Important
By varying \(\omega_c\), the center frequency of the effective bandpass filter changes, without altering the lowpass filter.
Adjust the carrier frequency \(\omega_c\) and the lowpass filter cutoff \(\omega_0\).
Observe how the spectrum evolves through the system.
viewof omega_c_tunable = Inputs.range([5, 20], {step: 1, value: 10, label: "Carrier Frequency (ωc)"})
viewof lp_cutoff_tunable = Inputs.range([1, 4], {step: 0.5, value: 2, label: "Lowpass Filter Cutoff (ω0)"})
viewof message_bw_tunable = Inputs.range([0.5, 2], {step: 0.1, value: 1, label: "Message Bandwidth (Wm)"})The overall system effectively creates a 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\).
The Fourier Transform properties and common transform pairs are invaluable tools for signal and system analysis.
Key Properties (Table 4.1):
Basic Transform Pairs (Table 4.2):
| 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}}\) | - |