|
GNU Radio 3.6.5 C++ API
|
VCO - Voltage controlled oscillator. More...
#include <vco_f.h>
Public Types | |
| typedef boost::shared_ptr< vco_f > | sptr |
Static Public Member Functions | |
| static sptr | make (double sampling_rate, double sensitivity, double amplitude) |
| VCO - Voltage controlled oscillator. | |
VCO - Voltage controlled oscillator.
input: float stream of control voltages; output: float oscillator output
| static sptr gr::blocks::vco_f::make | ( | double | sampling_rate, |
| double | sensitivity, | ||
| double | amplitude | ||
| ) | [static] |
VCO - Voltage controlled oscillator.
| sampling_rate | sampling rate (Hz) |
| sensitivity | units are radians/sec/volt |
| amplitude | output amplitude |