Sequences¶ sdr.barker(length: int, ...) → ndarray Returns the Barker code/sequence of length \(N\). sdr.zadoff_chu(length: int, root: int, shift: int = 0) → ndarray Returns the root-\(u\) Zadoff-Chu sequence of length \(N\). Last update: Aug 02, 2023