Numerically Controlled Oscillator (NCO) More...
#include <gnuradio/fxpt_nco.h>
Public Member Functions | |
fxpt_nco () | |
~fxpt_nco () | |
void | set_phase (float angle) |
void | adjust_phase (float delta_phase) |
void | set_freq (float angle_rate) |
void | adjust_freq (float delta_angle_rate) |
void | step () |
void | step (int n) |
float | get_phase () const |
float | get_freq () const |
void | sincos (float *sinx, float *cosx) const |
void | sincos (gr_complex *output, int noutput_items, double ampl=1.0) |
void | sin (float *output, int noutput_items, double ampl=1.0) |
void | cos (float *output, int noutput_items, double ampl=1.0) |
void | sin (std::int8_t *output, int noutput_items, double ampl=1.0) |
void | cos (std::int8_t *output, int noutput_items, double ampl=1.0) |
void | sin (short *output, int noutput_items, double ampl=1.0) |
void | cos (short *output, int noutput_items, double ampl=1.0) |
void | sin (int *output, int noutput_items, double ampl=1.0) |
void | cos (int *output, int noutput_items, double ampl=1.0) |
float | cos () const |
float | sin () const |
Numerically Controlled Oscillator (NCO)
|
inline |
|
inline |
|
inline |
References gr::fxpt::float_to_fixed().
|
inline |
References gr::fxpt::float_to_fixed().
|
inline |
References gr::fxpt::cos(), and step().
|
inline |
References gr::fxpt::cos(), and step().
|
inline |
References gr::fxpt::cos(), and step().
|
inline |
References gr::fxpt::cos(), and step().
|
inline |
References gr::fxpt::cos().
|
inline |
References gr::fxpt::fixed_to_float().
|
inline |
References gr::fxpt::fixed_to_float().
|
inline |
References gr::fxpt::float_to_fixed().
|
inline |
References gr::fxpt::float_to_fixed().
|
inline |
References gr::fxpt::sin(), and step().
|
inline |
References gr::fxpt::sin(), and step().
|
inline |
References gr::fxpt::sin(), and step().
|
inline |
References gr::fxpt::sin(), and step().
|
inline |
References gr::fxpt::sin().
|
inline |
References gr::fxpt::cos(), and gr::fxpt::sin().
|
inline |
References gr::fxpt::cos(), gr::fxpt::sin(), and step().
|
inline |