FFT of time domain data from excel

조회 수: 4 (최근 30일)
Yogesh Nadarge
Yogesh Nadarge 2020년 7월 28일
편집: Alan Moses 2020년 8월 5일
Hi,
I am attaching my .csv file which is having time data (in microseconds)in first column & amplitude data in second column. Can anybody help me to plot a frequency spectrum of this data. Your help will be much appreciated as I am new to FFT in MATLAB.

답변 (1개)

Alan Moses
Alan Moses 2020년 8월 5일
편집: Alan Moses 2020년 8월 5일
You can refer to readmatrix for reading the data from the CSV file. Using the readmatrix function, data in the CSV file you have mentioned is read into a matrix, where the first column indicates time and the second column indicates amplitude. Please refer to fft for applying fft function and plot the frequency spectrum.

카테고리

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