23 #ifndef INCLUDED_BLOCKSAT_ARGPEAK_IMPL_H
24 #define INCLUDED_BLOCKSAT_ARGPEAK_IMPL_H
35 float d_max_diff_thresh;
41 int work(
int noutput_items,
42 gr_vector_const_void_star &input_items,
43 gr_vector_void_star &output_items);
Definition: argpeak_impl.h:31
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Searches for a peak in the input vector. The peak is considered to be the maximum value in the vector...
Definition: argpeak.h:37
argpeak_impl(size_t vlen, float max_thresh)