Fourier transform of a current data file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 16 Ago 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!