-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
A median filter is a useful algorithm for when you need to rely on valid data points from noisy data. It is well documented in this short writeup. Nick wrote a median filter for our previous payload, but it wasn't tested very extensively and may require modifications.
The median filter should be placed in lib/components and inherit from Component
Reactions are currently unavailable