FreeCalypso > hg > fc-rfcal-tools
view autocal/rxtables.h @ 105:44c6a2b4d40a
INSTALL: we need fc-host-tools-r6 or later for ERROR_RFFAIL
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Dec 2017 07:07:19 +0000 |
parents | 2588f9eed11a |
children |
line wrap: on
line source
/* definitions of the L1 Rx table structures we need */ struct rx_agc_params { uint16_t g_magic; uint16_t lna_att; uint16_t lna_switch_thr_low; uint16_t lna_switch_thr_high; }; #define RX_CALCHAN_ENTRIES 10 struct rx_calchan_entry { uint16_t upper_bound; int16_t agc_calib; };