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>
|
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, as long as the maximum is higher than the second maximum by a predefined difference.
static sptr gr::blocksat::argpeak::make |
( |
size_t |
vlen, |
|
|
float |
max_thresh |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: