Home / 5G / Protocols / PHY / OFDM

5G OFDM

OFDM in 5G NR is the waveform framework that turns scheduled radio resources into practical downlink and uplink transmissions. It defines how the radio uses many orthogonal subcarriers across time and frequency, how symbols are organized, and how data, control, and reference signals share the same resource grid.

For beginners, OFDM explains how NR actually carries information over the air. For experienced engineers, it is the foundation behind resource mapping, DMRS placement, overhead analysis, PDSCH and PUSCH behavior, and many practical decoding or throughput questions.

Primary concept OFDM waveform and resource-grid structure in 5G NR
Main specs 3GPP TS 38.211, 38.212, 38.214
Main waveforms CP-OFDM and DFT-s-OFDM
Why it matters Resource mapping, scheduling, decoding, overhead, uplink efficiency, and throughput analysis

What OFDM means in simple terms

In practical language, OFDM splits the channel into many narrow subcarriers and transmits symbols across them in parallel. Instead of trying to send everything through one wide carrier, the system spreads the transmission across a structured grid.

  • frequency is divided into many subcarriers
  • time is divided into OFDM symbols
  • control, data, and reference signals are mapped onto that grid
  • engineers read real transmissions as resource occupancy on the NR time-frequency plane

This is the reason NR resource allocation is usually discussed in terms of subcarriers, symbols, resource blocks, DMRS positions, and slot timing.

Technical summary

Main downlink waveform CP-OFDM
Main uplink waveforms CP-OFDM and DFT-s-OFDM depending on uplink configuration and transmission context
Time-frequency model Subcarriers in frequency and OFDM symbols in time
Common engineering units subcarrier, OFDM symbol, resource element, resource block, slot
Main operational impact Resource mapping, control/data placement, DMRS overhead, decoding quality, and scheduler interpretation

How the OFDM waveform model works in NR

frequency ->
| sc | sc | sc | sc | sc | sc |

time
  |
  v
| sym |  RE grid where data, control, and reference signals are placed
| sym |
| sym |

Engineers normally do not inspect OFDM as an abstract math topic. They inspect it as the resource grid on which PDCCH, PDSCH, PUSCH, DMRS, CSI-RS, and other signals are mapped.

Subcarriers

A subcarrier is one narrow frequency component inside the OFDM waveform. In NR, the spacing between adjacent subcarriers is determined by the active numerology.

OFDM symbols

OFDM symbols are the time units that sit on the grid. Control, data, and reference signals are assigned to selected symbols within a slot.

Cyclic prefix

The cyclic prefix is added to help the receiver handle multipath propagation more robustly. For most everyday NR work, engineers mainly deal with the normal CP case.

Resource elements and resource blocks

The smallest mapping unit is the resource element. A resource block groups 12 subcarriers in frequency over the relevant symbol span in time. This is where resource scheduling, DMRS overhead, and throughput analysis become concrete.

CP-OFDM and DFT-s-OFDM in NR

Waveform Where used Why it matters
CP-OFDM Downlink and most uplink operation Main NR waveform baseline; flexible mapping and straightforward interpretation in resource-grid analysis
DFT-s-OFDM Selected uplink transmission cases Useful where uplink waveform behavior and transmitter efficiency considerations matter

A practical engineer takeaway is this: if you are reading most downlink traces and many uplink traces, you are effectively dealing with CP-OFDM resource behavior. But it is still important to remember that NR uplink is not limited to only one waveform option.

How OFDM connects to numerology and frame structure

  • Numerology defines the subcarrier spacing and symbol timing.
  • Frame structure explains how those symbols and slots are organized in time.
  • OFDM is where both ideas become the practical grid used by the scheduler and receiver.

This is why engineers should study these three pages together: numerology defines the timing scale, frame structure defines the time hierarchy, and OFDM shows how actual radio resources are mapped.

Where OFDM appears in real procedures

Initial access and synchronization

SSB mapping -> PBCH decoding -> PRACH opportunity -> RRC setup path

Engineers see OFDM here through symbol-level placement of synchronization and broadcast structures, not just through high-level signaling names.

Scheduling and data delivery

PDCCH grant -> PDSCH/PUSCH allocation -> DMRS-assisted decoding -> HARQ feedback

This is the most important daily-use OFDM context. Data throughput, RB allocation, DMRS overhead, and layer usage all show up on the OFDM resource grid.

Trace and performance analysis

When engineers inspect poor throughput or decode failures, they often need to think in terms of symbol usage, DMRS placement, resource allocation, and overhead, which are all OFDM-grid questions.

Real-world engineering examples

Example 1: Why good bandwidth does not guarantee good throughput

Even with enough nominal bandwidth, practical throughput can drop because OFDM resources are shared between control, DMRS, CSI-RS, and user data, and the usable data region may be smaller than expected.

Example 2: Why DMRS overhead matters

Engineers often estimate throughput from RB count alone. That misses the fact that part of the OFDM grid is reserved for reference signals and other overhead, reducing the effective data-bearing resource elements.

Example 3: Why uplink analysis can differ from downlink analysis

Uplink waveform behavior and power-efficiency considerations can differ from the downlink baseline, so the engineer should not assume every uplink transmission behaves exactly like downlink CP-OFDM usage.

What to check in logs, counters, and traces

  • active numerology and slot structure behind the waveform timing
  • PDSCH or PUSCH allocation size in RBs and symbols
  • DMRS and other overhead that reduce usable data REs
  • MCS, layer count, and scheduler behavior when judging resource efficiency
  • whether uplink behavior is using CP-OFDM or DFT-s-OFDM assumptions
  • control-channel limitations before blaming the raw data channel alone

Common mistakes engineers make

  • thinking OFDM is only theory and not directly relevant to trace analysis
  • estimating throughput from bandwidth alone without considering symbol and RE overhead
  • ignoring the difference between waveform structure and scheduler policy
  • assuming uplink and downlink waveform behavior are always interpreted identically

Troubleshooting clues

Symptom Possible OFDM-side pattern Next check
Low throughput Too much overhead, limited data symbols, weak CQI, or reduced effective RE usage Check the NR Throughput Calculator and NR TBS Calculator
Decode instability Reference-signal placement, channel-estimation quality, or poor radio conditions Check DMRS assumptions, signal quality, and grant structure
Uplink performance issue Waveform assumptions, uplink power limits, or PUSCH resource usage may be the real problem Check uplink allocation, waveform context, and uplink coverage margin

FAQ

What is OFDM in 5G?

It is the waveform framework NR uses to map transmissions onto many orthogonal subcarriers over time. It is the basis of the NR resource grid.

Does 5G use CP-OFDM or DFT-s-OFDM?

NR uses CP-OFDM for downlink and for most uplink cases, while DFT-s-OFDM is also available for selected uplink transmissions.

How is OFDM related to numerology?

Numerology sets the subcarrier spacing and symbol timing, so it directly defines the timing scale of the OFDM waveform.

Why is OFDM important for throughput analysis?

Because throughput depends on how many usable resource elements remain after control, DMRS, CSI-RS, and other overhead are mapped onto the OFDM grid.

Why should protocol engineers care about OFDM?

Because many apparent higher-layer issues are shaped by lower-layer resource allocation, reference-signal overhead, decoding quality, and scheduler use of the OFDM grid.

Is OFDM only a PHY concept?

It is a PHY concept, but its effects are visible in MAC scheduling, RRC configuration interpretation, and practical troubleshooting of real network behavior.

Beginner takeaway

OFDM is the structured radio grid that lets 5G NR carry control, data, and reference signals efficiently over the air. If you understand subcarriers, symbols, and resource mapping, many other PHY topics become easier.

Advanced engineer notes

  • Real throughput analysis should be done at the resource-element level, not only at the bandwidth level.
  • Waveform understanding becomes much more useful when paired with DMRS placement and scheduler behavior.
  • DFT-s-OFDM is easy to ignore until uplink behavior forces you to remember the distinction.
  • Many decoding and performance questions become clearer when engineers think in terms of OFDM grid occupancy rather than only message-level procedures.

Use the tools naturally in this workflow

Pair this page with the NR Throughput Calculator and NR TBS Calculator when you want to translate OFDM-grid assumptions into practical throughput or transport-block expectations.

Related Content