commpy.sequences.zcsequence

zcsequence(u, seq_length)

Generate a Zadoff-Chu (ZC) sequence.

Parameters:
  • u (int) – Root index of the the ZC sequence.
  • seq_length (int) – Length of the sequence to be generated. Usually a prime number.
Returns:

zcseq – ZC sequence generated.

Return type:

1D ndarray of complex floats