Cartesian to polar
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Cartesian to polar conversion
Description
"Cartesian to polar" takes a complex or a
2-channel input signal x and creates another
complex or 2-channel signal y in polar representation calculated by
the pointwise complex absolute and phase angle of x.
Macro Synopsis
y = Cart2Pol(x);
signal x,y;
Modules
Student, Professional
Related Functions
Polar to cartesian, Abs.