Embedded Pilot Structure and Guard Regions
Why Embedded Pilots Work
In Chapter 4 we established that the DD channel is a sparse 2D convolution: the channel's action on any input DD grid is to produce shifted-and-scaled copies of it. This convolutional structure is also the key to pilot design. Place a single isolated impulse on the DD grid β a "pilot impulse" β and surround it with a region of zeros. After the channel, the zero region receives exactly the impulse response of the channel: scaled copies of the pilot at the path locations . Reading off these copies gives the complete channel state.
The point is that a single pilot carries information about all paths simultaneously. This is the single-pilot channel-estimation advantage of OTFS over OFDM, where each resolvable coherence cell needs its own pilot.
Definition: Embedded Pilot Structure
Embedded Pilot Structure
An OTFS frame with an embedded pilot partitions the DD grid into three disjoint regions:
- A single pilot cell at position with (a known complex amplitude).
- A guard region of cells around the pilot, all set to zero: for .
- A data region containing the remaining cells, carrying QAM data symbols.
The guard region must be large enough to prevent data from bleeding into the pilot's response through the channel's convolution: where are the maximum delay and Doppler indices of the physical channel (Chapter 4).
Theorem: Pilot Response Recovers All Path Parameters
With an embedded pilot of amplitude at and a guard region sized for the channel's effective support, the received DD grid satisfies for some known phase . All other cells in receive only noise. Consequently, the path parameters are identifiable from the guard-region observations.
Each path reproduces the pilot at its own offset, scaled by . The nonzero observations in the guard region are the channel's delay-Doppler signature. The receiver reads them off like entries in a table.
Start from the DD input-output relation
From Theorem TDiscrete DD Input-Output Relation (Integer Doppler), .
Pilot structure
has exactly one non-zero in and near : the pilot at . Data is far enough away that its shifted copies do not reach (guard condition).
Evaluate at guard cells
At cell : . The sum has a non-zero contribution only when , i.e., when .
Read off the path
At each guard-cell offset that matches one of the path indices, the observed value is plus noise. Otherwise it is pure noise. The support of the non-noise-only cells reveals ; the amplitude reveals .
Key Takeaway
One pilot, paths. A single DD-grid impulse, surrounded by a guard region, suffices to identify the complete -path channel after one OTFS frame. This is the pilot-overhead advantage of OTFS over OFDM β an order-of-magnitude reduction in the number of pilot resource elements. It is enabled entirely by the sparsity of the DD channel and the convolution structure of the input-output relation.
Embedded Pilot: DD Grid Layout Before and After the Channel
Configure the pilot position, guard-region size, and channel complexity. Left panel: transmit DD grid (pilot, guard region shown, data region). Right panel: received DD grid, with path copies of the pilot appearing in the guard region. Verify that the guard region is large enough to contain all path copies β if not, data leakage corrupts the pilot response. This is a live demo of the theorem above.
Parameters
Definition: Minimum Guard Region
Minimum Guard Region
The minimum guard region for a channel with maximum delay index and maximum Doppler index is This is the product of (one-sided) delay span and two-sided Doppler span β Doppler can be positive or negative because reflectors may approach or recede from the receiver.
Guard cells carry no data, so the pilot overhead is
Example: Overhead for an Urban Vehicular Channel
An OTFS system has with MHz and ms. The channel has s and Hz. Compute , the minimum guard-region size, and the pilot overhead.
Grid resolutions
ns. Hz.
Channel support indices
. .
Guard region
cells. Plus the pilot: 256.
Overhead
. Compare with 5G NR DMRS: β depending on numerology. The embedded pilot saves 5β12 percentage points of resource elements β directly converted to extra throughput.
Embedded Pilot DD-Grid Layout
Pilot Impulse Creates Copies in the Guard Region
Pilot Power Boosting
The pilot's SNR determines the fidelity of the channel estimate. In practice, the pilot cell carries higher power than a data cell: a typical choice is (10 dB pilot boost). This costs 10 dB of effective pilot power but keeps the detector threshold comfortably above the noise floor for reliable path detection (Section 2).
In terms of frame-level power budget: , with . For a typical frame , so the pilot boost costs a negligible fraction of total power β a favorable trade for better channel estimates.
- β’
Typical pilot boost: 6β10 dB above average data power
- β’
Pilot fraction of frame energy: for standard parameters
- β’
Higher boost improves MSE but increases PAPR of the OTFS waveform
Common Mistake: Undersized Guard Region Corrupts Everything
Mistake:
Using a guard region smaller than the channel's effective support: . Data from outside the guard region leaks into the pilot response, corrupting the path detection.
Correction:
Always size the guard region for the worst-case channel in the deployment. Use the 99th percentile of and from measurement campaigns (e.g., 3GPP TR 38.901). In unknown deployments, use 2Γ the expected values. Under-allocation causes the detector to report ghost paths where data leakage mimics a path β a silent failure mode that degrades BER without obvious diagnostic signals.
Why This Matters: Connection to Sparse Recovery
The embedded-pilot problem is a textbook instance of sparse signal recovery: a noisy measurement vector (the guard-region observations) is the linear response of a -sparse signal (the path taps) through a known dictionary (the delta-like pilot). In the RF Imaging book (Chapter 13), we studied sparse-recovery algorithms like OMP, LASSO, and AMP in detail. Any of these apply here β but the special structure (single pilot, integer-indexed paths) makes threshold-based detection of Section 2 the most efficient option.