![]() |
libbladeRF
2.5.0
Nuand bladeRF library
|
This structure is used to directly apply DC calibration register values to the LMS, rather than use the values resulting from an auto-calibration.
A value < 0 is used to denote that the specified value should not be written. If a value is to be written, it will be truncated to 8-bits.
Definition at line 1513 of file bladeRF1.h.
#include <bladeRF1.h>
Data Fields | |
int16_t | lpf_tuning |
int16_t | tx_lpf_i |
int16_t | tx_lpf_q |
int16_t | rx_lpf_i |
int16_t | rx_lpf_q |
int16_t | dc_ref |
int16_t | rxvga2a_i |
int16_t | rxvga2a_q |
int16_t | rxvga2b_i |
int16_t | rxvga2b_q |
int16_t dc_ref |
RX VGA2 DC reference module
Definition at line 1519 of file bladeRF1.h.
int16_t lpf_tuning |
LPF tuning module
Definition at line 1514 of file bladeRF1.h.
int16_t rx_lpf_i |
RX LPF I filter
Definition at line 1517 of file bladeRF1.h.
int16_t rx_lpf_q |
RX LPF Q filter
Definition at line 1518 of file bladeRF1.h.
int16_t rxvga2a_i |
RX VGA2, I channel of first gain stage
Definition at line 1520 of file bladeRF1.h.
int16_t rxvga2a_q |
RX VGA2, Q channel of first gain stage
Definition at line 1521 of file bladeRF1.h.
int16_t rxvga2b_i |
RX VGA2, I channel of second gain stage
Definition at line 1522 of file bladeRF1.h.
int16_t rxvga2b_q |
RX VGA2, Q channel of second gain stage
Definition at line 1523 of file bladeRF1.h.
int16_t tx_lpf_i |
TX LPF I filter
Definition at line 1515 of file bladeRF1.h.
int16_t tx_lpf_q |
TX LPF Q filter
Definition at line 1516 of file bladeRF1.h.