How to plot FFT in MATLAB by executing Vibration data recorded in Excel?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Wakeel Mohammed
am 3 Jan. 2021
Kommentiert: Star Strider
am 9 Jan. 2021
Hi,
I have several recorded vibration measurements in Exel files as Time vs. Acceleration. Now I need to plot Time Vs. Acc and FFT graphs for further analysis.
Thank in Advance for all put their comments and suggestions below!
0 Kommentare
Akzeptierte Antwort
Star Strider
am 3 Jan. 2021
Note that the sampling intervals must be constant, so if they are not, first use the Signal Processing Toolbox resample function to interpolate them to a constant sampling interval. Then use the fft function to calculate the spectra.
8 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Measurements and Feature Extraction 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!