Sequences¶
- sdr.barker(length: int, output) ndarray[Any, dtype[int64]]
- sdr.barker(length: int, ...) ndarray[Any, dtype[float64]]
Returns the Barker code/sequence of length \(N\).
- sdr.zadoff_chu(length: int, root: int, ...) NDArray[complex_]
Returns the root-\(u\) Zadoff-Chu sequence of length \(N\).
Last update:
Aug 02, 2023