22 #ifndef INCLUDED_RADAR_FIND_MAX_PEAK_C_H 23 #define INCLUDED_RADAR_FIND_MAX_PEAK_C_H 25 #include <gnuradio/tagged_stream_block.h> 55 typedef boost::shared_ptr<find_max_peak_c>
sptr;
65 static sptr make(
int samp_rate,
68 std::vector<float> max_freq,
70 const std::string& len_key =
"packet_len");
71 virtual void set_threshold(
float threshold) = 0;
72 virtual void set_samp_protect(
int samp) = 0;
73 virtual void set_max_freq(std::vector<float> freq) = 0;
boost::shared_ptr< find_max_peak_c > sptr
Definition: find_max_peak_c.h:55
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:52
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31