no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
RxGainTable_GainCompensated.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef RX_GAIN_TABLE_GAIN_COMPENSATED_H
34#define RX_GAIN_TABLE_GAIN_COMPENSATED_H
35
36#include <stdint.h>
37
39 uint8_t gainIndex;
40 uint8_t rxFeGain;
41 uint8_t tiaControl;
42 uint8_t adcControl;
43 uint8_t extControl;
44 uint16_t phaseOffset;
45 int16_t digGain;
46};
47
49 {187, 251, 0, 0, 0, 0, 693},
50 {188, 251, 0, 0, 0, 0, 693},
51 {189, 250, 0, 0, 0, 0, 656},
52 {190, 250, 0, 0, 0, 0, 656},
53 {191, 250, 0, 0, 0, 0, 656},
54 {192, 249, 0, 0, 0, 0, 623},
55 {193, 249, 0, 0, 0, 0, 623},
56 {194, 248, 0, 0, 0, 0, 598},
57 {195, 248, 0, 0, 0, 0, 598},
58 {196, 247, 0, 0, 0, 0, 573},
59 {197, 247, 0, 0, 0, 0, 573},
60 {198, 246, 0, 0, 0, 0, 554},
61 {199, 246, 0, 0, 0, 0, 554},
62 {200, 245, 0, 0, 0, 0, 535},
63 {201, 245, 0, 0, 0, 0, 535},
64 {202, 244, 0, 0, 0, 0, 520},
65 {203, 243, 0, 0, 0, 0, 504},
66 {204, 242, 0, 0, 0, 0, 491},
67 {205, 242, 0, 0, 0, 0, 490},
68 {206, 241, 0, 0, 0, 0, 477},
69 {207, 240, 0, 0, 0, 0, 466},
70 {208, 239, 0, 0, 0, 0, 454},
71 {209, 238, 0, 0, 0, 0, 444},
72 {210, 237, 0, 0, 0, 0, 434},
73 {211, 236, 0, 0, 0, 0, 425},
74 {212, 234, 0, 0, 0, 0, 408},
75 {213, 233, 0, 0, 0, 0, 400},
76 {214, 232, 0, 0, 0, 0, 393},
77 {215, 230, 0, 0, 0, 0, 378},
78 {216, 229, 0, 0, 0, 0, 371},
79 {217, 227, 0, 0, 0, 0, 359},
80 {218, 226, 0, 0, 0, 0, 353},
81 {219, 224, 0, 0, 0, 0, 342},
82 {220, 222, 0, 0, 0, 0, 332},
83 {221, 220, 0, 0, 0, 0, 322},
84 {222, 218, 0, 0, 0, 0, 313},
85 {223, 215, 0, 0, 0, 0, 299},
86 {224, 213, 0, 0, 0, 0, 291},
87 {225, 210, 0, 0, 0, 0, 279},
88 {226, 208, 0, 0, 0, 0, 272},
89 {227, 205, 0, 0, 0, 0, 262},
90 {228, 202, 0, 0, 0, 0, 252},
91 {229, 199, 0, 0, 0, 0, 243},
92 {230, 195, 0, 0, 0, 0, 231},
93 {231, 192, 0, 0, 0, 0, 223},
94 {232, 188, 0, 0, 0, 0, 214},
95 {233, 184, 0, 0, 0, 0, 204},
96 {234, 180, 0, 0, 0, 0, 195},
97 {235, 175, 0, 0, 0, 0, 184},
98 {236, 170, 0, 0, 0, 0, 175},
99 {237, 165, 0, 0, 0, 0, 165},
100 {238, 160, 0, 0, 0, 0, 156},
101 {239, 154, 0, 0, 0, 0, 146},
102 {240, 148, 0, 0, 0, 0, 137},
103 {241, 142, 0, 0, 0, 0, 128},
104 {242, 135, 0, 0, 0, 0, 118},
105 {243, 128, 0, 0, 0, 0, 109},
106 {244, 120, 0, 0, 0, 0, 100},
107 {245, 112, 0, 0, 0, 0, 90},
108 {246, 104, 0, 0, 0, 0, 82},
109 {247, 94, 0, 0, 0, 0, 71},
110 {248, 85, 0, 0, 0, 0, 63},
111 {249, 75, 0, 0, 0, 0, 54},
112 {250, 64, 0, 0, 0, 0, 45},
113 {251, 53, 0, 0, 0, 0, 36},
114 {252, 41, 0, 0, 0, 0, 27},
115 {253, 28, 0, 0, 0, 0, 18},
116 {254, 14, 0, 0, 0, 0, 9},
117 {255, 0, 0, 0, 0, 0, 0}
118};
119#endif
struct RxGainTable_GainCompensatedEntry RxGainTable_GainCompensated[]
Definition RxGainTable_GainCompensated.h:48
Definition RxGainTable_GainCompensated.h:38
uint8_t adcControl
Definition RxGainTable_GainCompensated.h:42
uint16_t phaseOffset
Definition RxGainTable_GainCompensated.h:44
uint8_t gainIndex
Definition RxGainTable_GainCompensated.h:39
uint8_t extControl
Definition RxGainTable_GainCompensated.h:43
uint8_t rxFeGain
Definition RxGainTable_GainCompensated.h:40
uint8_t tiaControl
Definition RxGainTable_GainCompensated.h:41
int16_t digGain
Definition RxGainTable_GainCompensated.h:45