1D Polar to Rectangular PtByPt VI

Owning Palette: Geometry PtByPt VIs

Requires: Full Development System

Converts the polar representation of a complex number into the rectangular representation of the complex number.

Note  By default, reentrant execution is enabled in all Point By Point VIs.

Details  

 Add to the block diagram  Find on the palette
magnitude is the magnitude of a complex number.
phase is the angle of a complex number. You must express phase in radians.
x is the x coordinate of the complex number.
y is the y coordinate of the complex number.

1D Polar to Rectangular PtByPt Details

This VI converts the data according to the following equations.

x = magnitude cos(phase)

y = magnitude sin(phase)