Analog amplitude, frequency and phase modulation and demodulation with spectrum analysis

Phase Modulation (PM)

Theory :

Phase modulation (PM) is a modulation technique where the phase of a carrier wave is varied according to the instantaneous amplitude of the modulating signal \( m(t) \). Unlike frequency modulation, where the frequency of the carrier is altered, in PM, the phase of the carrier signal is shifted. The modulated signal can be mathematically expressed as:

\( S(t) = A_c \cos\left[ 2\pi f_c t + K_p m(t) \right] \)

Where:

  • \( A_c \) is the amplitude of the carrier signal.
  • \( f_c \) is the carrier frequency.
  • \( K_p \) is the phase sensitivity of the modulator, which determines how much the phase of the carrier is shifted in response to the modulating signal.
  • \( m(t) \) is the modulating (baseband) signal.

In phase modulation, the phase of the carrier signal \( \cos\left[ 2\pi f_c t \right] \) is shifted by an amount proportional to the modulating signal \( m(t) \), scaled by the phase sensitivity \( K_p \). The amount of phase shift is directly proportional to the amplitude of the modulating signal.

Block Diagram:

am_image2

Fig: Phase Modulation

Modulation Index (Δφ) in Phase Modulation

In Phase Modulation (PM), the modulation index, denoted as Δφ (or sometimes mp), represents the maximum phase shift of the carrier wave in response to the modulating signal.

It is defined by the peak phase deviation of the carrier:
Δφ = Kp Am
where:

  • Δφ = Peak phase deviation, measured in radians.
  • Am = The peak amplitude of the message signal m(t).
  • Kp = The phase sensitivity of the modulator (in radians per volt).


The value of Δφ determines the nature of the PM signal, similar to FM:

  • Δφ << 1 (typically Δφ < 0.3): Narrowband PM (NBPM). Its characteristics are very similar to AM.
  • Δφ ≥ 1: Wideband PM (WBPM). This offers improved noise immunity over NBPM.

Frequency Domain Description:

A Phase Modulated (PM) signal, when modulated by a single sinusoidal tone, generates a theoretically infinite number of sidebands. These sidebands are spaced at integer multiples of the modulating frequency (ωm) symmetrically around the carrier frequency (ωc).

S(jω) = ∑n=-∞ Jn(Δφ) · δ(jω - ωc - n ωm)

Where:

  • Jn(Δφ): This is the Bessel function of the first kind of order n. Its argument, Δφ, is the phase modulation index. The value of this function determines the amplitude of the nth sideband pair.
  • δ(·): The Dirac delta function, which represents the discrete spectral lines located at specific frequencies.
  • ωc: The angular frequency of the carrier signal (in rad/s).
  • ωm: The angular frequency of the modulating message signal (in rad/s).
  • n: An integer (..., -2, -1, 0, 1, 2, ...) that denotes the order of the sideband.

The sidebands appear at frequencies of ωc ± nωm. The spectral structure is very similar to that of a Frequency Modulated (FM) signal, with the key difference being how the modulation index is defined. In PM, the modulation index Δφ is directly proportional to the amplitude of the modulating signal.

Phase Demodulation


pm_image
pm_image

Fig : Phase Demodulation

The diagram shows a Phase-Locked Loop (PLL) based PM demodulator. Here's how each component functions together to retrieve the original message signal:

  • Input signal \( a(t) \): This is the received PM signal \( S(t) \), typically in the form:
    \( S(t) = A_c \cos\left[ 2\pi f_c t + K_p m(t) \right] \)
  • PD (Phase Detector): Compares the phase of the received PM signal with the phase of the signal from the VCO (Voltage Controlled Oscillator). Outputs a voltage proportional to the phase difference, which directly relates to the modulating signal \( m(t) \).
  • F(s): The loop filter smooths the phase detector output, improving the dynamic response and reducing high-frequency noise. For PM demodulation, a high-pass or differentiating filter may not be needed, unlike in FM.
  • VCO (Voltage Controlled Oscillator): Adjusts its output phase to lock onto the phase of the input signal. It generates a feedback signal used by the PD to keep the loop in lock.
  • Demodulated PM Output \( \sim m(t) \): Since PM involves direct phase variation with \( m(t) \), the output of the PD (after loop stabilization) gives a signal proportional to the original message signal \( m(t) \).