lteFrequencyOffset
Frequency offset estimation using cyclic prefix
Syntax
Description
estimates
the average frequency offset, foffset
= lteFrequencyOffset(cfgdl
,waveform
)foffset
, of the
time-domain waveform, waveform
, by calculating
correlation of the cyclic prefix. The parameters of waveform
are
given in the downlink settings structure, cfgdl
. cfgdl
must
contain the field NDLRB
to specify that a downlink
signal is expected in waveform
.
estimates
the average frequency offset, foffset
= lteFrequencyOffset(cfgul
,waveform
)foffset
, of the
time-domain waveform, waveform
, by calculating
correlation of the cyclic prefix. The parameters of waveform
are
given in the uplink settings structure, cfgul
. cfgul
must
contain the field NULRB
to specify that an uplink
signal is expected in waveform
.
[
provides
control over the position in the correlator output used to estimate
the frequency offset. When present foffset
, corr
]
= lteFrequencyOffset(___,toffset
)toffset
is
the timing offset in samples from the start of the correlator output
to the position used for the frequency offset estimation. This input
allows a timing offset to be calculated externally on a signal of
longer duration than the input waveform
. Which
allows a short-term frequency offset estimate to be obtained while
retaining the benefit of a longer-term timing estimate.
Note
If toffset
is absent, the quality of the
internal timing estimate is subject to the length and signal quality
of the input waveform
and, therefore, it may
result in inaccurate frequency offset measurements.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a