How do I do FFT for small amount of points?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a small amount of data points X=[8 7 2 4 5 1] that I want to perform FFT for in order to find the trig functions that compose this repeating pattern. Is there an easy way to code this? I've seen a bunch of code that works for continuous samples of waves but I want to downsize it.
0 Commenti
Risposte (2)
Joseph Schmidt
il 10 Dic 2016
1 Commento
Walter Roberson
il 10 Dic 2016
See the first example in the fft documentation as that shows how to label the x axis with frequency
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!