#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 |
| gr_fxpt_vco::gr_fxpt_vco | ( | ) | [inline] |
| gr_fxpt_vco::~gr_fxpt_vco | ( | ) | [inline] |
| void gr_fxpt_vco::adjust_phase | ( | float | delta_phase | ) | [inline] |
| float gr_fxpt_vco::cos | ( | ) | const [inline] |
Referenced by sincos().
| void gr_fxpt_vco::cos | ( | float * | output, | |
| const float * | input, | |||
| int | noutput_items, | |||
| float | k, | |||
| float | ampl = 1.0 | |||
| ) | [inline] |
References adjust_phase(), gr_fxpt::cos(), and gen_whitener::i.
| 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().
1.5.8