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_permute_and_scalar_add(short* target, short* src0, short* permute_indexes, short* cntl0, short* cntl1, short* cntl2, short* cntl3, short* scalars, unsigned int num_points)

Inputs

  • src0: The input vector.
  • permute_indexes: <FIXME>
  • cntl0: <FIXME>
  • cntl1: <FIXME>
  • cntl2: <FIXME>
  • cntl3: <FIXME>
  • scalars: <FIXME>
  • num_points: The number of complex data points.

Outputs

  • target: The output value.

Example