Wireless Notes
Modulation-focused interview questions with answers covering AM FM ASK FSK PSK QPSK QAM OFDM, BER calculations, constellation diagrams, adaptive modulation, and numerical problems for placement preparation.
Essential interview questions and detailed answers on modulation techniques covering amplitude, frequency, and phase modulation, digital modulation schemes, QAM constellations, OFDM principles, and practical applications.
Basic Modulation Concepts
Q1: What is modulation and why is it necessary?
Answer: Modulation is the process of varying one or more properties of a high-frequency carrier signal (amplitude, frequency, or phase) in proportion to an information signal. It is necessary because:
- Antenna size — Efficient antenna length ≈ λ/4. Voice frequencies (300-3400 Hz) would need antennas 25-250 km long. Modulating onto a 900 MHz carrier allows a 8 cm antenna.
- Multiplexing — Multiple users can share the medium by using different carrier frequencies (FDM)
- Propagation — Higher frequencies propagate differently (can be directed, reflected, etc.)
- Bandwidth management — Spectrum can be allocated in organized frequency bands
Q2: Compare analog and digital modulation — why did wireless move to digital?
Answer:
| Aspect | Analog Modulation (AM/FM) | Digital Modulation (PSK/QAM) |
|---|---|---|
| Information type | Continuous waveform | Discrete symbols (bits) |
| Noise tolerance | Accumulates — degrades progressively | Regenerative — perfect until threshold |
| Error correction | Not possible | FEC codes add redundancy |
| Encryption | Difficult | Natural (bits can be encrypted) |
| Spectral efficiency | Fixed | Adaptive (change constellation size) |
| Multiplexing | FDM only | FDM, TDM, CDM, OFDM |
| Complexity | Simple hardware | DSP required |
Digital won because of error correction capability, encryption, adaptive modulation, and integration with digital computing.
Digital Modulation Questions
Q3: Explain the difference between ASK, FSK, and PSK with waveform examples.
Answer:
- ASK (Amplitude Shift Keying): Carrier amplitude changes with data. Binary ASK: full amplitude = "1", zero amplitude = "0" (OOK). Simple but susceptible to noise and fading (amplitude is most affected by channel).
- FSK (Frequency Shift Keying): Carrier frequency changes. "1" → frequency f₁, "0" → frequency f₂. Robust to amplitude fading but bandwidth-inefficient (needs separation between f₁ and f₂).
- PSK (Phase Shift Keying): Carrier phase changes. BPSK: "1" → 0°, "0" → 180°. Most bandwidth-efficient of the three for binary case. Phase is relatively robust to amplitude fading.
| Scheme | Bandwidth Efficiency | Power Efficiency | Noise Robustness |
|---|---|---|---|
| ASK | Moderate | Poor | Poor (amplitude sensitive) |
| FSK | Poor (wide BW needed) | Good | Good (constant envelope) |
| PSK | Good | Good (for BPSK) | Good (for BPSK) |
Q4: What is the difference between BPSK, QPSK, 8-PSK, and 16-QAM?
Answer: They differ in the number of bits per symbol and the resulting trade-offs:
| Scheme | Bits/Symbol | Constellation Points | BW Efficiency | Required Eb/N0 (BER=10⁻⁵) |
|---|---|---|---|---|
| BPSK | 1 | 2 | 1 bps/Hz | 9.6 dB |
| QPSK | 2 | 4 | 2 bps/Hz | 9.6 dB (same as BPSK!) |
| 8-PSK | 3 | 8 | 3 bps/Hz | 14 dB |
| 16-QAM | 4 | 16 | 4 bps/Hz | 13.5 dB |
| 64-QAM | 6 | 64 | 6 bps/Hz | 19 dB |
| 256-QAM | 8 | 256 | 8 bps/Hz | 25 dB |
Key insight: QPSK carries 2× the data of BPSK with NO additional power penalty (same BER performance). This is because QPSK is equivalent to two independent BPSK signals on I and Q channels.
Q5: Why is QAM preferred over PSK for higher-order modulation?
Answer: For more than 8 symbols, QAM constellations have more uniform spacing between points compared to PSK:
- 8-PSK: All points on a circle — minimum distance between adjacent points decreases as points increase
- 16-QAM: Points arranged in a 4×4 grid — minimum distance is larger than 16-PSK for the same average power
Larger minimum distance means lower BER at the same SNR. For 16 points, 16-QAM has ~4 dB advantage over 16-PSK. This advantage grows with constellation size, making QAM the universal choice for broadband systems (WiFi, LTE, 5G, cable modems).
OFDM Questions
Q6: Explain OFDM and why it is used in LTE, 5G, and WiFi.
Answer: OFDM (Orthogonal Frequency Division Multiplexing) divides a wideband channel into many narrow subcarriers, each carrying a low-rate data stream:
- Why "Orthogonal"? Subcarriers are spaced exactly 1/T_symbol apart (where T_symbol is symbol duration). This makes them mathematically orthogonal — they can overlap in frequency without interfering with each other.
- Why it is used everywhere:
- Multipath immunity: Each narrow subcarrier experiences flat fading (simpler equalization than wideband single-carrier)
- Simple equalization: One complex multiply per subcarrier vs. complex time-domain equalizer
- Flexible resource allocation: Assign different subcarriers to different users (OFDMA)
- Efficient implementation: IFFT/FFT enables modulation/demodulation of thousands of subcarriers simultaneously
- Adaptive modulation: Each subcarrier can use different modulation based on its channel quality
Q7: What is the cyclic prefix and why is it necessary?
Answer: The cyclic prefix (CP) is a copy of the end of an OFDM symbol prepended to its beginning. It serves two purposes:
- Eliminates inter-symbol interference (ISI): If the CP length exceeds the channel's maximum delay spread, delayed multipath copies of the previous symbol fall within the CP region and don't corrupt the useful part of the current symbol.
- Maintains subcarrier orthogonality: The CP converts the linear convolution (by the channel) into circular convolution, which is what the FFT demodulator requires for clean subcarrier separation.
CP overhead: Normal CP in LTE is 4.7 μs out of 71.4 μs total symbol (6.6% overhead). Extended CP is 16.7 μs for high-delay-spread environments (20% overhead but handles reflections from distant objects).
Q8: What is the PAPR problem in OFDM and how is it solved?
Answer: When many subcarriers add constructively (random alignment), the peak amplitude can be much higher than the average — Peak-to-Average Power Ratio (PAPR) of 10-12 dB for 1024 subcarriers. This forces the power amplifier to operate with large backoff, reducing efficiency.
Solutions:
- Clipping: Limit peak amplitude (introduces distortion/out-of-band emissions)
- SC-FDMA: Used for LTE uplink — reduces PAPR to ~3-4 dB (mobile devices have limited PA efficiency)
- DFT-spread OFDM: 5G NR uplink uses this (equivalent to SC-FDMA with more flexibility)
- Tone reservation: Reserve subcarriers for peak-reducing signals
Adaptive Modulation
Q9: How does adaptive modulation and coding (AMC) work in LTE/5G?
Answer: AMC dynamically selects the modulation scheme and coding rate based on real-time channel quality:
- UE measures downlink SINR and reports CQI (Channel Quality Indicator, 0-15) to eNodeB
- eNodeB selects MCS (Modulation and Coding Scheme) from lookup table:
| CQI | SINR (dB) | Modulation | Code Rate | Spectral Efficiency |
|---|---|---|---|---|
| 1 | -6.7 | QPSK | 0.08 | 0.15 bps/Hz |
| 5 | 0.0 | QPSK | 0.59 | 1.18 bps/Hz |
| 9 | 7.0 | 16-QAM | 0.60 | 2.41 bps/Hz |
| 12 | 14.0 | 64-QAM | 0.65 | 3.90 bps/Hz |
| 15 | 22.0 | 64-QAM | 0.93 | 5.55 bps/Hz |
- Near base station (high SINR): 256-QAM used → maximum throughput
- Cell edge (low SINR): QPSK with low code rate → reliable but slow
This adaptation ensures the system always operates at maximum achievable rate for current conditions.
Key Takeaways
- Modulation enables wireless communication by encoding information onto carrier frequencies suitable for antenna radiation and propagation
- QPSK achieves double the data rate of BPSK with identical BER performance — making it the baseline modulation for nearly all wireless systems
- QAM arranges constellation points in a grid pattern, providing better minimum distance than equivalent PSK for higher-order modulation (16+ points)
- OFDM converts wideband frequency-selective fading into multiple narrowband flat-fading channels, enabling simple single-tap equalization per subcarrier
- The cyclic prefix in OFDM eliminates ISI and maintains orthogonality at the cost of 5-7% bandwidth overhead
- Adaptive modulation (AMC) dynamically matches modulation order and coding rate to channel conditions — maximizing throughput at every distance
- PAPR is OFDM's main disadvantage — SC-FDMA/DFT-s-OFDM is used on the uplink where mobile power amplifier efficiency matters most
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Modulation Interview Questions ASK FSK PSK QAM OFDM.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, interview, preparation, modulation, questions
Related Wireless Communications Topics