Inverse Fourier Transform ignores oscillations
Mostra commenti meno recenti
Hi. I am doing some time and freq analysis. So lets say I have some x-t data, I use fft to take them in freq domain, do some calculations and finally do ifft to return them back into the time domain. But after getting the ifft, I get the red plot, while the blue plot is obtained from another source (which appranely should be true).
I am not sure which one is correct? How come the ifft is ignoring the oscilaltions?
Thanks in advance.

8 Commenti
Adam
il 18 Ott 2019
Are you using exactly the same parameterisation as the other source and the same input data? If your data is not sampled at a high enough frequency (or you do something in the frequency domain to remove those high frequencies) then the final data will not be high enough resolution to include the highest frequency oscillations if they are above the Nyquist frequency
Walter Roberson
il 18 Ott 2019
Either you are very much under sampling or else you are filtering out high frequencies.
Walter Roberson
il 18 Ott 2019
If y3 is near 0 in the middle of it then that would filter out high frequencies.
If you plot x by itself do you see a lot of high frequency in the plot?
Walter Roberson
il 18 Ott 2019
If you wanted to force that kind of result, you could perhaps boost the high frequencies (the ones near the middle of the vector.) It would take some experimenting to work it out. But I do not think this is the right situation for you -- I do not expect that ti would be justifiable for your purposes.
Sorry, I do not know anything about converting between sides of spectra.
Walter Roberson
il 20 Ott 2019
fftshift() to convert fft representations.
Bjorn Gustavsson
il 20 Ott 2019
Based on your question and comments it is clear (this will come off as a bit abrasive) that you should read up on what you do when Fourier-transforming data and what happens with the Fourier-transform when you do operations on it (what multiplication in the Fourier-domain corresponds to in the time-domain etc).
Risposte (0)
Categorie
Scopri di più su Fourier Analysis and Filtering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!