FFT of Acceleration data stored in excel file
Show older comments
I have aceeleration data stored from a accelorometer viz. adxl335 in a excel file. The format of the data is time and its corresponding acceleration value. I want to creat a program which reads the acceleration data from the excel file and generate a amplitude vs frequency plot for the same.
Answers (1)
KSSV
on 27 Apr 2022
0 votes
- To load the data use readtable
- To get fft read about fft.
Categories
Find more on Get Started with Signal Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!