How to plot fft in MATLAB from the given x and y values in text format using rectangular windowing?
Afficher commentaires plus anciens
Hello,
I am new in MATLAB. I am having a data base which contains 2048 , x values correspond to y values in txt format. for example
x y
1 89
2 98
. .
. .
. .
2048 96
I just want to ask a question how to plot fft of these values using rectangular windowing? Please suggest the MATLAB code of this. I will be highly obliged of you because it is very important for my project.
3 commentaires
Dishant Arora
le 18 Juil 2013
Rectangular window is like no window at all. So, you can plot fft using:
stem(abs(fft(y)))
Sanjay Saxena
le 19 Juil 2013
Dishant Arora
le 19 Juil 2013
Are you getting multiple peaks?? It might happen due un-coherent sampling. You must know what are spectral leakage and scalloping losses.
Réponses (0)
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!