FFT of Acceleration data stored in excel file

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)

  1. To load the data use readtable
  2. To get fft read about fft.

Categories

Products

Release

R2018a

Asked:

on 27 Apr 2022

Answered:

on 27 Apr 2022

Community Treasure Hunt

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

Start Hunting!