libbladeRF  2.5.0
Nuand bladeRF library
Macros
Constants (deprecated)

Description

Deprecated:
These constants are deprecated, and only apply to the original bladeRF (x40/x115). They are here for compatibility with legacy applications. Alternatives are noted below.

Macros

#define BLADERF_SAMPLERATE_MIN   80000u
 
#define BLADERF_SAMPLERATE_REC_MAX   40000000u
 
#define BLADERF_BANDWIDTH_MIN   1500000u
 
#define BLADERF_BANDWIDTH_MAX   28000000u
 
#define BLADERF_FREQUENCY_MIN_XB200   0u
 
#define BLADERF_FREQUENCY_MIN   237500000u
 
#define BLADERF_FREQUENCY_MAX   3800000000u
 

Macro Definition Documentation

◆ BLADERF_BANDWIDTH_MAX

#define BLADERF_BANDWIDTH_MAX   28000000u

Maximum bandwidth, in Hz

Deprecated:
Use bladerf_get_bandwidth_range()

Definition at line 66 of file bladeRF1.h.

◆ BLADERF_BANDWIDTH_MIN

#define BLADERF_BANDWIDTH_MIN   1500000u

Minimum bandwidth, in Hz

Deprecated:
Use bladerf_get_bandwidth_range()

Definition at line 60 of file bladeRF1.h.

◆ BLADERF_FREQUENCY_MAX

#define BLADERF_FREQUENCY_MAX   3800000000u

Maximum tunable frequency, in Hz

Deprecated:
Use bladerf_get_frequency_range()

Definition at line 90 of file bladeRF1.h.

◆ BLADERF_FREQUENCY_MIN

#define BLADERF_FREQUENCY_MIN   237500000u

Minimum tunable frequency (without an XB-200 attached), in Hz

Deprecated:
Use bladerf_get_frequency_range()

Definition at line 84 of file bladeRF1.h.

◆ BLADERF_FREQUENCY_MIN_XB200

#define BLADERF_FREQUENCY_MIN_XB200   0u

Minimum tunable frequency (with an XB-200 attached), in Hz.

While this value is the lowest permitted, note that the components on the XB-200 are only rated down to 50 MHz. Be aware that performance will likely degrade as you tune to lower frequencies.

Deprecated:
Call bladerf_expansion_attach(), then use bladerf_get_frequency_range() to get the frequency range.

Definition at line 78 of file bladeRF1.h.

◆ BLADERF_SAMPLERATE_MIN

#define BLADERF_SAMPLERATE_MIN   80000u

Minimum sample rate, in Hz.

Deprecated:
Use bladerf_get_sample_rate_range()

Definition at line 47 of file bladeRF1.h.

◆ BLADERF_SAMPLERATE_REC_MAX

#define BLADERF_SAMPLERATE_REC_MAX   40000000u

Maximum recommended sample rate, in Hz.

Deprecated:
Use bladerf_get_sample_rate_range()

Definition at line 54 of file bladeRF1.h.