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 std::shared_ptr<find_max_peak_c>
sptr;
68 std::vector<float> max_freq,
70 const std::string& len_key =
"packet_len");
#define RADAR_API
Definition api.h:31
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:53
virtual void set_max_freq(std::vector< float > freq)=0
std::shared_ptr< find_max_peak_c > sptr
Definition find_max_peak_c.h:55
virtual void set_samp_protect(int samp)=0
virtual void set_threshold(float threshold)=0
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")
Return a shared_ptr to a new instance of radar::find_max_peak_c.
Definition crop_matrix_vcvc.h:28