To Complex Fixed-Point

Converts any number to complex fixed-point representation.

1378

Inputs/Outputs

datatype_icon

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.

datatype_icon

number

Any number.

datatype_icon

complex fixed-point

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

datatype_icon

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.