Analog Communication - Practical 1

Amplitude Modulation and Demodulation for Different Modulation Index

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:

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:

  1. Message Signal: A sinusoidal wave representing the original message signal.
  2. Modulated Signal: A high-frequency carrier wave whose amplitude varies based on the message signal. The variation is governed by the modulation index.
  3. 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.