Polar To Re/Im Function

Owning Palette: Complex Functions

Requires: Base Development System

Converts the polar components of a complex number into its rectangular components.

Details  

 Add to the block diagram  Find on the palette
r can be a scalar number, an array or cluster of numbers, array of clusters of numbers, and so on.
theta can be a scalar number, an array or cluster of numbers, array of clusters of numbers, and so on. theta is in radians.
x is of the same data structure as r and theta.
y is of the same data structure as r and theta.

Polar To Re/Im Details

This function converts the polar components to rectangular components using following equations:

x = r*cos(theta)

y = r*sin(theta)