GNU Radio 3.6.5 C++ API
|
class for controlling microtune 4937 tuner module More...
#include <microtune_4937.h>
Public Member Functions | |
microtune_4937 (i2c_sptr i2c, int i2c_addr=0x61) | |
virtual | ~microtune_4937 () |
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. | |
bool | pll_locked_p () |
double | get_output_freq () |
class for controlling microtune 4937 tuner module
microtune_4937::microtune_4937 | ( | i2c_sptr | i2c, |
int | i2c_addr = 0x61 |
||
) |
virtual microtune_4937::~microtune_4937 | ( | ) | [virtual] |
double microtune_4937::get_output_freq | ( | ) | [virtual] |
Implements microtune_xxxx.
bool microtune_4937::pll_locked_p | ( | ) | [virtual] |
Implements microtune_xxxx.
bool microtune_4937::set_RF_freq | ( | double | freq, |
double * | actual_freq | ||
) | [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.