Outliers after moving average processing
Hello community,
in my current project I use a NUCLEO-H743ZI2 to acquireaccelerations and angular velocities from a LSM9DS1 (high and low byte - let's call it raw data). The serial transmission to my computer works well.
Due to errors in acquired values I use a moving average for noise damping. After computation the computed moving average values (I call them processed data) are split into high and low byte again for transmision to my computer. Looking at the processed values I can recognize that the mean value is nearly equal to the one of the raw data.
In the processed data I occure outliers that cannot be found in the raw data. I have no solution for this problem and I wonder if it has been seen before. Even the use of a quadratic average produces these outliers.
Has anyone seen this effct before and maybe solved it? I would be very appreciated for all kinds of help!!!
