FreeCalypso > hg > fc-rfcal-tools
view autocal/txcalchan.h @ 124:9f09a7c3607a
fc-rfcal-txband: level error tolerance tightened to 0.75 dB
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 12 Jan 2019 20:15:17 +0000 |
parents | 2db97ef5e169 |
children |
line wrap: on
line source
/* definitions of the L1 Tx calchan structure and sizes */ #define TX_CALCHAN_ENTRIES 8 #define TX_CALCHAN_TABLES 4 struct tx_calchan_entry { uint16_t arfcn_limit; uint16_t chan_cal; };