 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FFT_IMPL_GOERTZEL_H
12 #define INCLUDED_FFT_IMPL_GOERTZEL_H
37 bool ready()
const {
return d_processed == d_len; }
goertzel(int rate, int len, float freq)
gr_complex batch(const float *in)
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:18
bool ready() const
Definition: goertzel.h:37
std::complex< float > gr_complex
Definition: gr_complex.h:15
void input(const float &in)
Implements Goertzel single-bin DFT calculation.
Definition: goertzel.h:25
GNU Radio logging wrapper.
Definition: basic_block.h:29
void set_params(int rate, int len, float freq)