How can i create frequency and time domain from raw data

20 visualizaciones (últimos 30 días)
ALIFF DANIAL
ALIFF DANIAL el 31 de En. de 2023
Respondida: William Rose el 31 de En. de 2023
Bora Eryilmaz ha marcado con alerta este/a pregunta
How to create the time domain frequency domain ,fft from this raw data .Please include command or code for the solution thank you

Respuestas (1)

William Rose
William Rose el 31 de En. de 2023
To plot the time domain data, use plot(). Read the help for plot() if you are unsure.
To plot the data in the frequency domain, learn about the Fourier transform, if you are not familiar with it, and read the help for fft(), and read the help for periodogram() and pwelch(). After you have computed the FFT or the power spectrum, use plot() to plot the frequency domain data.
I am attaching some notes I have written on this subject. The notes include examples with Matlab code.
Good luck with your work.

Categorías

Más información sobre Vibration Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by