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

Computes the magnitude of the complexVector and stores the results in the magnitudeVector as a scaled floating point number.

Dispatcher Prototype

void volk_16ic_s32f_magnitude_32f(float* magnitudeVector, const lv_16sc_t* complexVector, const float scalar, unsigned int num_points)

Inputs

  • complexVector: The complex input vector of complex 16-bit shorts.
  • scalar: The value to be divided against each sample of the input complex vector.
  • num_points: The number of samples.

Outputs

  • magnitudeVector: The magnitude of the complex values.

Example