Relative Content

Tag Archive for matlabsignal-processingfft

Recover signal from single-sided spectrum using ifft

I am trying to recover a signal by inverse Fourier-transforming the single-sided spectrum, but I am getting the wrong result. I do successfully transform the single-sided spectrum back to double-sided spectrum but from there I get lost. What am I doing wrong here? In fact, how can I recover the full information after doing abs(), isn’t there lost info there?