PDA

View Full Version : reverse FFT


inadaze
Aug11-04, 03:48 PM
Hi,
I am using matlab.
I was wondering if anyone knew how to take the results from a spectrum analysis of a signal in x at sample frequency fs:
y = abs(fft(x,fs));
and turn it back into the signal x. My purpose is to modify the spectrum by removing certain frequencies found in the spectrum analysis and then turning it back into a signal to hear what it sounds like.

Thanks
Jay

Dr Transport
Aug11-04, 07:04 PM
apply the filter, then retransform.