Comparison of Sensing Waveforms
Choosing the Right Waveform for the Right Task
We now have the tools to compare four major sensing waveforms: FMCW (the workhorse of automotive radar), OFDM (the workhorse of communications), OTFS (the delay-Doppler newcomer), and PMCW (phase-modulated continuous wave, used in advanced digital radars).
The central insight of this chapter is that the waveform choice determines the structure of , and the structure of determines resolution, sidelobe behaviour, and computational complexity. There is no universally "best" waveform --- the choice depends on the application: standalone sensing, ISAC, high-Doppler environments, or hardware constraints.
Definition: FMCW Sensing Matrix Structure
FMCW Sensing Matrix Structure
An FMCW radar transmits a chirp with bandwidth and sweep time . After dechirping (mixing with the transmit signal), the beat frequency of target at range is
For a burst of chirps, the sensing matrix has the same Fourier structure as OFDM:
where is the sampling rate and is the pulse repetition interval.
The key difference from OFDM: FMCW is a dedicated sensing waveform with no data modulation, so there are no null subcarriers and no data compensation step. The entire bandwidth is available for sensing.
The FMCW sensing matrix is structurally identical to the OFDM sensing matrix --- both are partial 2D Fourier matrices. The practical differences lie in the CP constraint (OFDM) vs PRI constraint (FMCW), and in the ability to carry data (OFDM) vs dedicated sensing (FMCW).
Definition: PMCW Sensing
PMCW Sensing
Phase-Modulated Continuous Wave (PMCW) radar transmits a binary phase-coded sequence (e.g., m-sequence, Gold code, ZCZ sequence) repeated over repetitions. The code of length with chip duration provides:
- Range resolution:
- Doppler resolution: same as FMCW/OFDM:
The sensing matrix has entries
where is the phase code sequence. Unlike FMCW and OFDM, the range columns are determined by cyclic shifts of the code rather than complex exponentials.
PMCW has several advantages: (1) excellent range sidelobes with well-chosen codes (approaching dB), (2) fully digital --- no analog chirp generator needed, (3) natural CDMA-style multi-user separation. The disadvantage is higher PAPR sensitivity and code-length constraints.
FMCW vs OFDM vs OTFS vs PMCW for Sensing
| Property | FMCW | OFDM | OTFS | PMCW |
|---|---|---|---|---|
| Range resolution | ||||
| Doppler resolution | ||||
| Max unamb. range | ||||
| Ambiguity shape | Ridge (range-Doppler coupled) | Thumbtack (separable) | Thumbtack (separable) | Thumbtack (code-dependent) |
| Sidelobe level | Low ( to dB with window) | dB (Dirichlet, dB with Hamming) | dB (Dirichlet) | Code-dependent ( dB) |
| PAPR | Low (constant envelope) | High (-- dB) | High (same as OFDM) | Low (constant envelope) |
| High-Doppler robustness | Good (range-Doppler coupling) | Poor (ICI for ) | Excellent (sparse in DD domain) | Good (code correlation robust) |
| Data carrying (ISAC) | No (dedicated sensing) | Yes (native) | Yes (native) | Limited (code modulation) |
| structure | 2D Fourier (Kronecker) | 2D Fourier (Kronecker) | Block-circulant | Cyclic shift + Fourier |
| Spectral efficiency | Low (dedicated spectrum) | High (shared spectrum) | High (shared spectrum) | Moderate |
Theorem: Waveform Choice Determines Structure
For a scene discretised into voxels on a delay-Doppler grid, each waveform produces a sensing matrix with the following structure:
-
FMCW: (Kronecker product of two DFT matrices). No data-dependence.
-
OFDM: after data compensation. Rows corresponding to null subcarriers are missing (partial Fourier).
-
OTFS: where is a 2D circulant matrix. Block-circulant structure enables FFT-based operations.
-
PMCW: where is a circulant code matrix with rows being cyclic shifts of the code. The Kronecker factor is not a DFT matrix.
All four sensing matrices support efficient matrix-vector products in time, but their conditioning and coherence properties differ.
The golden thread: every waveform produces a structured that admits fast multiplication. The differences lie in (a) how much of the Fourier structure is preserved (affects conditioning), (b) whether data modulation creates missing entries (affects RIP-like properties), and (c) whether the structure is Kronecker (separable range-Doppler) or block-circulant (coupled via circular convolution).
FMCW: dechirp converts to Fourier sensing
After dechirping, each range cell maps to a frequency bin via . Sampling at rate gives range samples per chirp. The slow-time Doppler processing adds the second DFT factor .
OFDM: data compensation restores Fourier structure
Dividing by removes the data modulation, yielding . This is a sum of 2D complex exponentials --- the sensing matrix is evaluated at target locations. Null subcarriers create missing rows.
OTFS: SFFT converts to block-circulant
The OTFS input-output relation is a 2D circular convolution with kernel . Vectorising gives a block-circulant matrix modulated by the pilot symbols.
PMCW: code correlation replaces DFT in range
Range processing correlates the received signal with cyclic shifts of the transmit code . This replaces the DFT matrix with the circulant code matrix . Doppler processing remains a DFT across repetitions.
Waveform Comparison: Resolution and Sidelobes
Compare the key metrics of FMCW, OFDM, OTFS, and PMCW waveforms. Adjust the system parameters (bandwidth, number of symbols, code length) and observe how range resolution, Doppler resolution, sidelobe levels, and PAPR change across waveforms.
Parameters
Example: Waveform Selection for an ISAC Base Station
A 5G NR base station at GHz with MHz must simultaneously serve communication users and sense a -m radius area with targets moving up to km/h. Which waveform(s) are suitable? What are the limitations?
Range requirements
Range resolution: m (excellent). Maximum range m requires .
With kHz, (insufficient). With kHz, (sufficient).
Doppler requirements
Maximum Doppler: kHz. Normalised: for kHz.
OFDM assessment
With , the ICI is severe: dB. OFDM sensing will suffer significant degradation at maximum velocity.
OTFS assessment
OTFS with the same parameters avoids ICI entirely. The delay-Doppler channel has sparse entries regardless of velocity. OTFS is the preferred waveform for this scenario.
Recommendation
Use OTFS (pre/post-processing on top of existing OFDM hardware) for the sensing function, while the communication function uses standard OFDM. The ISFFT/SFFT adds minimal computational overhead. FMCW is ruled out because it cannot carry data.
Range Resolution vs Signal Bandwidth
Explore how range resolution improves with signal bandwidth for each waveform. All waveforms achieve , but the achievable bandwidth depends on the waveform and system constraints (subcarrier spacing, code rate, chirp slope).
Parameters
PAPR Constraints in Practice
OFDM and OTFS suffer from high peak-to-average power ratio (PAPR), typically 10--12 dB for subcarriers. This forces the power amplifier to operate with significant back-off, reducing the effective radiated power and hence the sensing range.
FMCW and PMCW have near-constant envelope (PAPR -- dB), allowing the PA to operate near saturation. For automotive radar at 77 GHz where PA efficiency is critical, this is a significant advantage of FMCW/PMCW.
PAPR reduction techniques for OFDM (clipping, tone reservation, selected mapping) can help but add complexity and may distort the sensing waveform. OTFS inherits the PAPR of its underlying OFDM implementation.
OTFS for Joint Radar and Communication
Gaudio, Kobayashi, Caire, and Colavolpe provided one of the first rigorous analyses of OTFS for simultaneous radar parameter estimation and data communication. The key contributions are:
-
Unified ISAC model: The same OTFS frame serves as both communication signal and radar waveform, with the delay-Doppler channel providing target parameters.
-
Performance analysis: Derived the Cramer-Rao bound for range and velocity estimation under OTFS, showing that OTFS achieves the same estimation accuracy as a dedicated radar waveform while simultaneously communicating data.
-
Comparison with OFDM: Demonstrated that OTFS outperforms OFDM for radar estimation at high Doppler, with the gap growing as target velocity increases.
This work is foundational for the ISAC framework developed in Chapter 34.
Common Mistake: FMCW Cannot Carry Data
Mistake:
Proposing FMCW for ISAC applications, assuming it can simultaneously carry communication data.
Correction:
FMCW is a dedicated sensing waveform with no native data modulation capability. While some researchers have proposed embedding data in chirp parameters (slope, phase offset), the achievable data rate is extremely low compared to OFDM or OTFS. For true ISAC, communication- native waveforms (OFDM, OTFS) are required.
Quick Check
Which waveform is best suited for an ISAC system that must sense targets at velocities up to 300 km/h while serving communication users?
FMCW
OFDM
OTFS
PMCW
OTFS handles high Doppler natively (sparse delay-Doppler channel) and carries data like OFDM. It is the natural choice for high-mobility ISAC.
Key Takeaway
The waveform choice determines the structure of : FMCW and OFDM produce Kronecker-Fourier matrices, OTFS produces block-circulant matrices, and PMCW produces code-circulant matrices. For ISAC, OFDM and OTFS are preferred because they natively carry data. OTFS is superior to OFDM at high Doppler. FMCW remains the best choice for dedicated sensing with maximum PA efficiency. There is no universal best waveform --- the choice depends on the application requirements.
Looking Ahead: Beyond Single-Waveform Sensing
This chapter has treated each waveform in isolation. In practice, modern sensing systems may combine waveforms --- e.g., FMCW for long-range detection followed by OFDM for fine imaging at shorter range. Moreover, when multiple base stations or vehicles cooperate (Chapter 11), the joint sensing matrix aggregates measurements from multiple waveforms and geometries, and the analysis becomes a multi-view, multi-frequency problem (Chapter 08).