GNU Radio 3.7.1 C++ API
|
Voltage Controlled Oscillator (VCO) More...
#include <fxpt_vco.h>
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 |
Voltage Controlled Oscillator (VCO)
gr::fxpt_vco::fxpt_vco | ( | ) | [inline] |
gr::fxpt_vco::~fxpt_vco | ( | ) | [inline] |
void gr::fxpt_vco::adjust_phase | ( | float | delta_phase | ) | [inline] |
References gr::fxpt::float_to_fixed().
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] |
References gr::fxpt::fixed_to_float().
void gr::fxpt_vco::set_phase | ( | float | angle | ) | [inline] |
References gr::fxpt::float_to_fixed().
float gr::fxpt_vco::sin | ( | ) | const [inline] |
Referenced by sincos().
void gr::fxpt_vco::sincos | ( | float * | sinx, |
float * | cosx | ||
) | const [inline] |
void gr::fxpt_vco::sincos | ( | gr_complex * | output, |
const float * | input, | ||
int | noutput_items, | ||
float | k, | ||
float | ampl = 1.0 |
||
) | [inline] |
References adjust_phase(), gr::fxpt::cos(), and gr::fxpt::sin().