Comm Notes
Complete explanation of bandwidth concepts including signal bandwidth, channel bandwidth, Nyquist bandwidth, Shannon capacity, bandwidth efficiency, and practical bandwidth calculations.
Bandwidth is one of the most critical parameters in communication systems. It determines the information-carrying capacity of a channel and directly affects data transmission rates, system cost, and spectral efficiency.
Definition of Bandwidth
Bandwidth has several related but distinct meanings depending on context:
Signal Bandwidth
The range of frequencies contained in a signal:
BW_signal = f_max - f_min
Channel Bandwidth
The range of frequencies that a channel can pass with acceptable attenuation:
BW_channel = f_upper - f_lower (defined at -3dB points)
Transmission Bandwidth
The minimum bandwidth required to transmit a signal without unacceptable distortion.
Types of Bandwidth
| Type | Definition | Unit | Context |
|---|---|---|---|
| Absolute BW | Total frequency extent of signal | Hz | Signal analysis |
| 3-dB BW | Frequency range at half-power points | Hz | Filter/channel spec |
| Null-to-null BW | Between first nulls of spectrum | Hz | Pulse signals |
| Occupied BW | Contains 99% of signal power | Hz | Regulatory |
| Noise BW | Equivalent rectangular bandwidth | Hz | Noise calculations |
Bandwidth of Common Signals
| Frequency (Hz) | 10 100 1k 10k 100k 1M 10M 100M 1G 10G |
| Voice | │ ├────────┤ │ │ │ │ │ │ |
| Audio (Hi-Fi) | ├───────────────────┤ │ │ │ │ │ |
| Analog TV | │ ├─────────┤ │ │ │ |
| HDTV | │ │ ├─────────────┤ │ │ |
| Signal Type | Bandwidth | Typical Application |
|---|---|---|
| Telephone voice | 3.1 kHz | PSTN |
| AM radio channel | 10 kHz | AM broadcasting |
| FM radio channel | 200 kHz | FM broadcasting |
| Analog TV | 6 MHz | NTSC television |
| Ethernet (Cat 5e) | 100 MHz | LAN |
| Wi-Fi (802.11ac) | 80/160 MHz | Wireless LAN |
| 5G NR (mmWave) | 400 MHz | Mobile broadband |
| Optical fiber (SMF) | ~5 THz | Core networks |
Bandwidth and Data Rate Relationships
Nyquist Theorem (Noiseless Channel)
C = 2B × log₂(M) bits/second
Where:
- C = maximum data rate (channel capacity)
- B = channel bandwidth in Hz
- M = number of discrete signal levels
Shannon-Hartley Theorem (Noisy Channel)
C = B × log₂(1 + SNR) bits/second
Where:
- C = channel capacity (theoretical maximum)
- B = bandwidth in Hz
- SNR = signal-to-noise ratio (linear, not dB)
Bandwidth Efficiency (Spectral Efficiency)
η = R/B bits/s/Hz
Where R = actual data rate, B = occupied bandwidth.
| Modulation | Spectral Efficiency | Typical Application |
|---|---|---|
| OOK/BPSK | 1 bit/s/Hz | Simple systems |
| QPSK | 2 bits/s/Hz | Satellite, DVB-S |
| 16-QAM | 4 bits/s/Hz | Digital TV, LTE |
| 64-QAM | 6 bits/s/Hz | Cable modem, Wi-Fi |
| 256-QAM | 8 bits/s/Hz | DOCSIS 3.1, Wi-Fi 6 |
| 1024-QAM | 10 bits/s/Hz | Wi-Fi 6, 5G |
Bandwidth Requirements for Modulation Schemes
Amplitude Modulation (AM)
- DSB-FC: BW = 2W (W = message bandwidth)
- DSB-SC: BW = 2W
- SSB: BW = W
- VSB: BW = W + f_vestige
Frequency Modulation (FM)
Carson's Rule: BW ≈ 2(Δf + W) = 2W(β + 1)
Where:
- Δf = peak frequency deviation
- W = message bandwidth
- β = Δf/W (modulation index)
Digital Modulation
- Minimum BW = R_s = R_b/log₂M (symbol rate)
- Practical BW = R_s(1 + α) where α = excess bandwidth (roll-off factor, 0 to 1)
Bandwidth-Power Trade-off
Key Principle: You can trade bandwidth for power and vice versa:
- Wideband FM uses more bandwidth but achieves better SNR than AM
- Spread spectrum uses wide bandwidth to achieve interference rejection
- Shannon's theorem sets the ultimate limit for any trade-off
Solved Example
Problem: A digital communication link uses 64-QAM modulation with roll-off factor α = 0.25 and must support 100 Mbps. Calculate: (a) symbol rate, (b) minimum bandwidth, (c) actual bandwidth with excess, (d) spectral efficiency.
Solution:
(a) Symbol rate: 64-QAM → M = 64, bits per symbol = log₂(64) = 6 R_s = R_b / log₂(M) = 100 × 10⁶ / 6 = 16.67 MSymbols/s
(b) Minimum bandwidth (Nyquist): BW_min = R_s / 2 = 16.67 / 2 = 8.33 MHz (double-sided: R_s = 16.67 MHz)
Actually for passband: BW_min = R_s = 16.67 MHz
(c) Actual bandwidth with roll-off: BW_actual = R_s(1 + α) = 16.67 × (1 + 0.25) = 20.83 MHz
(d) Spectral efficiency: η = R_b / BW_actual = 100 / 20.83 = 4.8 bits/s/Hz
Interview Questions
Q1: Why is bandwidth considered the most valuable resource in communication?
Bandwidth is finite and shared among all users. Radio spectrum is regulated by governments and licenses cost billions. Unlike power (which can be increased by adding amplifiers), bandwidth cannot be created. Efficient use of bandwidth through better modulation, coding, and multiple access schemes is a primary goal of communication engineering.
Q2: Explain the relationship between Carson's rule and FM bandwidth.
Carson's rule (BW ≈ 2(Δf + W)) gives the approximate bandwidth containing 98% of FM signal power. For narrowband FM (β<<1), BW ≈ 2W (same as AM). For wideband FM (β>>1), BW ≈ 2Δf. The bandwidth increases with modulation index, which is the trade-off for improved noise performance.
Q3: How does Shannon's theorem relate to practical system design?
Shannon's theorem gives the theoretical maximum data rate C = B·log₂(1+SNR). No practical system can exceed this limit. Modern systems with turbo codes or LDPC approach within 0.5 dB of Shannon's limit. The theorem guides engineers in choosing bandwidth and power allocation to maximize throughput.
Q4: What is spectral efficiency and why is it important for 5G?
Spectral efficiency (bits/s/Hz) measures how effectively bandwidth is utilized. 5G targets 30 bits/s/Hz peak spectral efficiency using massive MIMO, 256-QAM, and carrier aggregation. Higher spectral efficiency means more users can be served in limited spectrum, which is critical as mobile data demand grows exponentially while spectrum remains fixed.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Bandwidth in Communication Systems.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Communication Systems topic.
Search Terms
communication-systems, communication systems, communication, systems, fundamentals, bandwidth, bandwidth in communication systems
Related Communication Systems Topics