23 #ifndef INCLUDED_BLOCKSAT_ARGPEAK_H
24 #define INCLUDED_BLOCKSAT_ARGPEAK_H
27 #include <gnuradio/sync_block.h>
41 typedef boost::shared_ptr<argpeak>
sptr;
43 static sptr make(
size_t vlen,
float max_thresh);
Searches for a peak in the input vector. The peak is considered to be the maximum value in the vector...
Definition: argpeak.h:37
boost::shared_ptr< argpeak > sptr
Definition: argpeak.h:41
#define BLOCKSAT_API
Definition: api.h:30