23 #ifndef INCLUDED_FFT_GOERTZEL_FC_H 24 #define INCLUDED_FFT_GOERTZEL_FC_H 41 typedef boost::shared_ptr<goertzel_fc>
sptr;
43 static sptr make(
int rate,
int len,
float freq);
45 virtual void set_freq (
float freq) = 0;
47 virtual void set_rate (
int rate) = 0;
49 virtual float freq() = 0;
51 virtual int rate() = 0;
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
Include this header to use the message passing features.
Definition: logger.h:695
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:37
boost::shared_ptr< goertzel_fc > sptr
Definition: goertzel_fc.h:41
Goertzel single-bin DFT calculation.
Definition: goertzel_fc.h:36