<< istrellis FOSSEE_Communication_Systems_Toolbox octave_functions >>

FOSSEE_Communication_Systems_Toolbox >> FOSSEE_Communication_Systems_Toolbox > lteZadoffChuSeq

lteZadoffChuSeq

This function generates root Zadoff-Chu sequence of complex symbols as per LTE specifications.

Description

SEQ = LTEZADOFFCHUSEQ(R, N) generates the Rth root Zadoff-Chu sequence (SEQ) of length N.

Examples

seq1 = lteZadoffChuSeq(2, 3)
disp(seq1,'seq1')
//Error should occur because inputs are not co primes
seq2 = lteZadoffChuSeq(25, 5)
disp(seq2,'seq2')

Bibliography

3rd Generation Partnership Project, Technical Specification Group Radio

Access Network, Evolved Universal Terrestrial Radio Access (E-UTRA),

Physical channels and modulation, Release 10, 3GPP TS 36.211, v10.0.0,

2010-12.

Authors


Report an issue
<< istrellis FOSSEE_Communication_Systems_Toolbox octave_functions >>