GNU Radio Manual and C++ API Reference  3.7.7
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

Overview

<FIXME>

Dispatcher Prototype

void volk_16i_x4_quad_max_star_16i(short* target, short* src0, short* src1, short* src2, short* src3, unsigned int num_points)

Inputs

  • src0: The input vector 0.
  • src1: The input vector 1.
  • src2: The input vector 2.
  • src3: The input vector 3.
  • num_points: The number of data points.

Outputs

  • target: The output value.

Example