MATLAB Modifying Signal Spectrum with MATLAB: Jay's Case

AI Thread Summary
To reconstruct the original signal x from its spectrum analysis results using MATLAB, the process involves applying a filter to the frequency domain representation of the signal. After modifying the spectrum by removing specific frequencies, the inverse Fast Fourier Transform (IFFT) can be used to transform the filtered spectrum back into the time domain signal. This allows for listening to the modified signal and assessing the effects of the frequency alterations.
inadaze
Messages
20
Reaction score
0
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
 
Physics news on Phys.org

Similar threads

Replies
8
Views
2K
Replies
1
Views
2K
Replies
1
Views
10K
Replies
16
Views
14K
Replies
1
Views
2K
Replies
11
Views
3K
Replies
3
Views
8K
Replies
12
Views
4K
Back
Top