Converts the polar representation of a complex number into the rectangular representation of the complex number.
Details
This VI converts the data according to the following equations.
x = magnitude cos(phase)
y = magnitude sin(phase)