Frequency to Time domain conversion ?

4 views (last 30 days)
Arul Thm
Arul Thm on 13 Dec 2015
Commented: Walter Roberson on 14 Dec 2015
I have a excel file of Frequency vs. Magnitude. How to convert into Time vs. Magnitude in Matlab & Simulink?

Answers (1)

Walter Roberson
Walter Roberson on 13 Dec 2015
If the frequencies are equally spaced, then use ifft()
If the frequencies are not equally spaced, then see NFFT
  2 Comments
Arul Thm
Arul Thm on 14 Dec 2015
Sir, How to apply NFFT?
Walter Roberson
Walter Roberson on 14 Dec 2015
You would need to download the code from the above link and install it.
Other possible reading of interest:
https://www.mathworks.com/matlabcentral/newsreader/view_thread/41005

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!