Overview
Deinterleaves the complex 8-bit char vector into I & Q vector data, converts them to floats, and divides the results by the scalar factor.
Dispatcher Prototype
Inputs
- complexVector: The complex input vector.
- scalar: The scalar value used to divide the floating point results.
- 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