Borrar filtros
Borrar filtros

I have a .CSV file having time domain signal data . But I want to plot it in frequency domain. How to do that using MATLAB ?

5 visualizaciones (últimos 30 días)
I have a .CSV file having time domain signal data . But I want to plot it in frequency domain. How to do that using MATLAB ?

Respuestas (1)

Walter Roberson
Walter Roberson el 15 de Jul. de 2020
csvread() the file. Then follow the first example in the fft() documentation, as it shows how to construct the plot labels.
You will need to know what the sampling frequency of the signal is.
  3 comentarios
Yogesh Nadarge
Yogesh Nadarge el 28 de Jul. 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Spectral Measurements 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