libbladeRF  1.1.0
Nuand bladeRF library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
bladerf_lms_dc_cals Struct Reference

#include <libbladeRF.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
 

Detailed Description

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 2375 of file libbladeRF.h.

Field Documentation

int16_t dc_ref

RX VGA2 DC reference module

Definition at line 2382 of file libbladeRF.h.

int16_t lpf_tuning

LPF tuning module

Definition at line 2377 of file libbladeRF.h.

int16_t rx_lpf_i

RX LPF I filter

Definition at line 2380 of file libbladeRF.h.

int16_t rx_lpf_q

RX LPF Q filter

Definition at line 2381 of file libbladeRF.h.

int16_t rxvga2a_i

RX VGA2, I channel of first gain stage

Definition at line 2383 of file libbladeRF.h.

int16_t rxvga2a_q

RX VGA2, Q channel of first gain stage

Definition at line 2384 of file libbladeRF.h.

int16_t rxvga2b_i

RX VGA2, I channel of second gain stage

Definition at line 2385 of file libbladeRF.h.

int16_t rxvga2b_q

RX VGA2, Q channel of second gain stage

Definition at line 2386 of file libbladeRF.h.

int16_t tx_lpf_i

TX LPF I filter

Definition at line 2378 of file libbladeRF.h.

int16_t tx_lpf_q

TX LPF Q filter

Definition at line 2379 of file libbladeRF.h.


The documentation for this struct was generated from the following file: