Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I have seen a "sliding window average" being used as signal filter for measurement values. That's a simple low-pass filter to reduce transient noise.
-
Caches, low pass filters, anomaly detection, ML on sequential data (including images), derivatives on general which are a common part of any analysis job or anything to do with a streaming sensor, this could even be low level mouse handling in games.
-
Not recently. But i definitely needed one for n-gram histogram generation in a crawler project. Probably used them for other things too, but can't remember. Never tried leetcode though.
has anybody had to use a "sliding window" in industry outside of leetcode?
rant