#include <db_dtt754.h>
Public Member Functions | |
db_dtt754 (usrp_basic_sptr usrp, int which) | |
~db_dtt754 () | |
float | gain_min () |
float | gain_max () |
float | gain_db_per_step () |
bool | set_gain (float gain) |
double | freq_min () |
double | freq_max () |
struct freq_result_t | set_freq (double target_freq) |
bool | is_quadrature () |
bool | spectrum_inverted () |
bool | set_bw (float bw) |
db_dtt754::db_dtt754 | ( | usrp_basic_sptr | usrp, | |
int | which | |||
) |
db_dtt754::~db_dtt754 | ( | ) |
double db_dtt754::freq_max | ( | ) | [virtual] |
Implements db_base.
double db_dtt754::freq_min | ( | ) | [virtual] |
Implements db_base.
float db_dtt754::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float db_dtt754::gain_max | ( | ) | [virtual] |
Implements db_base.
float db_dtt754::gain_min | ( | ) | [virtual] |
Implements db_base.
struct freq_result_t db_dtt754::set_freq | ( | double | target_freq | ) | [read, virtual] |
Implements db_base.