/androidFFT

Does FFT (Fast Fourier Transform) to the acceleration data that obtained from an android device.

Primary LanguageJava

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

You can download the app on Google Play Store

Important Notes

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