Filter löschen
Filter löschen

How can i create frequency and time domain from raw data

21 Ansichten (letzte 30 Tage)
ALIFF DANIAL
ALIFF DANIAL am 31 Jan. 2023
Beantwortet: William Rose am 31 Jan. 2023
How to create the time domain frequency domain ,fft from this raw data .Please include command or code for the solution thank you

Antworten (1)

William Rose
William Rose am 31 Jan. 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.

Kategorien

Mehr zu Vibration Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by