Overview
Deinterleaves the complex 8-bit char vector into I & Q vector data and converts them to 16-bit shorts.
Dispatcher Prototype
Inputs
- complexVector: The complex input vector.
- num_points: The number of complex data values to be deinterleaved.
Outputs
- iBuffer: The I buffer output data.
- qBuffer: The Q buffer output data.
Example