22 #ifndef INCLUDED_RADAR_FIND_MAX_PEAK_C_H 23 #define INCLUDED_RADAR_FIND_MAX_PEAK_C_H 26 #include <gnuradio/tagged_stream_block.h> 47 typedef boost::shared_ptr<find_max_peak_c>
sptr;
57 static sptr make(
int samp_rate,
float threshold,
int samp_protect, std::vector<float> max_freq,
bool cut_max_freq,
const std::string& len_key=
"packet_len");
58 virtual void set_threshold(
float threshold) = 0;
59 virtual void set_samp_protect(
int samp) = 0;
60 virtual void set_max_freq(std::vector<float> freq) = 0;
boost::shared_ptr< find_max_peak_c > sptr
Definition: find_max_peak_c.h:47
This block estimates a single peak of a given FFT spectrum as tagged stream. Output is a message with...
Definition: find_max_peak_c.h:44
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:30