Overview
Converts 16-bit shorts to scaled 32-bit floating point values.
Dispatcher Prototype
Inputs
- inputVector: The input vector of 16-bit shorts.
- scalar: The value divided against each point in the output buffer.
- num_points: The number of complex data points.
Outputs
- outputVector: The output vector of 8-bit chars.
Example