Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 923 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 923 Bytes

FFT (Fast Fourier Transform) Android Acceleration Data

This app reads sensor data until reaches the desired sample size, and than transforms this data with Fast Fourier. FFT part is implemented as native code : for more info take a look at this repo.

Graph library : https://github.com/jjoe64/GraphView

Important Notes

  • You can set sampling size on config screen like 512,1024, ...
  • This app just exports raw Acceleration Data not fft data.