23 #ifndef INCLUDED_FFT_GOERTZEL_FC_IMPL_H
24 #define INCLUDED_FFT_GOERTZEL_FC_IMPL_H
45 void set_freq(
float freq);
46 void set_rate(
int rate);
48 float freq() {
return d_freq; }
49 int rate() {
return d_rate; }
51 int work(
int noutput_items,
int rate()
Definition: goertzel_fc_impl.h:49
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:38
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:37
Implements Goertzel single-bin DFT calculation.
Definition: goertzel.h:36
Definition: goertzel_fc_impl.h:32
float freq()
Definition: goertzel_fc_impl.h:48
Goertzel single-bin DFT calculation.
Definition: goertzel_fc.h:36