Filter löschen
Filter löschen

fft of set of data points in csv file

1 Ansicht (letzte 30 Tage)
Shyam
Shyam am 16 Okt. 2015
Kommentiert: Geoff Hayes am 17 Okt. 2015
I want to find the frequency components of a set of data points in a .csv file. There are 50k points sampled at 2e-5 interval.
I especially want to see subharmonic oscillations (fundamental is 50Hz)
Thanks in advance

Antworten (1)

Geoff Hayes
Geoff Hayes am 16 Okt. 2015
Shyam - use cvsread to read this one second's worth of data from the file and to store it in an array. Then compute the FFT using fft on that data.
  2 Kommentare
Shyam
Shyam am 17 Okt. 2015
I did the same, but i am not able to see the frequency spectrum. Especially, i am interested in subharmonic components
Geoff Hayes
Geoff Hayes am 17 Okt. 2015
Please show us what code you have written to do this, and perhaps include the data so that we can try it out too.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by