GNU Radio 3.6.5 C++ API

gr::blocks::vco_f Class Reference

VCO - Voltage controlled oscillator. More...

#include <vco_f.h>

Inheritance diagram for gr::blocks::vco_f:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::vco_f_impl

List of all members.

Public Types

typedef boost::shared_ptr< vco_fsptr

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: float oscillator output


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::vco_f::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: