Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a median filter component #39

Open
LuxMiranda opened this issue Feb 24, 2017 · 0 comments
Open

Write a median filter component #39

LuxMiranda opened this issue Feb 24, 2017 · 0 comments

Comments

@LuxMiranda
Copy link

LuxMiranda commented Feb 24, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants