#include <gr_vco.h>
Public Member Functions | |
gr_vco () | |
virtual | ~gr_vco () |
void | set_phase (double angle) |
void | adjust_phase (double delta_phase) |
double | get_phase () const |
void | sincos (float *sinx, float *cosx) const |
float | cos () const |
float | sin () const |
void | cos (float *output, const float *input, int noutput_items, double k, double ampl=1.0) |
Protected Attributes | |
double | d_phase |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|