Complex to Polar
- Updated2023-02-17
- 2 minute(s) read
Complex to Polar
Returns the polar components of a complex number.
Given z in rectangular form z = a + bi, this node converts the polar components of
according to the following equations:
Inputs/Outputs

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

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 output 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 output has a default data type that uses fewer hardware resources at compile time.