How can i create frequency and time domain from raw data

조회 수: 20 (최근 30일)
ALIFF DANIAL
ALIFF DANIAL 2023년 1월 31일
답변: William Rose 2023년 1월 31일
이 질문에 Bora Eryilmaz 님이 플래그를 지정함
How to create the time domain frequency domain ,fft from this raw data .Please include command or code for the solution thank you

답변 (1개)

William Rose
William Rose 2023년 1월 31일
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.

카테고리

Help CenterFile Exchange에서 Vibration Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by