[Physics] Understanding the cause of sidebands in Amplitude Modulation

interferenceradioradio frequencysuperpositionwaves

I've read it many places that Amplitude Modulation produces sidebands in the frequency domain. But as best as I can imagine it, modulating the amplitude of a fixed-frequency carrier wave just makes that "louder" or "quieter", not higher-frequency or lower-frequency. That is, I believe I could sketch, on graph paper, a path of a wave function that touches a peak or a trough exactly every 1/f increments, regardless of the "volume". Why do the sidebands appear?

Best Answer

Let your carrier signal be $A_0 \cdot \cos(\omega_c t)$ with amplitude $A_0$ and carrier frequency $\omega_c$. Let your signal be a simple wave, $\phi(t) = A_s \cdot \cos(\omega_s t)$.

Then the modulated signal becomes $$A_0 A_s \cdot \cos(\omega_c t) \cdot \cos(\omega_s t)$$.

In addition, as pointed out by George in the comments, the carrier also gets transmitted.

Using the trigonometric identity $\cos(u) \cdot \cos(v) = \frac{1}{2} [\cos(u-v) + \cos(u+v)]$, you get the final signal: $$\frac{1}{2} A_0 A_s \cdot ( \cos((\omega_c - \omega_s) t) + \cos((\omega_c + \omega_s) t)) + A_0 \cdot \cos(\omega_c t)$$ Hence, the frequency becomes changed, you get the carrier frequency in the middle (at $\omega$) and two side-bands at $\omega_c \pm \omega_s$.

Now, in reality your signal is not a simple cosine, but you could do a Fourier decomposition of the signal and treat each frequency independently. The two frequencies then get smeared out and you get the two sidebands.

Related Question