21 #ifndef INCLUDED_RADAR_FIND_MAX_PEAK_C_IMPL_H 22 #define INCLUDED_RADAR_FIND_MAX_PEAK_C_IMPL_H 41 std::vector<float> max_freq,
43 const std::string& len_key);
62 int work(
int noutput_items,
63 gr_vector_int& ninput_items,
64 gr_vector_const_void_star& input_items,
65 gr_vector_void_star& output_items);
std::vector< float > d_pks
Definition: find_max_peak_c_impl.h:55
Definition: find_max_peak_c_impl.h:29
float d_threshold
Definition: find_max_peak_c_impl.h:50
pmt::pmt_t d_port_id
Definition: find_max_peak_c_impl.h:57
pmt::pmt_t d_ppks
Definition: find_max_peak_c_impl.h:58
int d_samp_protect
Definition: find_max_peak_c_impl.h:51
int d_samp_rate
Definition: find_max_peak_c_impl.h:49
int calculate_output_stream_length(const gr_vector_int &ninput_items)
bool d_cut_max_freq
Definition: find_max_peak_c_impl.h:53
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
pmt::pmt_t d_value
Definition: find_max_peak_c_impl.h:58
void set_threshold(float threshold)
find_max_peak_c_impl(int samp_rate, float threshold, int samp_protect, std::vector< float > max_freq, bool cut_max_freq, const std::string &len_key)
pmt::pmt_t d_pangle
Definition: find_max_peak_c_impl.h:58
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
std::vector< float > d_max_freq
Definition: find_max_peak_c_impl.h:52
std::vector< tag_t > d_tags
Definition: find_max_peak_c_impl.h:59
void set_samp_protect(int samp)
pmt::pmt_t d_ptimestamp
Definition: find_max_peak_c_impl.h:58
std::vector< float > d_freq
Definition: find_max_peak_c_impl.h:55
std::vector< float > d_angle
Definition: find_max_peak_c_impl.h:55
void set_max_freq(std::vector< float > freq)
pmt::pmt_t d_pfreq
Definition: find_max_peak_c_impl.h:58