![]() |
libbladeRF
2.2.1-git-unknown
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 1495 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 1501 of file bladeRF1.h.
int16_t lpf_tuning |
LPF tuning module
Definition at line 1496 of file bladeRF1.h.
int16_t rx_lpf_i |
RX LPF I filter
Definition at line 1499 of file bladeRF1.h.
int16_t rx_lpf_q |
RX LPF Q filter
Definition at line 1500 of file bladeRF1.h.
int16_t rxvga2a_i |
RX VGA2, I channel of first gain stage
Definition at line 1502 of file bladeRF1.h.
int16_t rxvga2a_q |
RX VGA2, Q channel of first gain stage
Definition at line 1503 of file bladeRF1.h.
int16_t rxvga2b_i |
RX VGA2, I channel of second gain stage
Definition at line 1504 of file bladeRF1.h.
int16_t rxvga2b_q |
RX VGA2, Q channel of second gain stage
Definition at line 1505 of file bladeRF1.h.
int16_t tx_lpf_i |
TX LPF I filter
Definition at line 1497 of file bladeRF1.h.
int16_t tx_lpf_q |
TX LPF Q filter
Definition at line 1498 of file bladeRF1.h.