lhartvik / ParkinsonTracker

GNU General Public License v3.0
1 stars 0 forks source link

Analyzing data #2

Closed lhartvik closed 1 year ago

lhartvik commented 1 year ago

I think a Fourier transform would yield useful information. I am guessing that the disease contributes to a certain wavelength of vibration, while many other wavelengths are noise such as constant gravity, and breathing or pulse which can wary a lot.

It is easier to make a fast fourier transform with Python, R or Java.

This is why I've stored the raw data to firebase for now.

I want to make a proper analysis of the data in a lambda function or otherwise, creating a data set or graphical Plots for this app to show.