Moving average Vs complementary filter
By Glados – Custom level – uploaded 28 Jan 2026 from AndroidViews: 32 - Downloads: 20 - Level ID: 1480 - Play in browser (BETA)
Comments
11 days ago
Glados: @randomguy123 np, ask me on discord any time
11 days ago
randomguy123: @Glados thanks dude i finally understood it :)
11 days 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
13 days ago
BobMonkeypimp2: @randomguy - Think of it as smoothing noise.
13 days ago
randomguy123: What does moving average mean ?