|
GNU Radio 3.6.5 C++ API
|
Compares vectors from multiple streams and determines the maximum value from each vector over all streams. More...
#include <max_ii.h>
Public Types | |
| typedef boost::shared_ptr< max_ii > | sptr |
Static Public Member Functions | |
| static sptr | make (size_t vlen) |
Compares vectors from multiple streams and determines the maximum value from each vector over all streams.
Data is passed in as a vector of length vlen from multiple input sources. It will look through these streams of vlen data items and output two streams. Stream 0 will contain the index value in the vector where the maximum value occurred.
| static sptr gr::blocks::max_ii::make | ( | size_t | vlen | ) | [static] |