#include <db_tv_rx.h>


Public Member Functions | |
| db_tv_rx (usrp_basic_sptr usrp, int which, double first_IF, double second_IF) | |
| ~db_tv_rx () | |
| float | gain_min () |
| float | gain_max () |
| float | gain_db_per_step () |
| double | freq_min () |
| double | freq_max () |
| struct freq_result_t | set_freq (double target_freq) |
| bool | set_gain (float gain) |
| bool | is_quadrature () |
| bool | spectrum_inverted () |
| db_tv_rx::db_tv_rx | ( | usrp_basic_sptr | usrp, | |
| int | which, | |||
| double | first_IF, | |||
| double | second_IF | |||
| ) |
References db_base::bypass_adc_buffers(), gain_max(), gain_min(), and set_gain().
| db_tv_rx::~db_tv_rx | ( | ) |
| double db_tv_rx::freq_max | ( | ) | [virtual] |
Implements db_base.
| double db_tv_rx::freq_min | ( | ) | [virtual] |
Implements db_base.
| float db_tv_rx::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
| float db_tv_rx::gain_max | ( | ) | [virtual] |
| float db_tv_rx::gain_min | ( | ) | [virtual] |
| bool db_tv_rx::is_quadrature | ( | ) | [virtual] |
Implements db_base.
| struct freq_result_t db_tv_rx::set_freq | ( | double | target_freq | ) | [read, virtual] |
| bool db_tv_rx::set_gain | ( | float | gain | ) | [virtual] |
| bool db_tv_rx::spectrum_inverted | ( | ) | [virtual] |
Reimplemented from db_base.
1.5.9