GNU Radio 3.6.5 C++ API

gr::blocks::max_ii Class Reference

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

#include <max_ii.h>

Inheritance diagram for gr::blocks::max_ii:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::max_ii_impl

List of all members.

Public Types

typedef boost::shared_ptr< max_iisptr

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_ii::make ( size_t  vlen) [static]

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