<+description of block+>
More...
#include <fcdpp_control.h>
|
| virtual void | set_freq (double freq)=0 |
| | Sets the frequency .
|
| |
| virtual void | set_lna (int gain)=0 |
| | Switches the LNA on/off.
|
| |
| virtual void | set_mixer_gain (int gain)=0 |
| | Switches mixer gain onf/off.
|
| |
| virtual void | set_if_gain (int gain)=0 |
| | Set If gain.
|
| |
◆ sptr
◆ make()
| static sptr gr::funcube::fcdpp_control::make |
( |
| ) |
|
|
static |
◆ set_freq()
| virtual void gr::funcube::fcdpp_control::set_freq |
( |
double | freq | ) |
|
|
pure virtual |
Sets the frequency .
- Parameters
-
| freq | The frequency in unit Hz |
Sets the frequency of the Funcube Dongle with Hz resolution
Implemented in gr::funcube::fcdpp_control_impl.
◆ set_if_gain()
| virtual void gr::funcube::fcdpp_control::set_if_gain |
( |
int | gain | ) |
|
|
pure virtual |
◆ set_lna()
| virtual void gr::funcube::fcdpp_control::set_lna |
( |
int | gain | ) |
|
|
pure virtual |
◆ set_mixer_gain()
| virtual void gr::funcube::fcdpp_control::set_mixer_gain |
( |
int | gain | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: