Hey forum,
So i have been working on a DIY segway projects and i was using the TIVA C Launchpad and the sensor hub. I was reading a lot of material that was recommending to use a filter to filter bad accelerometer and gyroscopic data. I was also looking at the material about the sensor hub and it mentions that it uses a "Direct Cosine Matrix (DCM) algorithm"
which it says provide a higher accuracy value and less prone to drop out. So what i was wondering is if i needed to still implement a filter component to my project (i was planning to use a kalman filter) or I do not need to worry about it.