class="resources" 1D Polar To Rectangular (Not in Base Package) - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

1D Polar To Rectangular (Not in Base Package)

Converts two arrays of polar coordinates represented by the input arrays Magnitude and Phase into two arrays of rectangular coordinates. Details  

Magnitude is a 1D array of polar coordinates.
Phase is a 1D array of polar coordinates. You must express Phase in radians.
X is a 1D array of rectangular coordinates.
Y is a 1D array of rectangular coordinates.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

1D Polar To Rectangular Details

This VI converts the arrays of polar coordinates into arrays of rectangular coordinates using the following equations.

X = Magnitude*cos(Phase)

Y = Magnitude*sin(Phase)


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit