Moving average Vs complementary filter
By Glados – Custom level – uploaded 28 Jan 2026 from AndroidViews: 35 - Downloads: 24 - Level ID: 1480 - Play in browser (BETA)
Comments
4 months ago
Glados: @randomguy123 np, ask me on discord any time
4 months ago
randomguy123: @Glados thanks dude i finally understood it :)
4 months ago
Glados: @randomguy @BobMonkeypimp2 both are a type of low-pass filter. Moving average is calculated by storing a specific amount of samples (125Hz here, so 125 per second, this example uses 250 samples) and average all samples, then move them one slot, discarding the oldes sample and storing the new one, like a FIFO queue where you average every slot on each step
4 months ago
BobMonkeypimp2: @randomguy - Think of it as smoothing noise.
4 months ago
randomguy123: What does moving average mean ?