I know there are already a lot of questions about frequency bins in FFT. However I have one that doesn't really fit to the ones I read. I have time dependent data where the time does not start at t=0 but later. The question I have is how I define the frequency bins of the result in this case. The common convention as I understood it is to assign a value of k/tMax to the k-th bin, which makes sense if t0=0. But if I use this approach on my data the result of a FFT->iFFT is phase shifted to the original data. The same problem arises then of course in the iFFT part.
Is it required to pad the data to the left with zeros in order to fill it up to t=0 or is there another way?
Also I compared my results to results I got with the Origin software for the same data and the binning is slightly different. My maximum time in the data is 1.9792. I calculate for the first bin a frequency of 0.50525 but Origin gets a value of 0.49736. Isn't it just 1/1.9792=0.50525?
jandkare? Thank you. – Jens Jan 18 '14 at 10:27