ltePRSIndices
PRS resource element indices
Description
returns
a column vector of one-based linear indices for the PRS elements in
the subframe, given the cell-wide settings parameter structure, ind
= ltePRSIndices(enb
)enb
.
The length of ind
is the number of resource elements
(NRE). It returns the indices for the Positioning Reference Signal
(PRS) resource element (RE) locations transmitted on antenna port
6. By default, these indices are in one-based linear indexing form
that can directly index elements in a matrix representing a single
subframe of the port 6 resource grid. Other index representations
can also be created. These indices are ordered as the complex PRS
symbols should be mapped and will not include any elements allocated
to PBCH, PSS, and SSS. A PRS subframe configuration schedule can be
defined as required. If the subframe contains no PRS, ind
is
an empty vector.
The optional enb
.PRSPeriod
parameter
controls the downlink subframes in which PRS will be present, either
always 'On'
or 'Off'
, or defined
by the scalar subframe configuration index, Iprs (0,...,2399),
or the explicit subframe periodicity and offset pair, [Tprs
Dprs]
, as listed in TS 36.211 [1], Section 6.10.4.3. The PRS containing subframes
are located in conjunction with the parameters enb
.NSubframe
and
optional enb
.NFrame
. NSubframe
can
be greater than 10; thus, setting NSubframe
to
11 is equivalent to setting NSubframe
to 1 and NFrame
to
1.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.211. “Evolved Universal Terrestrial Radio Access (E-UTRA); Physical Channels and Modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a
See Also
ltePRS
| lteCellRSIndices
| lteCSIRSIndices
| lteDMRSIndices