comparison autocal/rxtables.h @ 57:2588f9eed11a

fc-rfcal-rxband started
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 23:05:28 +0000
parents
children
comparison
equal deleted inserted replaced
56:df827df6db82 57:2588f9eed11a
1 /* definitions of the L1 Rx table structures we need */
2
3 struct rx_agc_params {
4 uint16_t g_magic;
5 uint16_t lna_att;
6 uint16_t lna_switch_thr_low;
7 uint16_t lna_switch_thr_high;
8 };
9
10 #define RX_CALCHAN_ENTRIES 10
11
12 struct rx_calchan_entry {
13 uint16_t upper_bound;
14 int16_t agc_calib;
15 };