GNU Radio's BLOCKSTREAM Package
gr::blocksat::argpeak Class Reference

Searches for a peak in the input vector. The peak is considered to be the maximum value in the vector, as long as the maximum is higher than the second maximum by a predefined difference. More...

#include <argpeak.h>

Inheritance diagram for gr::blocksat::argpeak:
gr::blocksat::argpeak_impl

Public Types

typedef boost::shared_ptr
< argpeak
sptr
 

Static Public Member Functions

static sptr make (size_t vlen, float max_thresh)
 

Detailed Description

Searches for a peak in the input vector. The peak is considered to be the maximum value in the vector, as long as the maximum is higher than the second maximum by a predefined difference.

Member Typedef Documentation

typedef boost::shared_ptr<argpeak> gr::blocksat::argpeak::sptr

Member Function Documentation

static sptr gr::blocksat::argpeak::make ( size_t  vlen,
float  max_thresh 
)
static

The documentation for this class was generated from the following file: