FFT of time domain data from excel

3 visualizaciones (últimos 30 días)
Yogesh Nadarge
Yogesh Nadarge el 28 de Jul. de 2020
Editada: Alan Moses el 5 de Ag. de 2020
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.

Respuestas (1)

Alan Moses
Alan Moses el 5 de Ag. de 2020
Editada: Alan Moses el 5 de Ag. de 2020
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.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by