To Complex Fixed-Point
- Updated2023-02-17
- 2 minute(s) read
To Complex Fixed-Point
Converts any number to complex fixed-point representation.
Inputs/Outputs

complex fixed-point type
The complex fixed-point data type to which you want to convert the input data. The software ignores the actual value of the constant or control that you wire to this input.

number
Any number.

complex fixed-point
The input data scaled to the complex fixed-point data type specified by complex fixed-point type.

overflow
A Boolean that describes whether the result of the operation is outside the range of values that the output type can represent.
| True | Overflow occurred.
Note For complex numbers, the output is True if either the real or imaginary parts overflow.
|
| False | Overflow did not occur. |