 |
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_GOERTZEL_FC_H
24 #define INCLUDED_FFT_GOERTZEL_FC_H
40 typedef boost::shared_ptr<goertzel_fc>
sptr;
42 static sptr make(
int rate,
int len,
float freq);
virtual void set_rate(int rate)=0
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
boost::shared_ptr< goertzel_fc > sptr
Definition: goertzel_fc.h:40
synchronous N:1 input to output with history
Definition: sync_decimator.h:38
Goertzel single-bin DFT calculation.
Definition: goertzel_fc.h:37
virtual void set_freq(float freq)=0
static sptr make(int rate, int len, float freq)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43