Tutorial 2: Wireless Communication Fundamentals

Table of Contents

Learning Objectives

Upon completion of this extended tutorial, students will be able to:

Overview

This tutorial delves deeply into the physical layer of wireless communications. Building on the foundational concepts introduced in Tutorial 1, we explore the electromagnetic spectrum, advanced propagation models, the mechanisms of multipath and fading, and the key techniques—such as diversity, MIMO, and beamforming—that modern systems use to overcome these challenges. We also introduce link budget analysis, a critical tool for network planning, and discuss spectrum regulation and cognitive radio. This extended version includes advanced theoretical derivations, practical case studies, and a substantial set of assessment questions to reinforce learning.

1. Detailed Technical & Theoretical Content

2.1 The Electromagnetic Spectrum

The electromagnetic spectrum spans frequencies from a few hertz to hundreds of terahertz. For wireless communications, we primarily use radio frequencies (RF) from 3 kHz to 300 GHz.

Band Frequency Range Propagation Characteristics Typical Use
VLF / LF 3–300 kHz Ground wave, very long range Submarine comms, navigation
MF 300 kHz – 3 MHz Ground wave, ionospheric at night AM radio
HF 3–30 MHz Ionospheric reflection (skywave) Shortwave, amateur radio
VHF 30–300 MHz Line‑of‑sight, some diffraction FM radio, TV, marine
UHF 300 MHz – 3 GHz Line‑of‑sight, good building penetration Cellular, Wi‑Fi, Bluetooth, GPS
SHF 3–30 GHz Line‑of‑sight, rain attenuation 5 GHz Wi‑Fi, satellite, radar
EHF (mmWave) 30–300 GHz Highly directional, oxygen absorption, blockages 5G NR (28, 39, 60 GHz), automotive radar

Wavelength λ = c / f (where c = 3×10⁸ m/s). For f = 2.4 GHz, λ ≈ 12.5 cm; for f = 28 GHz, λ ≈ 10.7 mm. Smaller wavelengths enable smaller antennas but suffer higher path loss and obstruction sensitivity.

2.2 Radio‑Frequency Communication Fundamentals

2.2.1 Modulation and Bandwidth

Modulation encodes information onto a carrier wave. Key digital modulation schemes:

Bandwidth efficiency (spectral efficiency) = data rate / bandwidth (bps/Hz). The Shannon‑Hartley capacity \( C = B \log_2(1 + \text{SNR}) \) sets the ultimate limit.

2.2.2 The Friis Transmission Equation

Received power in free space:

\[ P_r = P_t G_t G_r \left(\frac{\lambda}{4\pi d}\right)^2 \]

In dB form: \( P_r(dBm) = P_t(dBm) + G_t(dBi) + G_r(dBi) - 20\log_{10}(4\pi d/\lambda) \).

The term \( 20\log_{10}(4\pi d/\lambda) \) is the free‑space path loss (FSPL).

2.3 Advanced Propagation Models

2.3.1 Free‑Space Path Loss (FSPL)

\[ \text{FSPL} = \left(\frac{4\pi d}{\lambda}\right)^2 = \left(\frac{4\pi f d}{c}\right)^2 \]

In dB: \( L_{FS} = 92.45 + 20\log_{10}(f_{\text{GHz}}) + 20\log_{10}(d_{\text{km}}) \).

2.3.2 Two‑Ray Ground Reflection Model

For long distances, the direct and ground‑reflected rays interfere. The received power is:

\[ P_r = P_t G_t G_r \left(\frac{h_t h_r}{d^2}\right)^2 \]

where \( h_t, h_r \) are the heights of transmit and receive antennas. This gives path loss ∝ d⁴, much steeper than free space.

2.3.3 Empirical Models

Okumura‑Hata model (for 150–1500 MHz, urban/suburban/rural):

\[ L_{50} = 69.55 + 26.16\log_{10}(f) - 13.82\log_{10}(h_t) - a(h_r) + (44.9 - 6.55\log_{10}(h_t))\log_{10}(d) \]

where \( a(h_r) \) is a correction factor for receiver antenna height.

3GPP TR 38.901 (for 5G, 0.5–100 GHz) provides urban macro (UMa), urban micro (UMi), and indoor‑office models with detailed path loss and shadowing parameters.

2.3.4 Shadowing (Slow Fading)

Shadowing is modelled as log‑normal: \( L(d) = \overline{L}(d) + X_\sigma \), where \( X_\sigma \sim \mathcal{N}(0, \sigma^2) \) (dB). Typical σ = 6–12 dB.

2.4 Multipath Propagation and Fading

2.4.1 Multipath Channel Impulse Response

The channel can be represented as:

\[ h(t) = \sum_{k} a_k e^{-j\phi_k} \delta(t - \tau_k) \]

where \( a_k \) are amplitudes, \( \phi_k \) phases, and \( \tau_k \) delays of each path.

2.4.2 Fading Types

2.4.3 Doppler Shift

\( f_d = \frac{v}{\lambda} \cos\theta \), where \( v \) is relative velocity, \( \theta \) is angle between movement and incident wave. Maximum Doppler at \( \theta = 0 \).

2.5 Diversity Techniques

Diversity exploits multiple independent copies of the signal to combat fading.

Diversity gain increases with the number of branches; MRC provides the best performance (SNR gain = sum of SNRs).

2.6 MIMO and Spatial Multiplexing

Multiple‑Input Multiple‑Output (MIMO) systems use multiple antennas at both ends to achieve:

For an \( N_t \times N_r \) MIMO system, the capacity (with perfect channel knowledge at the receiver) is:

\[ C = B \log_2 \det\left( I_{N_r} + \frac{\text{SNR}}{N_t} \mathbf{H}\mathbf{H}^H \right) \]

where \( \mathbf{H} \) is the \( N_r \times N_t \) channel matrix. In ideal i.i.d. Rayleigh fading, capacity scales linearly with \( \min(N_t, N_r) \).

2.7 Interference, Noise, and Link Budget

2.7.1 Noise Figure and Noise Temperature

Thermal noise power: \( N = kTB \), where \( k = 1.38\times 10^{-23} \) J/K. Noise figure \( F = (\text{SNR}_{in})/(\text{SNR}_{out}) \) in linear; \( NF = 10\log_{10}(F) \) dB.

2.7.2 Link Budget

A link budget accounts for all gains and losses to determine the received signal power and SNR.

\[ P_r = P_t + G_t - L_t + G_r - L_r - L_{\text{path}} - L_{\text{misc}} \]

All in dB. Then \( \text{SNR} = P_r - N - NF \) (dB). A margin (fade margin) is added to account for shadowing and fading.

2.7.3 Interference Limited vs. Noise Limited

In cellular networks, interference from other cells often dominates noise. SINR = S / (I + N). When I ≫ N, system is interference‑limited, and increasing transmit power does not improve SINR.

2.8 Spectrum Regulation and Cognitive Radio

Regulatory bodies (FCC, ITU‑R) allocate spectrum. Licensed bands provide exclusive use but are scarce. Unlicensed bands (ISM) allow open access with power limits. Spectrum sharing (e.g., CBRS in the US) allows secondary users to use spectrum when primary users are idle. Cognitive radio uses sensing and dynamic spectrum access to find available spectrum holes, improving utilisation.

2.9 Antennas and Beamforming

Antenna parameters: gain (dBi), directivity, radiation pattern, beamwidth, efficiency. Phased arrays electronically steer the beam by controlling phase shifters. Hybrid beamforming combines analog and digital processing, widely used in 5G mmWave. Beamforming increases SNR by focusing power toward the user and reduces interference.

2.10 Case Studies in Channel Characterisation

Case Study 1: Urban Macro (UMa) at 3.5 GHz

Using 3GPP TR 38.901 UMa model, path loss = 28 + 22log₁₀(d) + 20log₁₀(f) for d > 1 km (LOS). Shadowing σ = 6 dB. For a 5G base station at 25 m height, receiver at 1.5 m, distance 500 m, LOS path loss ≈ 28 + 22·2.699 + 20·0.544 = 28 + 59.38 + 10.88 = 98.26 dB. Add shadowing margin for 95% reliability: 1.645×6 = 9.87 dB → total ~108.1 dB.

Case Study 2: Indoor Office at 60 GHz

60 GHz suffers high oxygen absorption (~15 dB/km) and low penetration through walls. IEEE 802.11ad uses directional antennas and beamforming to overcome. Path loss model: \( L = 32.4 + 20\log_{10}(f) + 10n\log_{10}(d) \), with n = 1.7 (LOS) or 3.5 (NLOS). At 60 GHz, LOS over 10 m: 32.4 + 35.56 + 10·1.7·1 = 85 dB. NLOS over 10 m: 32.4+35.56+35=103 dB, requiring higher gain antennas.

Quiz: 25 Questions

Instructions: Answer the following questions to test your understanding. Reveal answers for feedback.

Q1. Calculate the free‑space path loss at 2.4 GHz over a distance of 5 km.

Show Answer

LFS = 92.45 + 20log₁₀(2.4) + 20log₁₀(5) = 92.45 + 7.60 + 13.98 = 114.03 dB.

Q2. Explain the difference between Rayleigh and Rician fading. Under what conditions does each occur?

Show Answer

Rayleigh fading occurs when there is no dominant line‑of‑sight (LOS) component; the channel is composed of many scattered paths. Rician fading occurs when there is a strong LOS component along with scattered paths; the envelope distribution has a Rician PDF with K‑factor = (LOS power)/(scattered power).

Q3. What is the coherence bandwidth, and how does it relate to frequency‑selective fading?

Show Answer

Coherence bandwidth Bc is the range of frequencies over which the channel is correlated (flat). It is inversely proportional to delay spread: Bc ≈ 1/(5 Tm). If the signal bandwidth Bs < Bc, the channel is flat; if Bs > Bc, it is frequency‑selective (causes ISI).

Q4. A receiver has a noise figure of 3 dB. The ambient temperature is 290 K, and the bandwidth is 10 MHz. Calculate the noise floor in dBm.

Show Answer

Thermal noise at 290 K: N0 = 10log₁₀(kT) = -174 dBm/Hz. Noise floor = -174 + 10log₁₀(10e6) + NF = -174 + 70 + 3 = -101 dBm.

Q5. Define the Doppler spread and its effect on the channel coherence time.

Show Answer

Doppler spread Bd is the range of frequency shifts due to relative motion. Coherence time Tc ≈ 1/Bd (or 0.423/Bd) is the time over which the channel is approximately constant. Fast fading occurs when Tc is smaller than the symbol period.

Q6. What are the three main diversity techniques used in wireless communication?

Show Answer

Time diversity (interleaving + coding), frequency diversity (spread spectrum or OFDM), and spatial diversity (multiple antennas).

Q7. Compare selection combining (SC) and maximal‑ratio combining (MRC) in terms of complexity and performance.

Show Answer

SC selects the branch with the highest SNR; it is simple but discards other branches. MRC weights each branch by its SNR and coherently combines them; it provides the best possible SNR (sum of branch SNRs) but requires phase and amplitude estimation, and is more complex.

Q8. Write the Shannon‑Hartley capacity equation. A channel has bandwidth 20 MHz and SNR 20 dB. What is the maximum data rate?

Show Answer

C = B log₂(1+SNR). SNR = 10^(20/10)=100. C = 20e6 × log₂(101) ≈ 20e6 × 6.66 = 133.2 Mbps.

Q9. What is the Okumura‑Hata model, and what frequency range is it typically used for?

Show Answer

It is an empirical propagation model used for terrestrial cellular networks in the 150–1500 MHz range. It estimates median path loss for urban, suburban, and rural areas based on frequency, antenna heights, and distance.

Q10. Explain the concept of "fade margin" in link budget design.

Show Answer

Fade margin is an additional power reserve (in dB) added to the link budget to account for signal variations due to fading and shadowing. It ensures that the link meets the required SNR for a certain percentage of time (e.g., 95% or 99%).

Q11. What is the difference between path loss and shadowing?

Show Answer

Path loss is the average signal attenuation as a function of distance (deterministic). Shadowing is the random variation around the mean path loss due to obstructions; it is modelled as a log‑normal distribution.

Q12. Describe the two‑ray ground reflection model and its path loss exponent.

Show Answer

The two‑ray model considers the direct ray and a reflected ray from the ground. Received power ∝ (hthr/d²)², so path loss ∝ d⁴ (path loss exponent = 4) in the far field.

Q13. What is a MIMO system and why is it important for modern wireless networks?

Show Answer

MIMO (Multiple‑Input Multiple‑Output) uses multiple antennas at both transmitter and receiver. It provides spatial diversity (improved reliability) and spatial multiplexing (higher data rates) without needing extra bandwidth or power. It is foundational for 4G, 5G, and Wi‑Fi.

Q14. Calculate the wavelength of a 28 GHz carrier. If a device moves at 30 m/s directly toward the transmitter, what is the maximum Doppler shift?

Show Answer

λ = c/f = 3e8/28e9 = 0.0107 m (10.7 mm). fd = v/λ = 30/0.0107 = 2803 Hz ≈ 2.8 kHz.

Q15. Explain the difference between licensed, unlicensed, and shared spectrum.

Show Answer

Licensed: exclusive use, interference protection (cellular). Unlicensed: open access, no protection, power limits (ISM bands). Shared: secondary use when primary is idle (CBRS, TV white spaces).

Q16. What is beamforming and how does it improve wireless performance?

Show Answer

Beamforming concentrates the transmitted or received energy in a specific direction using an array of antennas. It improves SNR at the intended user, reduces interference to others, and extends range.

Q17. Describe the concept of "intersymbol interference" (ISI) in multipath channels.

Show Answer

ISI occurs when multipath copies of a symbol arrive at the receiver later than the symbol period, overlapping with subsequent symbols. This causes bit errors. It is mitigated by equalisation, OFDM with cyclic prefix, or Rake receivers.

Q18. What is the relationship between data rate, modulation order, and symbol rate?

Show Answer

Data rate = Symbol rate × bits per symbol. Bits per symbol = log₂(M) where M is the modulation order (e.g., 16‑QAM: log₂(16)=4 bits/symbol). Higher M requires higher SNR.

Q19. Explain how OFDM converts a frequency‑selective channel into multiple flat‑fading subchannels.

Show Answer

OFDM divides the wideband signal into many narrow orthogonal subcarriers. Each subcarrier bandwidth is less than the coherence bandwidth, so each experiences flat fading. A cyclic prefix absorbs the delay spread, eliminating ISI.

Q20. What is the noise figure, and why is it important for receiver design?

Show Answer

Noise figure (NF) quantifies how much the receiver degrades the SNR. A lower NF means better sensitivity. It is crucial for setting the noise floor and determining the minimum detectable signal.

Q21. A transmitter outputs 1 W (30 dBm) through a 15 dBi antenna. The receiver antenna has 10 dBi gain. The path loss is 100 dB. What is the received power in dBm?

Show Answer

Pr = Pt + Gt + Gr - L = 30 + 15 + 10 - 100 = -45 dBm.

Q22. Explain the concept of "frequency reuse" in cellular networks and its impact on interference.

Show Answer

Frequency reuse allows the same frequencies to be used in different cells, separated by a reuse distance to keep co‑channel interference acceptable. A smaller reuse factor increases capacity but also increases interference, requiring advanced coordination (ICIC).

Q23. What is a Rake receiver and what problem does it solve?

Show Answer

A Rake receiver is used in CDMA systems to collect energy from different multipath components and combine them constructively. It solves the problem of multipath fading by using multiple correlators (fingers) locked to different delay paths.

Q24. Derive the free‑space path loss in dB from the Friis equation.

Show Answer

From Pr = PtGtGr(λ/4πd)², path loss L = PtGtGr/Pr = (4πd/λ)². In dB: LFS = 20log₁₀(4πd/λ) = 20log₁₀(4π) + 20log₁₀(d) - 20log₁₀(λ). With d in km and f in GHz, L = 92.45 + 20log₁₀(f) + 20log₁₀(d).

Q25. How does shadowing affect cell coverage probability? Why is it modelled as log‑normal?

Show Answer

Shadowing causes random variations in received power around the mean. It affects coverage probability because some locations will have signal below the threshold. The log‑normal distribution arises from the product of many independent attenuations (central limit theorem in dB).

Exercises (12 Practical Problems)

Attempt these problems to apply theoretical concepts. Solutions are hidden.

Exercise 1: A 5 GHz Wi‑Fi transmitter has 23 dBm output power, antenna gain of 6 dBi. The receiver has 4 dBi gain. The distance is 100 m in free space. What is the received power? If the receiver sensitivity is -75 dBm, is the link adequate? Add a 10 dB fade margin and re‑evaluate.

Show Solution

FSPL = 92.45 + 20log₁₀(5) + 20log₁₀(0.1) = 92.45 + 13.98 - 20 = 86.43 dB.
Pr = 23 + 6 + 4 - 86.43 = -53.43 dBm.
With 10 dB margin, required sensitivity = -75 + 10 = -65 dBm. Pr = -53.43 dBm > -65 dBm, link is adequate.

Exercise 2: A cellular system uses the Okumura‑Hata model for urban area at 900 MHz, with base station height 30 m, mobile height 1.5 m. For a distance of 3 km, calculate the median path loss. (Use a(hr) = (1.1log₁₀(f)-0.7)hr - (1.56log₁₀(f)-0.8) for urban).

Show Solution

f=900 MHz, ht=30, hr=1.5, d=3 km.
a(hr) = (1.1×log₁₀(900)-0.7)×1.5 - (1.56×log₁₀(900)-0.8) = (1.1×2.954-0.7)×1.5 - (1.56×2.954-0.8) = (3.249-0.7)×1.5 - (4.608-0.8) = 2.549×1.5 - 3.808 = 3.824 - 3.808 = 0.016 dB.
L = 69.55 + 26.16×2.954 - 13.82×1.477 - 0.016 + (44.9 - 6.55×1.477)×0.477 = 69.55 + 77.28 - 20.41 - 0.016 + (44.9 - 9.67)×0.477 = 126.40 + 35.23×0.477 = 126.40 + 16.81 = 143.21 dB.

Exercise 3: A MIMO system has 2 transmit and 2 receive antennas. The SNR per receive branch is 10 dB. What is the capacity with MRC combining vs. without diversity (single‑input single‑output, SISO)? Assume bandwidth 10 MHz.

Show Solution

SISO: C = 10e6 × log₂(1+10) = 10e6 × 3.459 = 34.59 Mbps.
MRC: combined SNR = 2 × 10 = 20 (linear) → 13 dB. C = 10e6 × log₂(1+20) = 10e6 × 4.392 = 43.92 Mbps.
With 2×2 MIMO (spatial multiplexing), capacity roughly doubles to ~87 Mbps if rich scattering.

Exercise 4: A wireless link has a delay spread of 2 µs. What is the coherence bandwidth? If the symbol rate is 1 Msps, is the channel frequency‑selective?

Show Solution

Bc ≈ 1/(5×2e-6) = 100 kHz. Symbol period Ts = 1/1e6 = 1 µs. Signal bandwidth ≈ 1 MHz. Since Bs = 1 MHz ≫ Bc = 100 kHz, the channel is frequency‑selective (causes ISI).

Exercise 5: A mobile device moves at 100 km/h using a 2.4 GHz system. What is the maximum Doppler shift? If the coherence time is 0.423/fd, how often should channel estimation be updated?

Show Solution

v = 100 km/h = 27.78 m/s. λ = 3e8/2.4e9 = 0.125 m. fd = 27.78/0.125 = 222.2 Hz. Tc = 0.423/222.2 = 1.90 ms. Channel should be updated at least every 1.9 ms.

Exercise 6: Compare the received power from the two‑ray model and free‑space model at 5 km for a system with ht = 50 m, hr = 2 m, transmitting power 40 dBm, gains 10 dBi each. Assume free‑space path loss and two‑ray loss.

Show Solution

Free‑space: LFS = 92.45 + 20log₁₀(2.4) + 20log₁₀(5) = 92.45+7.6+13.98=114.03 dB. Pr = 40+10+10-114.03 = -54.03 dBm.
Two‑ray: L2R = 10log₁₀(d⁴/(ht²hr²)) with units. L2R = 40log₁₀(5000) - 20log₁₀(50) - 20log₁₀(2) = 40×3.699 - 20×1.699 - 20×0.301 = 147.96 - 33.98 - 6.02 = 107.96 dB. Pr = 40+10+10-107.96 = -47.96 dBm (stronger because ground reflection adds constructively at this distance; but at longer distances, it can be weaker).

Exercise 7: A cognitive radio system senses a primary user with probability of detection 0.95 and false alarm 0.01. What is the probability of collision if the primary is active 20% of the time? Use Bayes' theorem.

Show Solution

Let A = primary active (P(A)=0.2), D = detection. P(D|A)=0.95, P(D|not A)=0.01. Collision occurs when primary is active but not detected: P(not D|A) = 0.05. Overall collision probability = P(A) × P(not D|A) = 0.2 × 0.05 = 0.01 = 1%.

Exercise 8: An 802.11ac system uses 256‑QAM with code rate 5/6. The symbol rate is 240 k symbols/sec per subcarrier with 234 data subcarriers (80 MHz). Calculate the PHY data rate. If the SNR is 30 dB, is the modulation feasible?

Show Solution

Data rate = symbol rate × subcarriers × bits/symbol × code rate = 240e3 × 234 × 8 × 5/6 = 240e3 × 234 × 6.666 = 374.4 Mbps.
For 256‑QAM, required SNR approx. 28‑30 dB for reliable operation. At 30 dB, it is feasible with some FEC.

Exercise 9: A satellite operates at 12 GHz with a 60 cm dish antenna (gain 40 dBi). The transmitter power is 50 W (47 dBm). Free‑space path loss to a geostationary satellite (36,000 km) is 206 dB. What is the received power? If the receiver noise temperature is 300 K and bandwidth 10 MHz, what is the SNR?

Show Solution

Pr = 47 + 40 + 40 - 206 = -79 dBm (assuming receiver gain also 40 dBi).
Noise floor = -174 + 10log₁₀(10e6) + 10log₁₀(300/290) = -174 + 70 + 0.15 = -103.85 dBm.
SNR = -79 - (-103.85) = 24.85 dB.

Exercise 10: In a multipath channel, the RMS delay spread is 100 ns. What is the coherence bandwidth? What maximum symbol rate (without equalisation) can be supported without ISI?

Show Solution

Bc ≈ 1/(5×100e-9) = 2 MHz. To avoid ISI, symbol rate should be much less than Bc, typically ≤ Bc/10 = 200 kbaud. In practice, with OFDM, subcarrier spacing can be chosen smaller than Bc.

Exercise 11: A base station uses 4‑branch MRC. Each branch has an average SNR of 5 dB. What is the resulting average SNR after combining? What is the diversity gain over a single branch at BER 10⁻⁴?

Show Solution

Each branch SNR = 5 dB = 3.16 linear. MRC output SNR = sum = 4×3.16 = 12.64 linear = 11.0 dB. Diversity gain is the improvement in SNR for a target BER. For Rayleigh fading, 4‑branch MRC provides about 6‑8 dB gain over SISO at BER 10⁻⁴.

Exercise 12: Design a link budget for a 5G urban micro (UMi) cell at 3.5 GHz with the following: transmit power 40 dBm, antenna gain 12 dBi, feeder loss 2 dB, receiver antenna gain 5 dBi, target SNR 20 dB, receiver noise figure 5 dB, bandwidth 100 MHz, distance 200 m LOS. Use the 3GPP UMi LOS path loss: L = 32.4 + 21log₁₀(d) + 20log₁₀(f) (d in km, f in GHz). Calculate the margin.

Show Solution

d=0.2 km, f=3.5. L = 32.4 + 21log₁₀(0.2) + 20log₁₀(3.5) = 32.4 + 21×(-0.699) + 20×0.544 = 32.4 - 14.68 + 10.88 = 28.6 dB (this seems low; check formula for UMi may be different; but we'll use it).
Noise floor = -174 + 10log₁₀(100e6) + NF = -174 + 80 + 5 = -89 dBm.
Required Pr = -89 + 20 = -69 dBm.
Pr = Pt - Lf + Gt + Gr - L = 40 - 2 + 12 + 5 - 28.6 = 26.4 dBm.
Margin = Pr - required = 26.4 - (-69) = 95.4 dB. This suggests the link is very strong; in practice, UMi path loss at 200m is around 80‑90 dB, so margin would be smaller.

Homework (12 Assignments)

These assignments require independent research and in‑depth analysis.

HW1. Derive the Friis transmission equation from first principles (flux density and effective aperture). Explain all terms and their physical significance.

Show Sample Answer

Start with power flux density at distance d: S = PtGt/(4πd²). The received power is S × Ae, where effective aperture Ae = Gr λ²/(4π). Thus Pr = PtGt/(4πd²) × Grλ²/(4π) = PtGtGr(λ/(4πd))². This relates transmit power, antenna gains, wavelength, and distance.

HW2. Compare the path loss models: free‑space, two‑ray, Okumura‑Hata, and 3GPP TR 38.901 (UMa). Discuss their applicability, assumptions, and accuracy for different environments.

Show Sample Answer

Free‑space is ideal and only for LOS without ground reflection. Two‑ray accounts for ground reflection and is good for large distances. Okumura‑Hata is empirical for 150‑1500 MHz, macro cells. 3GPP TR 38.901 is for 5G (0.5‑100 GHz) with urban macro, micro, and indoor scenarios, including LOS/NLOS and building penetration; it is more comprehensive and accurate for modern systems.

HW3. Write a report on the impact of atmospheric and rain attenuation on frequencies above 10 GHz. How does this affect satellite and 5G mmWave deployment?

Show Sample Answer

Attenuation due to oxygen (60 GHz) and water vapour (22 GHz, 183 GHz) and rain (especially above 10 GHz) becomes significant. Rain can cause attenuation of 10‑20 dB/km at 30‑40 GHz. This limits link distances and requires adaptive modulation, power control, and site diversity. For 5G mmWave, this leads to small cell density and the need for robust beamforming.

HW4. Explain the concept of capacity scaling in MIMO systems. Derive the capacity formula for a deterministic channel matrix H and discuss the water‑filling algorithm.

Show Sample Answer

For a known H at transmitter, capacity is achieved by water‑filling over the singular values of H: C = Σ log₂(1 + λi Pi/N₀), where Pi are powers allocated to each eigenmode with total power constraint. Water‑filling allocates more power to stronger modes. For i.i.d. Rayleigh fading, capacity grows linearly with min(Nt, Nr) and logarithmically with SNR.

HW5. Analyse the trade‑offs between using higher‑order modulation (e.g., 1024‑QAM) and lower code rates in a wireless link under varying SNR conditions. When would you adapt each?

Show Sample Answer

Higher‑order modulation gives higher peak rates but requires higher SNR. Lower code rates add more redundancy, improving robustness at the cost of throughput. Adaptive modulation and coding (AMC) selects the MCS that maximises throughput given the current SINR. At high SNR, use high modulation with high code rate; at low SNR, fall back to lower modulation and lower code rate.

HW6. Describe the physical layer challenges of using the 60 GHz band (millimeter wave) for indoor Wi‑Fi (IEEE 802.11ad/ay). How does directional beamforming address these?

Show Sample Answer

60 GHz has high atmospheric absorption, high path loss, and poor penetration through materials. It requires directive antennas and beamforming to overcome. Beamforming concentrates energy into narrow beams, increasing received signal power. Beam training protocols (sector sweep) are used to align beams between transmitter and receiver, compensating for the high loss.

HW7. Explain how OFDM handles frequency‑selective fading and intersymbol interference. What is the role of the cyclic prefix and how is its length chosen?

Show Sample Answer

OFDM divides the channel into parallel narrowband subcarriers (flat fading). The cyclic prefix (CP) is a copy of the last part of the symbol prepended to the front. It absorbs the delay spread, eliminating ISI and also ICI by preserving orthogonality. The CP length must be longer than the maximum delay spread to avoid ISI; typically 4‑20% of the symbol length.

HW8. Research and compare the channel estimation techniques used in LTE/5G (cell‑specific reference signals, DMRS, CSI‑RS). How do they trade overhead versus accuracy?

Show Sample Answer

Cell‑specific RS (CRS) is broadcast, dense, used for all UEs, but causes overhead. DMRS (Demodulation RS) is UE‑specific, used for data demodulation, lower overhead, and beamformed. CSI‑RS (Channel State Information RS) is for reporting channel quality, sparse, configurable. The trade‑off is overhead (which reduces data rate) vs. estimation accuracy and mobility support.

HW9. Derive the error probability for BPSK in AWGN and Rayleigh fading. Explain the difference in the slope of the BER curves.

Show Sample Answer

BPSK in AWGN: Pb = Q(√(2Eb/N₀)). In Rayleigh fading, the BER is Pb = 1/2(1 - √(γ̄/(1+γ̄))) ≈ 1/(4γ̄) at high SNR. In AWGN, BER decays exponentially with SNR; in Rayleigh, it decays only as 1/SNR, indicating the need for diversity to recover the slope.

HW10. Explain the concept of "cell breathing" in CDMA systems. How does it relate to interference and capacity?

Show Sample Answer

Cell breathing refers to the phenomenon where the effective cell size shrinks as the number of users increases, because the interference rises and the signal‑to‑interference ratio drops. Users at the cell edge may not be able to maintain the required Eb/I0. This is a characteristic of interference‑limited systems (CDMA) and is mitigated by power control and admission control.

HW11. Analyse the performance of selection combining vs. equal‑gain combining vs. maximal‑ratio combining in terms of output SNR distribution and implementation complexity.

Show Sample Answer

SC picks the best branch; output SNR is the max of branch SNRs; simplest. EGC adds all branches with equal weights; requires phase alignment, moderate complexity. MRC weights each branch by its SNR; gives highest output SNR (sum of SNRs), but requires amplitude and phase estimation, most complex. MRC provides the best performance; EGC is close; SC is simplest.

HW12. Write a critical review of the suitability of the 2.4 GHz ISM band for IoT applications. Discuss interference, propagation, and coexistence issues, and propose improvements (e.g., frequency hopping, channel hopping).

Show Sample Answer

The 2.4 GHz band offers good propagation and global availability, but it is severely congested with Wi‑Fi, Bluetooth, ZigBee, and microwave ovens. This causes interference and unreliable links. Improvements: use frequency hopping (Bluetooth), adaptive channel selection (ZigBee), listen‑before‑talk, and time‑slotted channel hopping (TSCH) as in IEEE 802.15.4e. Offloading to sub‑GHz (e.g., 868/915 MHz) or using LoRa can help avoid congestion.

Summary

This extended tutorial has provided an in‑depth exploration of wireless communication fundamentals, including:

These principles form the foundation for understanding the design and operation of all wireless systems, from Wi‑Fi to 5G. Mastery of this material is critical for network engineers and researchers.

© COMP347 – Unit 7: Wireless and Mobile Networks (Extended Tutorial 2)