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

Overview

Deinterleaves the complex 16 bit vector and returns the real (inphase) part of the signal.

Dispatcher Prototype

void volk_16ic_deinterleave_real_16i(int16_t* iBuffer, const lv_16sc_t* complexVector,
unsigned int num_points)
short complex lv_16sc_t
Definition: volk_complex.h:71

Inputs

  • complexVector: The complex input vector.
  • num_points: The number of complex data values to be deinterleaved.

Outputs

  • iBuffer: The I buffer output data.

Example

int N = 10000;
volk_16ic_deinterleave_real_16i();
VOLK_API void volk_free(void *aptr)
Free's memory allocated by volk_malloc.
Definition: volk_malloc.c:80