Frequency to Time domain conversion ?

I have a excel file of Frequency vs. Magnitude. How to convert into Time vs. Magnitude in Matlab & Simulink?

Answers (1)

If the frequencies are equally spaced, then use ifft()
If the frequencies are not equally spaced, then see NFFT

2 Comments

Sir, How to apply NFFT?
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.

Categories

Asked:

on 13 Dec 2015

Commented:

on 14 Dec 2015

Community Treasure Hunt

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

Start Hunting!