22 #ifndef INCLUDED_IRIDIUM_TOOLKIT_FFT_BURST_TAGGER_H
23 #define INCLUDED_IRIDIUM_TOOLKIT_FFT_BURST_TAGGER_H
26 #include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<fft_burst_tagger>
sptr;
49 static sptr make(
float center_frequency,
int fft_size,
int sample_rate,
50 int burst_pre_len,
int burst_post_len,
51 int burst_width,
int max_bursts=0,
float threshold=7,
52 int history_size=512,
bool debug=
false);
54 virtual uint64_t get_n_tagged_bursts() = 0;
<+description of block+>
Definition: fft_burst_tagger.h:36
boost::shared_ptr< fft_burst_tagger > sptr
Definition: fft_burst_tagger.h:39
#define IRIDIUM_TOOLKIT_API
Definition: api.h:30