Argmax

From GNU Radio
Revision as of 22:19, 12 March 2019 by 777arc (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Compares vectors from multiple streams and determines the index in the vector and stream number where the maximum value occurred.

Data is passed in as a vector of length vlen from multiple input sources. It will look through these streams of data items and output two streams:

  1. Stream 0 will contain the index value in the vector where the maximum value occurred.
  2. Stream 1 will contain the number of the input stream that held the maximum value.