GNU Radio 3.5.1 C++ API
|
Implements Goertzel single-bin DFT calculation. More...
#include <gri_goertzel.h>
Public Member Functions | |
gri_goertzel () | |
gri_goertzel (int rate, int len, float freq) | |
void | gri_setparms (int rate, int len, float freq) |
gr_complex | batch (float *in) |
void | input (const float &in) |
gr_complex | output () |
bool | ready () const |
Implements Goertzel single-bin DFT calculation.
gri_goertzel::gri_goertzel | ( | ) | [inline] |
gri_goertzel::gri_goertzel | ( | int | rate, |
int | len, | ||
float | freq | ||
) |
gr_complex gri_goertzel::batch | ( | float * | in | ) |
void gri_goertzel::gri_setparms | ( | int | rate, |
int | len, | ||
float | freq | ||
) |
void gri_goertzel::input | ( | const float & | in | ) |
gr_complex gri_goertzel::output | ( | ) |
bool gri_goertzel::ready | ( | ) | const [inline] |