ofdmPilotGrid
Description
returns OFDM pilot locations based on rectangular patterns specified by the inputs. The
function creates a template cluster of pilot positions using a mesh grid defined by
pilotLocations = ofdmPilotGrid(scIndices,symIndices,clusterScPos,clusterSymPos)scIndices (subcarrier indices) and
symIndices (symbol indices), then replicates the template and
places each copy at the starting positions given by clusterScPos
and clusterSymPos. The result is multiple rectangular pilot
clusters distributed throughout the resource grid.
A cluster is a small group of pilot positions that sit close together in the OFDM grid (across subcarriers and symbols) and are treated as one unit for estimating the channel. Within a cluster, the transmit pilot vectors are orthogonal. The cluster can be a square or any other nearby pattern and does not have to be contiguous.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a