Hi,
i am currently trying to approximate the distance of a sensor when being moved. I am recording all the raw sensor data for later analysis with python.
Those values are 16bit for XYZ-axis as well as an timestamp.
I am working with a discrimination window to neutralize all values which are below a calibrated threshold-value. Also I am using a butterworth lowpass with a 6Hz cutoff frequency.
When integrating the acceleration data twice my distance value is very far off.
I read a lot of the filtering already and that its very application-oriented but I am not really sure where I should start from right now.
Thanks for your help already.