GNU Radio 3.5.1 C++ API
|
Voltage Controlled Oscillator (VCO) More...
#include <gr_fxpt_vco.h>
Public Member Functions | |
gr_fxpt_vco () | |
~gr_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 | 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::gr_fxpt_vco | ( | ) | [inline] |
gr_fxpt_vco::~gr_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 gr_fxpt::cos().
float gr_fxpt_vco::cos | ( | ) | const [inline] |
References gr_fxpt::cos().
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] |
References gr_fxpt::sin().
void gr_fxpt_vco::sincos | ( | float * | sinx, |
float * | cosx | ||
) | const [inline] |
References gr_fxpt::cos(), and gr_fxpt::sin().