Open nyetwurk opened 6 years ago
A workaround is to reduce the smoothing in Options->Configure Filter->HP/TQ Smoothing, especially for logs with low sample rates
Fix would be to only apply smoothing/moving average to filtered data that exists in the ranges. Also, do separate smoothing per range so each range is not affected by its neighbor.
moving window calculations are done over the entire dataset. It should be done post filter so the moving window does not include filtered data in its calculations. This is most apparent in HP/TQ displays, where if acceleration data changes abruptly near the end of a filtered region, you get a huge drop off early in the region due to data from outside of the filtered region.