GNU Radio 3.7.1 C++ API
gr::fxpt_vco Class Reference

Voltage Controlled Oscillator (VCO) More...

#include <fxpt_vco.h>

List of all members.

Public Member Functions

 fxpt_vco ()
 ~fxpt_vco ()
void set_phase (float angle)
void adjust_phase (float delta_phase)
float get_phase () const
void sincos (float *sinx, float *cosx) const
void sincos (gr_complex *output, const float *input, int noutput_items, float k, float ampl=1.0)
void cos (float *output, const float *input, int noutput_items, float k, float ampl=1.0)
float cos () const
float sin () const

Detailed Description

Voltage Controlled Oscillator (VCO)


Constructor & Destructor Documentation

gr::fxpt_vco::fxpt_vco ( ) [inline]

Member Function Documentation

void gr::fxpt_vco::adjust_phase ( float  delta_phase) [inline]

References gr::fxpt::float_to_fixed().

Referenced by cos(), and sincos().

void gr::fxpt_vco::cos ( float *  output,
const float *  input,
int  noutput_items,
float  k,
float  ampl = 1.0 
) [inline]

References adjust_phase(), and gr::fxpt::cos().

float gr::fxpt_vco::cos ( ) const [inline]

Referenced by sincos().

float gr::fxpt_vco::get_phase ( ) const [inline]
void gr::fxpt_vco::set_phase ( float  angle) [inline]
float gr::fxpt_vco::sin ( ) const [inline]

Referenced by sincos().

void gr::fxpt_vco::sincos ( float *  sinx,
float *  cosx 
) const [inline]

References cos(), and sin().

void gr::fxpt_vco::sincos ( gr_complex output,
const float *  input,
int  noutput_items,
float  k,
float  ampl = 1.0 
) [inline]

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