The get_rect and get_polr functions extract specific components from a
fftab object, representing the Fourier coefficients in either rectangular
or polar form.
Usage
get_rect(x)
get_polr(x)
Value
get_rect: A matrix with two columns:
re: The real part of the coefficients.
im: The imaginary part of the coefficients.
get_polr: A matrix with two columns:
mod: The magnitude of the coefficients.
arg: The phase angle of the coefficients, in radians.