Complex to Real and Imaginary

Returns the rectangular components of a complex number.

1378

Inputs/Outputs

datatype_icon

x + yi

A complex number.

This input supports complex numbers, arrays or clusters of complex numbers, arrays of clusters of complex numbers, and waveforms.

Data Type Changes on FPGA

When you add this node to a document targeted to an FPGA, this input has a default data type that uses fewer hardware resources at compile time.

datatype_icon

x

The x rectangular component of x + yi.

x has the same data type as x + yi with scalar representation instead of complex.

Data Type Changes on FPGA

When you add this node to a document targeted to an FPGA, this output has a default data type that uses fewer hardware resources at compile time.

datatype_icon

y

The y rectangular component of x + yi.

y has the same data type as x + yi with scalar representation instead of complex.

Data Type Changes on FPGA

When you add this node to a document targeted to an FPGA, this output has a default data type that uses fewer hardware resources at compile time.