Frequency domain to Time Domain using IFFT
이전 댓글 표시
Hello,
I have data in an Excel spreadsheet that is in terms of frequency and amplitude. I want to convert this to a signal as a function of time using an inverse Fourier transform. What script could I use to import this data and perform the ifft.
Thanks
댓글 수: 3
Walter Roberson
2017년 10월 5일
Are the frequencies evenly spaced or irregularly spaced? If they are not evenly spaced in the file, is there an underlying even spacing but we should assume that any frequency not mentioned in the file has 0 amplitude?
Are the amplitudes complex valued? If so how are the complex numbers represented in the file? http://www.engineerexcel.com/complex-numbers-in-excel/
Mohd Faisal Ansari
2020년 5월 1일
Hello Sir, I have data in an Excel spreadsheet that is in terms of frequency and amplitude, how can I convert this into time domain curve?
waiting for response
답변 (1개)
Walter Roberson
2017년 10월 5일
0 개 추천
You would need a non-uniform DFT. See https://www.mathworks.com/matlabcentral/fileexchange/25135-nufft--nfft--usfft
카테고리
도움말 센터 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!