Magnitude and Phase

mag(a) Returns a vector containing the magnitudes of the elements in the complex array a.

makeri(magvec, phasevec) Returns a vector of complex numbers whose magnitudes and phases are contained in magvec and phasevec.

phase(a) Returns a vector containing the phases of the elements in the complex array a.

phasecor(phasevec) Returns a vector generated from the vector of phases v by removing jump discontinuities.

Arguments:

Note: