Converts two sets of polar input data into two sets of rectangular coordinates. Details
![]() |
magnitude is a set of polar coordinates. |
![]() |
phase is a set of scalar polar coordinates. You must express phase in radians. |
![]() |
output data x is a set of rectangular coordinates. |
![]() |
output data y is a set of rectangular coordinates. |
The 1D Polar to Rectangular PtByPt VI converts the data according to the following formulas:
x = magnitude cos(phase)
y = magnitude sin(phase)