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