MATLAB: Real and imaginary complex I(FFT)

communicationdspDSP System Toolboxfftofdmreal

How to separate the real number from the imaginary number in the complex number? with I(FFT).
like
a+bi
a2+bi2
.
.
.
to a
a2
bi
bi2
.
.

Best Answer

real()
imag()