Main Content
zadoffChuSeq
Generate root Zadoff-Chu sequence
Syntax
Description
generates the seq
= zadoffChuSeq(R
,N
)R
th root Zadoff-Chu sequence with length
N
, as defined in 3GPP TS 36.211.
The function generates the sequence using the algorithm given by
seq(m+1) =
exp(-j·π·R
·m·(m+1)/N
), for m = 0, ..., N
-1.
The function uses a negative polarity on the argument of the exponent, that is, a clockwise sequence of phases.
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..