I have a chemical spectrum with amplitude on the Y axis and wavenumbers on the X axis, sampling interval I think this is $1.5^{10}$ hertz. I would like to reconstruct the amplitude/time representation of the original signal by performing a ifft of the signal however I have no phase information. Since the information is unchanging (constant) over time I don't think that the phase information is necessary for reconstruction of the original signal. Can I set the phase information to zero and still reconstruct the signal in this case and how do I incorporate the sampling interval in the matlab ifft routine for accurate frequency calculation?
This is what I think I should be using
sig = abs(ifftshift(ifft(complex(data.YData))));
Thanks
Dave
MUSIC OF THE CHEMICAL SPHERES
– ejectamenta Jan 14 '14 at 10:20