필터 지우기
필터 지우기

fft of set of data points in csv file

조회 수: 1 (최근 30일)
Shyam
Shyam 2015년 10월 16일
댓글: Geoff Hayes 2015년 10월 17일
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

답변 (1개)

Geoff Hayes
Geoff Hayes 2015년 10월 16일
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
Shyam
Shyam 2015년 10월 17일
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 2015년 10월 17일
Please show us what code you have written to do this, and perhaps include the data so that we can try it out too.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by