lteCellSearch
Cell identity search using PSS and SSS
Syntax
Description
[
returns
the cell identity carried by the PSS and SSS signals in the input
waveform, the timing offset to the start of the first frame of the
waveform, and the peak correlation magnitude. The cell-wide settings
structure, cellid
,offset
,peak
]
= lteCellSearch(enb
,waveform
)enb
, defines the link configuration.
[
takes
an additional input structure, cellid
,offset
,peak
]
= lteCellSearch(enb
,waveform
,alg
)alg
, which provides
control over the cell search. The input structure, alg
,
contains optional fields to define the SSS detection method, the maximum
number of cells to detect, and which cell identities to search.
[
uses
an additional input to constrain the cell search to the list of cell
identities specified by in cellid
,offset
,peak
]
= lteCellSearch(enb
,waveform
,cellids
)cellids
.
Note
This syntax will be removed in a future release. Instead use
the syntax [cellid
,offset
,peak
]
= lteCellSearch(enb
,waveform
,alg
)
and set alg.CellIDs = cellids
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a