Aim
To study the amplitude modulation and demodulation for different modulation indices.
Theory
Amplitude Modulation (AM) is a technique used in communication systems where the amplitude of a high-frequency carrier signal is varied in proportion to the instantaneous amplitude of the message signal.
The modulation index (m) determines the extent of modulation and is defined as the ratio of the amplitude of the message signal to the amplitude of the carrier signal. The modulation index influences the characteristics of the AM signal:
- Under-Modulation: When m < 1, the message is fully represented in the modulated signal.
- Perfect Modulation: When m = 1, the carrier is fully utilized.
- Over-Modulation: When m > 1, distortion occurs due to overlapping of sidebands.
The demodulation process retrieves the original message signal from the modulated signal. This is achieved using an envelope detector or by using digital signal processing techniques like the Hilbert transform.
MATLAB Code
Expected Output
The MATLAB code generates three plots demonstrating the process of modulation and demodulation:
- Message Signal: A sinusoidal wave representing the original message signal.
- Modulated Signal: A high-frequency carrier wave whose amplitude varies based on the message signal. The variation is governed by the modulation index.
- Demodulated Signal: The retrieved message signal using the envelope of the modulated wave, ideally resembling the original message.
These plots visually validate the modulation and demodulation process and showcase the impact of the modulation index on the AM signal's characteristics.