Polar to cartesian
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Polar to cartesian conversion
Description
"Polar to cartesian" takes a complex or a
2-channel input signal x consisting of the magnitude
and the phase angles of the
's and creates another complex
or 2-channel signal y in cartesian representation.
Macro Synopsis
y = Pol2Cart(x);
signal x,y;
Modules
Student, Professional
Related Functions
Cartesian to polar, Abs.