Fourier transform of a current data file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!