#include <db_dtt768.h>
Public Member Functions | |
db_dtt768 (usrp_basic_sptr usrp, int which) | |
~db_dtt768 () | |
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_dtt768::db_dtt768 | ( | usrp_basic_sptr | usrp, | |
int | which | |||
) |
References db_base::bypass_adc_buffers(), db_base::d_which, gain_max(), gain_min(), and set_gain().
db_dtt768::~db_dtt768 | ( | ) |
double db_dtt768::freq_max | ( | ) | [virtual] |
Implements db_base.
double db_dtt768::freq_min | ( | ) | [virtual] |
Implements db_base.
float db_dtt768::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float db_dtt768::gain_max | ( | ) | [virtual] |
float db_dtt768::gain_min | ( | ) | [virtual] |
bool db_dtt768::is_quadrature | ( | ) | [virtual] |
Implements db_base.
bool db_dtt768::set_bw | ( | float | bw | ) | [virtual] |
struct freq_result_t db_dtt768::set_freq | ( | double | target_freq | ) | [read, virtual] |
Implements db_base.
References control_byte_4(), control_byte_5(), control_byte_6(), control_byte_7(), int_seq_to_str(), and freq_result_t::ok.
Referenced by set_bw().
bool db_dtt768::set_gain | ( | float | gain | ) | [virtual] |
bool db_dtt768::spectrum_inverted | ( | ) | [virtual] |
Reimplemented from db_base.