FFT in Excel

A

Andy

Does anyone know how to seperate up the data provided by
Excel's Fourier transform function so that it may be used?

At present the real and imaginary parts cannot be
seperated.
 
D

Dana DeLouis

Assuming A1 has the complex number 3+4i

Real part: =IMREAL(A1)
Imag part: =IMAGINARY(A1)

HTH
Dana DeLouis
 
Top