Vector Optimized Library of Kernels  2.2
Architecture-tuned implementations of math kernels

Overview

Converts a complex vector of 16-bits integer each component into a complex vector of 32-bits float each component.

Dispatcher Prototype

void volk_16ic_convert_32fc(lv_32fc_t* outputVector, const lv_16sc_t* inputVector,
unsigned int num_points)

Inputs

  • inputVector: The complex 16-bit integer input data buffer.
  • num_points: The number of data values to be converted.

Outputs

  • outputVector: pointer to a vector holding the converted vector.
lv_16sc_t
short complex lv_16sc_t
Definition: volk_complex.h:67
lv_32fc_t
float complex lv_32fc_t
Definition: volk_complex.h:70