Multi-Domain Multiple Access with OTFS
Access Beyond Time and Frequency
5G NR uses OFDMA: users share a resource grid by being assigned orthogonal time-frequency resource blocks. This works because OFDM's subcarriers are naturally orthogonal. The OTFS framework opens new access domains: time, frequency, delay, Doppler, and spatial. Multi-domain multiple access (MDMA) exploits this richer structure — users are separated in whatever domain is most efficient for the channel. This section formalizes MDMA and quantifies its gain over OFDMA.
Definition: Multi-Domain Multiple Access (MDMA)
Multi-Domain Multiple Access (MDMA)
Multi-domain multiple access partitions users across resource dimensions: Each user is assigned a subset of domains: e.g., UE1 gets a time-frequency block; UE2 gets a delay-Doppler block; UE3 gets a spatial beam.
Classical OFDMA: 2D separation (time, frequency). restricted to 2 dimensions.
OTFS-enabled MDMA: 4-5D separation. Users can share any time- frequency-spatial resource by using different delay or Doppler bins — the DD grid adds 2 more orthogonal dimensions.
Benefit: more users served simultaneously; higher spectral efficiency.
Theorem: MDMA Capacity Scaling
For a MDMA system with orthogonal domains, each contributing orthogonal resources, the total number of users served simultaneously is Compared to 2D OFDMA: . With OTFS (adding delay and Doppler domains, typically ): .
Consequence: Massive user capacity. A 6G cell serving devices/km² is feasible with MDMA — not with OFDMA alone (which saturates at per cell).
Adding orthogonal domains multiplies the number of simultaneously-served users. With 5G OFDMA, we have 2 dimensions to spread users across. OTFS-enabled MDMA adds delay and Doppler dimensions, multiplying capacity by . This is the quantitative case for OTFS in dense IoT deployments.
Orthogonality assumption
Each domain's resources are orthogonal to others. Users in different delay bins do not interfere (because DD representation separates paths). Users in different Doppler bins do not interfere (because the 2D DD grid is orthogonal).
Product count
Total orthogonal resources: . Each resource hosts one user.
Compared to OFDMA
OFDMA: . MDMA with OTFS: . Typical ratio: .
Real-world caveat
Orthogonality is approximate in non-ideal channels. Actual gain: - (not full 64×) due to pilot contamination and fractional Doppler. Still significant.
Key Takeaway
MDMA multiplies user capacity by ~64x over OFDMA. Adding delay and Doppler domains to the access layer expands simultaneously-served users from (OFDMA limit) to . 6G's -devices/km² target becomes feasible only with MDMA-type multi-domain access. OTFS is the enabling technology.
Definition: MDMA Scheduler
MDMA Scheduler
The MDMA scheduler allocates each user to a subset of domains based on:
- Channel quality per domain: user 's SINR in each domain.
- Service type: URLLC → low-latency (time/freq); IoT → small packet (DD-sparse); eMBB → high-rate (multi-domain).
- Fairness constraints: proportional, max-min, utility-based.
- Interference coupling: users in same cell-sector should minimize overlap in same domain.
Algorithm: Hungarian + water-filling variant. Per user, score each domain; use Hungarian assignment for hard allocation, water-filling for soft.
Complexity: per scheduling interval. For , : ops per interval — acceptable on modern server CPU.
Example: Dense IoT: MDMA vs OFDMA
A 6G cell in an industrial IoT scenario serves sensor devices/km². Each device transmits a 100-byte packet every 10 seconds (sparse traffic). Compare user-capacity and aggregate rate for OFDMA vs MDMA.
OFDMA
Resources: 100 MHz / 15 kHz subcarriers × 14 OFDM symbols/slot = ~10⁴ RB per slot × 100 slots/second = 10⁶ RB/second. Per-UE RB: 1 RB per 10 sec × 10⁵ UEs = RB/s needed. Fits comfortably — OFDMA handles devices.
Pushing OFDMA to saturation
At devices: OFDMA needs RB/s × 10 RB per packet (protocol overhead) = RB/s. Matches capacity. Saturated.
MDMA
DD domain adds more dimensions. Total resources: 10⁶ × 64 = 6.4 × 10⁷ DD-cells/s. Serves devices comfortably.
Interpretation
OFDMA caps at devices/km² per cell. MDMA pushes to . 6G's -devices/km² target requires MDMA. OTFS is the enabling technology.
Theorem: MDMA Spectral Efficiency
For MDMA with users and domains, aggregate spectral efficiency is where is the domain assigned to user . At typical 6G conditions:
- OFDMA: - bits/s/Hz aggregate.
- MDMA (with OTFS): - bits/s/Hz aggregate.
Consequence: MDMA delivers higher spectral efficiency than OFDMA. This is the aggregated benefit of orthogonalization across 5 dimensions vs 2.
The rate gain from MDMA comes from two sources: (i) more users served simultaneously (multiplicative ), (ii) each user can pick its best domain (SINR improvement). Combined, the 4 aggregate rate matches the ITU 6G target of 100 Gbps per cell.
Per-user rate
User in best domain: .
Aggregate
Sum across users. With orthogonal domains, no interference between users.
Comparison
OFDMA: (shared pool). MDMA: per user (dedicated domain, no sharing). Ratio: at typical and SNR.
MDMA Greedy-Plus-Water-Filling Scheduler
MDMA Capacity vs Number of Users
Plot aggregate spectral efficiency as increases, for OFDMA, OTFS-MDMA, and NOMA. Shows saturation behavior.
Parameters
Definition: MDMA vs NOMA
MDMA vs NOMA
Non-Orthogonal Multiple Access (NOMA) is 5G's alternative to OFDMA: multiple users share the same resource (time-frequency) via power-domain or code-domain superposition.
NOMA advantages: no dedicated resources per user, flexible. NOMA disadvantages: requires successive interference cancellation (SIC) at receivers — high complexity. Performance degrades with pilot contamination.
MDMA comparison: MDMA separates users orthogonally across more dimensions (DD + spatial). NOMA separates them non- orthogonally within fewer dimensions.
Hybrid approach: MDMA + NOMA = maximum flexibility. Users on different DD grids (MDMA); within each DD grid, multiple users via NOMA (power superposition). Enables user capacity over pure OFDMA. Likely 6G access pattern.
MDMA Deployment Challenges
MDMA deployment challenges:
- Scheduler complexity: per-slot assignment across 5 domains
requires smart algorithms. Current 5G schedulers use OFDMA
- power control; MDMA needs new primitives.
- UE heterogeneity: not all UEs support all domains (legacy 5G UEs: OFDM-only). Scheduler must handle mixed capabilities.
- Cross-domain coupling: real channels are not perfectly orthogonal across domains. Residual interference limits gain.
- AI/ML integration: predicting per-UE domain preferences in advance enables optimal scheduling. 6G AI-native architecture helps.
Deployment path: 5G Advanced (Rel. 18-19): experimental MDMA with limited domains (code-division). 6G (Rel. 21+): full MDMA with DD-domain integration via OTFS.
- •
Scheduler: O(KD) complexity
- •
UE capability heterogeneity handled via negotiation
- •
AI/ML assists scheduling (6G-native)
- •
Full MDMA: Rel. 21+ (2028+)
Multi-Domain Access Theory
The CommIT contribution to multi-domain access theory (Caire- Schober-Larsson 2019) establishes the theoretical foundation for MDMA in 6G. Two key results:
- Capacity scaling with domain count: total spectral efficiency scales as where is the number of orthogonal domains.
- NOMA integration: hybrid MDMA+NOMA architectures combine orthogonal separation (for bulk capacity) with non-orthogonal (for fine-grained density).
Combined with the DD-domain framework of this book, this theory establishes 6G MDMA as the natural evolution of 5G OFDMA. Standardization expected in Rel. 21 (2028+).