GNU Radio 3.7.1 C++ API
gr::blocks::vco_c Class Reference

VCO - Voltage controlled oscillator. More...

#include <vco_c.h>

Inheritance diagram for gr::blocks::vco_c:

List of all members.

Public Types

typedef boost::shared_ptr< vco_csptr

Static Public Member Functions

static sptr make (double sampling_rate, double sensitivity, double amplitude)
 VCO - Voltage controlled oscillator.

Detailed Description

VCO - Voltage controlled oscillator.

input: float stream of control voltages; output: complex oscillator output


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::vco_c::make ( double  sampling_rate,
double  sensitivity,
double  amplitude 
) [static]

VCO - Voltage controlled oscillator.

Parameters:
sampling_ratesampling rate (Hz)
sensitivityunits are radians/sec/volt
amplitudeoutput amplitude

The documentation for this class was generated from the following file: