Amplitude Modulation (AM):
The carrier signal's amplitude varies linearly with the amplitude of the message signal.
An AM wave may thus be described, in the most general form, as a function of time as follows:
When performing amplitude modulation (AM) with a carrier frequency of 100 Hz and a message frequency of 10 Hz, the resulting peak frequencies are as follows: 90 Hz (100 - 10 Hz), 100 Hz, and 110 Hz (100 + 10 Hz).
A low-frequency message signal is modulated with a high-frequency carrier wave using a local oscillator to make communication possible. DSB, SSB, and VSB are common amplitude modulation techniques. We find a lot of bandwidth loss in DSB. The bandwidth of SSB is half that of DSB. Because of its low bandwidth, SSB is ideal for audio transmission. VSB has a little higher bandwidth than SSB, making it appropriate for video transmission.
MATLAB Code for Amplitude Modulation
Output Results
Fig 1: Amplitude Modulation and Demodulation Plots
Q & A and Summary
1. What is Amplitude Modulation (AM), and how is it mathematically represented?
Amplitude Modulation (AM) is a technique in which the amplitude of a high-frequency carrier signal is varied in proportion to the baseband message signal. The modulated signal s(t) is represented as:
\( s(t) = A_c \left[ 1 + K_a m(t) \right] \cos(2\pi f_c t) \)
2. What is the role of the modulation index \( \mu \) in AM?
The modulation index quantifies the extent of variation. Calculated as \( \mu = K_a A_m \). Values include:
- \( \mu < 1 \): Under-modulation
- \( \mu = 1 \): 100% modulation
- \( \mu > 1 \): Over-modulation (distortion)
3. Spectral characteristics in the frequency domain?
Fourier Analysis reveals components at \( \pm \omega_c \) (carrier) and shifted replicas at \( \omega_c \pm \omega_m \) (sidebands).
4. What is the formula for AM Bandwidth?
BW = 2 × fm
5. How does synchronous demodulation work?
It multiplies the AM signal with a local carrier. The resulting signal passes through a Low Pass Filter (LPF) to remove high-frequency terms, leaving the original message.
6. Significance of Fourier transform?
It helps in efficient design of filters and bandwidth allocation by showing carrier and sideband energy distribution.
7. Impact on bandwidth?
AM effectively doubles the message signal’s bandwidth because it creates two sidebands (USB and LSB).
8. How does over-modulation affect the signal?
It results in signal distortion, carrier inversion, and clipping, leading to a loss of fidelity and increased interference.
Further Reading
- Frequency Modulation (FM)
- Phase Modulation (PM)
- AM Demodulation
- FM Demodulation
- PM Demodulation
- Modulation Indices for AM, FM, and PM
- DSB and SSB-SC
- Online Simulator for Amplitude Modulation
2. Digital Modulation Techniques:
Examples of digital modulation techniques are ASK, FSK, PSK, QPSK, QAM, PCM, etc.