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 set sampling size on config screen like 512,1024, ...
- This app just exports raw Acceleration Data not fft data.