Overview
Convert the input vector of 8-bit chars to a vector of floats. The floats are then divided by the scalar factor. shorts.
Dispatcher Prototype
Inputs
- inputVector: The input vector of 8-bit chars.
- scalar: the scaling factor used to divide the results of the conversion.
- num_points: The number of values.
Outputs
- outputVector: The output 16-bit shorts.
Example