 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FFT_IMPL_GOERTZEL_H
24 #define INCLUDED_FFT_IMPL_GOERTZEL_H
49 bool ready()
const {
return d_processed == d_len; }
goertzel(int rate, int len, float freq)
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
bool ready() const
Definition: goertzel.h:49
std::complex< float > gr_complex
Definition: gr_complex.h:27
void input(const float &in)
Implements Goertzel single-bin DFT calculation.
Definition: goertzel.h:37
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
gr_complex batch(float *in)
void set_params(int rate, int len, float freq)