Thread: inverse fourier
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dana DeLouis Dana DeLouis is offline
external usenet poster
 
Posts: 947
Default inverse fourier

I have a complex numbers, vector of size 128.

If you do a Fourier Transform, and then do an Inverse Fourier Transform, you
should end up with the original data.
How did you get the 128 Complex numbers? Where they calculated via fft?

The only thing I can think of is that, do to rounding, you have a very small
Imaginary part.
--
Dana DeLouis

"Daniel" wrote in message
...
I have a complex numbers vector of size 128.
when using the inverse fourier (and I used it before okay) it returns a
complex numbers vector instead of a real number vector as expected.
any idea?