I have collected the data from different exercise activities by using accelerometer sensor through MATLAB mobile sensor support application. I faced a problem when I process the data, which as follows:

  • Sensor recording are not synchronized and the time range is not accurate either. Sample rate of sensor is not exactly 50Hz and not consistent.

To make all the sensor data synchronized at the exact same sample rate, we interpolated and re-sampled the data. My Question is:

Is there any side-effect of this interpolation and re-sampling on data?

Similar questions and discussions