Loading learning content...
When radio was first invented, communication was simple: one transmitter, one receiver, one frequency. But as wireless communication exploded—from military radios to commercial broadcasting to cellular networks—a fundamental challenge emerged: the electromagnetic spectrum is finite, yet demand for wireless communication is virtually unlimited.
Consider the scale of the problem: a single cellular tower might need to serve thousands of simultaneous phone calls, each requiring a dedicated communication channel. How can we carve out thousands of distinct channels from a limited frequency allocation? This is the Multiple Access Problem, and its solutions form the foundation of all modern wireless communication systems.
Frequency Division Multiple Access (FDMA) represents the most intuitive solution to this challenge: divide the available spectrum into non-overlapping frequency bands and assign each user their own band. It's conceptually elegant, historically significant, and still forms the backbone of many modern communication systems.
By the end of this page, you will understand the complete theory and practice of FDMA: how frequency bands are allocated and managed, why guard bands are necessary, the mathematical relationship between bandwidth and channel capacity, FDMA's role in analog and digital systems, and its comparative advantages and limitations against other multiple access techniques.
To understand FDMA, we must first grasp how electromagnetic signals occupy spectrum. When you transmit a signal at a particular frequency, you don't use just that single frequency point—you use a band of frequencies centered around your carrier frequency. This band, called the signal bandwidth, is determined by the information content of your signal.
The Bandwidth-Information Relationship:
Fourier analysis tells us that any time-varying signal can be decomposed into a sum of sinusoidal components at different frequencies. A signal that changes rapidly over time contains high-frequency components; a slowly varying signal contains mostly low-frequency components. The bandwidth of a signal is the range of frequencies it occupies:
$$B = f_{\text{max}} - f_{\text{min}}$$
For a voice signal, typical speech contains frequencies from about 300 Hz to 3400 Hz, giving a bandwidth of approximately 3.1 kHz. For high-quality music, we need 20 Hz to 20,000 Hz—a bandwidth of about 20 kHz. For HD video, the bandwidth extends to several MHz.
| Signal Type | Frequency Range | Bandwidth | Example Application |
|---|---|---|---|
| Telephone voice | 300 Hz – 3,400 Hz | ~3.1 kHz | PSTN, cellular voice |
| AM radio audio | 100 Hz – 5,000 Hz | ~5 kHz | AM broadcasting |
| FM radio audio | 50 Hz – 15,000 Hz | ~15 kHz | FM broadcasting (mono) |
| CD-quality audio | 20 Hz – 20,000 Hz | ~20 kHz | Stereo music |
| Analog TV video | 0 Hz – 4.2 MHz | ~4.2 MHz | NTSC broadcasting |
| HDTV video | 0 Hz – 6 MHz | ~6 MHz | Digital TV |
A channel in FDMA is a continuous band of frequencies reserved for a single communication session. The channel bandwidth must be at least as large as the signal bandwidth to transmit information without distortion. In practice, channels are made slightly wider than the minimum required to allow for frequency drift and filter imperfections.
The Orthogonality Principle:
FDMA works because signals at different frequencies are orthogonal—they don't interfere with each other. Mathematically, two sinusoidal signals at different frequencies, when multiplied together and integrated over time, produce zero:
$$\int_{0}^{T} \sin(2\pi f_1 t) \cdot \sin(2\pi f_2 t) , dt = 0 \quad \text{for } f_1 eq f_2$$
This orthogonality means that a receiver tuned to frequency $f_1$ will completely reject signals at frequency $f_2$. In practice, this separation is achieved through bandpass filters that pass only the desired frequency range while blocking all others.
This is why you can tune your radio to exactly one station at a time—the filter in your receiver passes only the narrow band assigned to that station and rejects all adjacent channels.
An FDMA system divides a given frequency band into N non-overlapping sub-bands, each serving as an independent communication channel. The architecture requires careful planning of frequency assignments and sophisticated filtering at both transmitters and receivers.
System Components:
Frequency Band Organization:
The total available bandwidth $W_{\text{total}}$ is divided among $N$ channels, each with bandwidth $B_{\text{ch}}$. However, channels cannot be placed immediately adjacent to each other due to practical filter limitations. Guard bands of width $B_{\text{guard}}$ must separate adjacent channels:
$$W_{\text{total}} = N \cdot B_{\text{ch}} + (N-1) \cdot B_{\text{guard}} + 2 \cdot B_{\text{edge}}$$
where $B_{\text{edge}}$ represents guard bands at the edges of the allocated spectrum to prevent interference with other systems.
Guard bands represent wasted spectrum—they carry no useful information but are necessary to prevent interference. In a typical FDMA system, 10-20% of the total bandwidth may be consumed by guard bands. This is a fundamental efficiency limitation of FDMA compared to systems that can achieve tighter frequency packing.
Guard bands are perhaps the most important practical consideration in FDMA system design. They exist to solve three critical problems that arise from real-world hardware limitations.
Calculating Guard Band Requirements:
The minimum guard band width depends on several factors:
$$B_{\text{guard}} \geq 2 \cdot \Delta f_{\text{drift}} + 2 \cdot f_{\text{Doppler}} + B_{\text{transition}}$$
where:
Example Calculation:
Consider an FDMA cellular system with:
Minimum guard band: $2 \times 450 + 2 \times 100 + 3000 = 4100$ Hz ≈ 4.1 kHz
In practice, guard bands are typically set to 5-10 kHz to provide additional margin.
| System | Channel Bandwidth | Guard Band | Guard Band % | Notes |
|---|---|---|---|---|
| AMPS (analog cellular) | 30 kHz | 10 kHz | 33% | Original cellular standard |
| TACS (analog cellular) | 25 kHz | 12.5 kHz | 50% | European analog system |
| FM Broadcasting | 200 kHz | 25 kHz | 12.5% | Higher power, wider channels |
| Satellite transponder | 36 MHz | 4 MHz | 11% | Large channels, tight packing |
| Aircraft VHF | 25 kHz | 8.33 kHz | 33% | Being reduced to increase capacity |
Wider guard bands provide better interference protection but waste more spectrum. Narrower guard bands improve spectral efficiency but require more expensive, precision filters and oscillators. System designers must balance cost against capacity. Modern digital systems with advanced signal processing can tolerate narrower guard bands than traditional analog systems.
The capacity of an FDMA system—measured as the number of simultaneous users it can support—is a function of the total available bandwidth, the per-channel bandwidth requirement, and the guard band overhead.
Number of Channels:
For a system with total bandwidth $W$, channel bandwidth $B_c$, and guard band $B_g$:
$$N = \left\lfloor \frac{W - B_{\text{edge}}}{B_c + B_g} \right\rfloor$$
where $\lfloor \cdot \rfloor$ denotes the floor function (we can't have fractional channels).
Spectral Efficiency:
Spectral efficiency measures how well we utilize the available bandwidth:
$$\eta_{\text{spectral}} = \frac{N \cdot B_c}{W} = \frac{\text{Useful bandwidth}}{\text{Total bandwidth}}$$
Due to guard bands, this is always less than 1.0. Typical FDMA systems achieve $\eta_{\text{spectral}}$ between 0.7 and 0.9.
**Given:**
- Total allocated bandwidth: 12.5 MHz per direction (25 MHz total for full duplex)
- Channel bandwidth: 30 kHz
- Guard band: 10 kHz
- Edge guard bands: 50 kHz on each side**Solution:**
**Step 1:** Calculate effective bandwidth
$$W_{\text{effective}} = 12.5 \text{ MHz} - 2 \times 50 \text{ kHz} = 12.4 \text{ MHz}$$
**Step 2:** Calculate channels per direction
$$N = \left\lfloor \frac{12.4 \times 10^6}{30 \times 10^3 + 10 \times 10^3} \right\rfloor = \left\lfloor \frac{12.4 \times 10^6}{40 \times 10^3} \right\rfloor = \lfloor 310 \rfloor = 310 \text{ channels}$$
**Step 3:** Account for control channels (21 channels reserved)
$$N_{\text{voice}} = 310 - 21 = 289 \text{ voice channels}$$
**Step 4:** Calculate spectral efficiency
$$\eta = \frac{289 \times 30 \text{ kHz}}{12.5 \text{ MHz}} = \frac{8.67 \text{ MHz}}{12.5 \text{ MHz}} = 0.694 = 69.4\%$$
This means 30.6% of the spectrum is "wasted" on guard bands and control channels.Capacity Comparison with Theoretical Maximum:
Shannon's theorem tells us the maximum data rate achievable over a noisy channel:
$$C = B \log_2(1 + \text{SNR})$$
For an FDMA system, each user gets their full channel bandwidth but only during their assigned frequency. If we compare the aggregate capacity:
$$C_{\text{FDMA-total}} = N \cdot B_c \cdot \log_2(1 + \text{SNR}) = (W - \text{overhead}) \cdot \log_2(1 + \text{SNR})$$
The guard band overhead directly reduces total system capacity. This is why FDMA is often considered less spectrally efficient than TDMA or CDMA in pure theoretical terms, though practical considerations often favor FDMA for specific applications.
Real communication systems require two-way (duplex) communication. FDMA systems typically achieve this through Frequency Division Duplexing (FDD), which allocates separate frequency bands for uplink (mobile to base) and downlink (base to mobile) transmission.
FDD System Organization:
The total spectrum allocation is split into two equal-sized bands separated by a duplex gap:
For each call, a user is assigned a pair of frequencies—one in the uplink band and a corresponding one in the downlink band.
| System | Uplink Band | Downlink Band | Duplex Gap | Channel Spacing |
|---|---|---|---|---|
| AMPS (A+B) | 824–849 MHz | 869–894 MHz | 45 MHz | 30 kHz |
| GSM 900 | 890–915 MHz | 935–960 MHz | 45 MHz | 200 kHz |
| GSM 1800 | 1710–1785 MHz | 1805–1880 MHz | 95 MHz | 200 kHz |
| UMTS (Band I) | 1920–1980 MHz | 2110–2170 MHz | 190 MHz | 5 MHz |
| LTE Band 7 | 2500–2570 MHz | 2620–2690 MHz | 120 MHz | Flexible |
The duplex gap is critical because the base station's transmitter (downlink) operates simultaneously with its receiver (uplink). Without sufficient frequency separation, the powerful transmitter would overwhelm the sensitive receiver. The gap allows duplexer filters to provide 80-100 dB of isolation between transmit and receive paths.
Frequency Pair Assignment:
In FDD systems, uplink and downlink channels are paired with a fixed frequency offset. For AMPS:
$$f_{\text{downlink}} = f_{\text{uplink}} + 45 \text{ MHz}$$
Channel numbers are assigned based on the uplink frequency:
$$f_{\text{uplink}} = 825.030 + 0.030 \times (N - 1) \text{ MHz} \quad \text{for } N = 1 \text{ to } 799$$
This systematic relationship simplifies hardware design—the duplexer only needs to handle one fixed frequency offset, and channel selection requires only one synthesizer with offset mixing.
FDMA's dominance in early wireless systems and continued use in specific applications reflects its distinct advantages. However, its limitations have driven the development of alternative multiple access techniques.
FDMA allocates a fixed bandwidth to each user regardless of their actual data rate needs. A voice call uses only a fraction of its allocated bandwidth during silence periods (which comprise about 60% of a typical conversation). This channel idling problem motivated the development of packet-based and demand-assigned systems.
FDMA has been the foundation of numerous communication systems. Understanding these applications reveals both the technique's strengths and the contexts where it excels.
| Application | Total Bandwidth | Channels | Channel Width | Technology Era |
|---|---|---|---|---|
| AM Broadcasting | 535 kHz – 1.7 MHz | 117 | 10 kHz | 1920s–present |
| FM Broadcasting | 88 – 108 MHz | 100 | 200 kHz | 1940s–present |
| AMPS Cellular | 25 MHz | 832 | 30 kHz | 1983–2008 |
| NMT-450 | 4.5 MHz | 180 | 25 kHz | 1981–2000 |
| Cable TV (DOCSIS) | 1 GHz | 158 | 6 MHz | 1990s–present |
While pure FDMA has been largely replaced by TDMA and CDMA in cellular systems, FDMA principles remain fundamental. Modern systems like LTE use OFDMA—a hybrid combining FDMA with advanced modulation. Broadcasting still relies on FDMA for station separation. The technique's simplicity and effectiveness for certain applications ensure its continued relevance.
We've explored FDMA from fundamental physics through practical system design. Let's consolidate the essential concepts:
Critical Formulas:
$$N = \left\lfloor \frac{W_{\text{total}} - B_{\text{edge}}}{B_{\text{channel}} + B_{\text{guard}}} \right\rfloor$$
$$\eta_{\text{spectral}} = \frac{N \cdot B_{\text{channel}}}{W_{\text{total}}}$$
$$B_{\text{guard}} \geq 2 \cdot \Delta f_{\text{drift}} + 2 \cdot f_{\text{Doppler}} + B_{\text{transition}}$$
What's Next:
In the next page, we explore TDMA (Time Division Multiple Access), which takes a fundamentally different approach: instead of dividing frequency, it divides time. Each user gets the full bandwidth but only during their assigned time slots. This approach eliminates guard bands in the frequency domain but introduces new challenges in synchronization and buffering.
You now have a comprehensive understanding of Frequency Division Multiple Access—from the physics of frequency separation through practical system design. FDMA's elegant simplicity made it the foundation of first-generation wireless systems and continues to influence modern communication architecture. Next, we'll see how time-domain separation offers an alternative path to multiple access.