|
GNU Radio 3.6.1 C++ API
|
Implements Goertzel single-bin DFT calculation
. More...
#include <goertzel.h>
Public Member Functions | |
| goertzel () | |
| goertzel (int rate, int len, float freq) | |
| void | set_params (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
.
|
inline |
| gr::fft::goertzel::goertzel | ( | int | rate, |
| int | len, | ||
| float | freq | ||
| ) |
| gr_complex gr::fft::goertzel::batch | ( | float * | in | ) |
| void gr::fft::goertzel::input | ( | const float & | in | ) |
| gr_complex gr::fft::goertzel::output | ( | ) |
|
inline |
| void gr::fft::goertzel::set_params | ( | int | rate, |
| int | len, | ||
| float | freq | ||
| ) |