Fourier transform of a current data file

1 view (last 30 days)
Azam Besharat
Azam Besharat on 15 Aug 2020
Commented: Walter Roberson on 16 Aug 2020
Hi everyone I have to get fourier transform of a current data file. It's about calculating the high harmonic generation. How can I do it? Thanks for your guide
  1 Comment
Walter Roberson
Walter Roberson on 16 Aug 2020
Read in the file and then fft() or fft2() or fftn() the array?
See the first example in the fft() documentation for guidance on creating the axes values.

Sign in to comment.

Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!