I want to smooth/filter the output from the IMU MPU6050 gyroscope which is the angular velocity, but i don't want to use complex filters, like Kalman filter. From what i understand, ideally, i should use a high-pass filter, but during my research, i haven't found any relatively easy high pass filter than i can implement on Arduino UNO. So, i'm thinking using maybe Moving Average filter or Exponential filter?? Are these good choices? And are there other filters which would be better and at the same time, reasonably easy to implement and run on Arduino UNO?