#include <gr_nco.h>
Public Member Functions | |
gr_nco () | |
virtual | ~gr_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 |
float | cos () const |
float | sin () const |
Protected Attributes | |
float | phase |
float | phase_inc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|