In the following program you'll get a glimpse at what I'm trying to do, but basically I have isolated a second harmonic function after FFT and then I need to center it and take the IFFT of it so that I can extract phase information from it. However, since I can not use negative indices the IFFT will only go from 0-+inf and I need it to IFFT the negative part of my signal. Do you guys have any suggestions on how I can accomplish this?