Skip to content
Snippets Groups Projects

Resolve L2SS-1010 "Antenna cables"

Merged Jan David Mol requested to merge L2SS-1010-antenna-cables into master
All threads resolved!
10 files
+ 362
48
Compare changes
  • Side-by-side
  • Inline
Files
10
  • ee90050b
    L2SS-1010: Initial support for calibration & antenna cables · ee90050b
    Jan David Mol authored
def subband_frequency(subband: int, clock: float, nyquist_zone: int) -> int:
""" Obtain the frequencies of a subband, given a clock and an antenna type. """
subband_width = clock / 1024
return (512 * nyquist_zone + subband) * subband_width
Loading