GNU Radio C++ API
|
class for controlling microtune 4702 tuner module More...
#include <microtune_4702.h>
Public Member Functions | |
microtune_4702 (i2c_sptr i2c, int i2c_addr) | |
virtual | ~microtune_4702 () |
bool | set_RF_freq (double freq, double *actual_freq) |
select RF frequency to be tuned to output frequency. freq is the requested frequency in Hz, actual_freq is set to the actual frequency tuned. It takes about 100 ms for the PLL to settle. More... | |
bool | pll_locked_p () |
double | get_output_freq () |
![]() | |
microtune_xxxx () | |
virtual | ~microtune_xxxx () |
double | set_RF_freq (double freq) |
class for controlling microtune 4702 tuner module
microtune_4702::microtune_4702 | ( | i2c_sptr | i2c, |
int | i2c_addr | ||
) |
|
virtual |
|
virtual |
Implements microtune_xxxx.
|
virtual |
Implements microtune_xxxx.
|
virtual |
select RF frequency to be tuned to output frequency. freq
is the requested frequency in Hz, actual_freq
is set to the actual frequency tuned. It takes about 100 ms for the PLL to settle.
Implements microtune_xxxx.