6 ms·
This is pretty much what I’m doing. Except that I’m using an exponential moving average so I don’t have to mess with windowing.
by maxmunzel 4y ago
This is pretty much what I’m doing. Except that I’m using an exponential moving average so I don’t have to mess with windowing.
- catlifeonmars 4y agoOh nice, I hadn’t thought of that.