Orthogonal Multiple Access (FDMA/TDMA/OFDMA)
Sharing the Radio Resource
Wireless communication is inherently a shared medium: all transmitters radiate into the same physical space. The fundamental challenge of multiple access is to allow users to share a common channel of bandwidth and duration with controlled interference. The simplest approach is orthogonal multiple access, which partitions the resource space β frequency, time, or code β so that each user occupies a non-overlapping slice. Orthogonal schemes eliminate multi-user interference entirely, at the cost of giving each user only a fraction of the total resource. Whether this trade-off is favourable depends on the channel conditions and the number of users.
Definition: FDMA, TDMA, and OFDMA
FDMA, TDMA, and OFDMA
Let the total resource consist of bandwidth Hz and frame duration seconds, serving users.
FDMA (Frequency Division Multiple Access): The bandwidth is divided into non-overlapping sub-bands of width , with . User transmits continuously over sub-band for the entire frame. The achievable rate is:
where is the power allocated to user and is the noise power spectral density.
TDMA (Time Division Multiple Access): The frame is divided into non-overlapping time slots of duration , with . User transmits over the full bandwidth during slot . The achievable rate is:
where is the instantaneous power (burst power) during the active slot.
OFDMA (Orthogonal Frequency Division Multiple Access): The bandwidth is divided into orthogonal subcarriers, and each subcarrier-symbol resource element is assigned to one user. Let denote the set of subcarriers assigned to user , with and for . The rate for user is:
where is the subcarrier spacing, is the power on subcarrier , and is user 's channel on subcarrier .
All three schemes are special cases of orthogonal resource partitioning. FDMA partitions in frequency, TDMA in time, and OFDMA provides a two-dimensional partition in the time-frequency grid, offering the greatest scheduling flexibility.
Theorem: Sum-Rate Penalty of Orthogonal Multiple Access
Consider a -user Gaussian multiple-access channel with total bandwidth , noise PSD , and user channel gains . Let each user have power and define .
The sum capacity of the MAC (achievable with joint decoding) is:
Any orthogonal scheme that allocates a fraction of the resource to user () achieves at most:
The gap , with equality if and only if .
Orthogonal access forces each user to occupy only a fraction of the resource. While each user enjoys a higher "per-slice" SNR of (because it concentrates its power into a smaller resource), the pre-log factor reduces the rate. The concavity of the logarithm implies:
by Jensen's inequality applied in the appropriate direction. Non-orthogonal schemes (superposition coding with SIC) avoid this loss by allowing all users to share the entire resource simultaneously.
Jensen's inequality argument
Define , which is concave. We need the reverse direction. Instead, consider the sum directly.
By the log-sum inequality, for with and :
The first inequality follows from the concavity of and Jensen's inequality:
Note: and , so .
Equality condition
Equality in Jensen's inequality holds if and only if all are equal, i.e., for all . But this also requires , which gives . Even with this optimal resource allocation, the orthogonal sum rate equals only if .
For with unequal SNRs, the gap is strictly positive. The loss is most significant at high SNR, where the MAC sum capacity grows as while orthogonal schemes lose the multiplexing gain.
Orthogonal MA Resource Grid Comparison
Visualise how FDMA, TDMA, and OFDMA partition the time-frequency resource grid among users. Each user is assigned a distinct colour. Observe how OFDMA provides finer granularity than FDMA or TDMA, enabling better adaptation to frequency-selective fading. Adjust the number of users to see how the grid becomes more fragmented.
Parameters
Example: OFDMA Capacity for Four Users
An OFDMA system has total bandwidth MHz divided into subcarriers. Four users () each receive 16 subcarriers. All users have equal power mW, noise PSD W/Hz, and flat-fading channel gains , , , .
(a) Compute each user's rate with equal subcarrier allocation. (b) Compute the MAC sum capacity (non-orthogonal bound). (c) What is the sum-rate loss due to orthogonal access?
Per-user SNR
Subcarrier spacing: kHz.
Per-subcarrier noise power: W.
Per-subcarrier power: mW.
Per-subcarrier SNR for user :
Per-user rate (equal allocation)
Each user gets 16 subcarriers:
Sum rate: Mbps.
MAC sum capacity
Total SNR: per user over the full bandwidth.
Sum-rate loss: Mbps (6.3% loss).
Quick Check
In OFDMA, if user 1 has a deep fade on subcarriers 1--16 but strong gain on subcarriers 49--64, what should the scheduler do compared to a fixed FDMA assignment?
Assign subcarriers 49--64 to user 1 (exploit frequency selectivity)
Keep the fixed assignment since orthogonality is preserved either way
Give all 64 subcarriers to user 1 since it has the best peak channel
Reduce user 1 power to compensate for the fading
OFDMA's key advantage over FDMA is the ability to assign subcarriers dynamically based on channel conditions. By giving each user the subcarriers where its channel is strongest, OFDMA exploits multi-user diversity in the frequency domain, potentially approaching the MAC sum capacity.
Common Mistake: Orthogonal Access Is Not Capacity-Achieving
Mistake:
Assuming that FDMA, TDMA, or OFDMA achieves the multi-user capacity because they eliminate interference.
Correction:
Orthogonal schemes eliminate multi-user interference but at the cost of giving each user only a fraction of the total resource. The MAC capacity region is strictly larger than the orthogonal rate region for . Specifically, the sum-rate corner point of the MAC region requires superposition coding with successive interference cancellation (SIC), not orthogonal partitioning.
At low SNR, the loss is small because is nearly linear and Jensen's gap vanishes. At high SNR, the loss can be significant: each orthogonal user loses a factor of in the pre-log, reducing the multiplexing gain from to .
OFDMA partially recovers the loss through frequency-domain scheduling (multi-user diversity), but the fundamental gap relative to non-orthogonal schemes remains.
Why This Matters: OFDMA in LTE and 5G NR
LTE (4G) adopted OFDMA for the downlink, with SC-FDMA (a DFT-precoded variant) for the uplink. The resource grid is partitioned into resource blocks of 12 subcarriers 7 OFDM symbols (one slot), and the scheduler assigns resource blocks to users every 1 ms TTI.
5G NR generalises this with flexible numerology: subcarrier spacings of 15, 30, 60, 120, or 240 kHz, and slot durations from 1 ms down to 62.5 s. Both downlink and uplink use CP-OFDM (OFDMA), with DFT-spread OFDM as an optional uplink waveform. The scheduler operates on a 2D time-frequency grid, exploiting both frequency-selective fading and temporal variations for multi-user diversity gain.
OFDMA
Orthogonal Frequency Division Multiple Access: a multiple access scheme based on OFDM in which individual subcarriers or groups of subcarriers are assigned to different users, enabling fine-grained frequency-domain scheduling. The downlink access scheme for LTE and the primary access scheme for 5G NR.