Overview
Deinterleaves the complex 8-bit char vector into just the real (I) vector, converts the samples 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.
Example