Phase Modulation (PM):
In phase modulation, the phase of the carrier signal varies linearly in accordance with the message signal voltage.
where, ΔΦ is the peak frequency deviation representing the maximum change in carrier frequency due to modulation
fm and T are the frequency and the period of the message signal respectively
MATLAB Code for Phase Modulation and Demodulation
Output
Q & A and Summary
1. What distinguishes Phase Modulation (PM) from Frequency Modulation (FM)?
In PM, the phase of the carrier is varied in proportion to the amplitude of the modulating signal \( m(t) \), whereas in FM, the frequency of the carrier is varied according to the amplitude of \( m(t) \). Though both generate sidebands, their modulation index and spectral properties differ.
2. Derive the mathematical expression of a PM signal and explain its parameters.
A PM signal is given by:
\( S(t) = A_c \cos\left(2\pi f_c t + K_p m(t)\right) \)
Where:
- \( A_c \): Amplitude of the carrier signal
- \( f_c \): Carrier frequency
- \( K_p \): Phase sensitivity (radians/volt)
- \( m(t) \): Message signal
3. What is the modulation index in PM and how is it interpreted?
The modulation index \( \Delta\phi \) is given by:
\( \Delta\phi = K_p A_m \)
Where \( A_m \) is the peak amplitude of \( m(t) \). It indicates the maximum phase deviation in radians. PM can be categorized into:
- Narrowband PM: \( \Delta\phi \ll 1 \)
- Wideband PM: \( \Delta\phi \geq 1 \)
4. How is the frequency spectrum of a PM signal described?
When modulated by a sinusoidal signal, the PM spectrum is:
\( S(j\omega) = \sum_{n=-\infty}^{\infty} J_n(\Delta\phi) \cdot \delta(\omega - \omega_c - n\omega_m) \)
Each term represents a sideband located at \( \omega_c \pm n\omega_m \), with amplitudes determined by Bessel functions \( J_n(\Delta\phi) \).
5. What role does a Phase-Locked Loop (PLL) play in PM demodulation?
A PLL is used to demodulate PM by tracking the phase of the incoming signal. The key blocks:
- Phase Detector (PD): Produces error voltage based on phase difference.
- Loop Filter: Smooths the error signal.
- Voltage-Controlled Oscillator (VCO): Adjusts its phase to match the incoming signal.
6. Why are Bessel functions relevant in PM spectrum analysis?
In PM, Bessel functions \( J_n(\Delta\phi) \) determine the amplitude of the carrier and its sidebands in the frequency domain. Since phase deviation affects the shape of the spectrum, these functions help in predicting how energy is distributed across sidebands.
7. What are the practical differences between Narrowband PM and Wideband PM?
Narrowband PM (NBPM) behaves similarly to AM and is simpler to implement but has poor noise immunity. Wideband PM (WBPM) offers better noise performance and spectral efficiency but requires more bandwidth and complexity.