Polar to Complex
- Updated2023-02-17
- 2 minute(s) read
Polar to Complex
Creates a complex number from two values in polar notation.
Given z in rectangular form z = a + bi, this node converts the polar components according to the following equation:
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.

z
The complex number.
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.