Polar to Real and Imaginary
- Updated2023-02-17
- 3 minute(s) read
Polar to Real and Imaginary
Converts the polar components of a complex number into its rectangular components.
This node converts the polar components to rectangular components using following equations:

Inputs/Outputs

r
The distance from the origin to the point, z.
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.

theta
The angle for the line, r, from the origin to the point, z, in radians.
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.

x
The x rectangular component of x + yi.
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.

y
The y rectangular component of x + yi.
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.