GNU Radio 3.7.1 C++ API
gr::blocks::max_ss Class Reference

Compares vectors from multiple streams and determines the maximum value from each vector over all streams. More...

#include <max_ss.h>

Inheritance diagram for gr::blocks::max_ss:

List of all members.

Public Types

typedef boost::shared_ptr< max_sssptr

Static Public Member Functions

static sptr make (size_t vlen)

Detailed Description

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.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::max_ss::make ( size_t  vlen) [static]

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