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

WindowFilter duration based on movement speed #125

Open
Steppschuh opened this issue Oct 25, 2018 · 0 comments
Open

WindowFilter duration based on movement speed #125

Steppschuh opened this issue Oct 25, 2018 · 0 comments
Labels
accuracy enhancement Improves positioning accuracy core lib Core Library
Milestone

Comments

@Steppschuh
Copy link
Contributor

The sliding window filters used for signal cleaning could have a dynamically sized window, depending on the current movement speed.

If we detect that the device is not moving (or very slowly moving), we could increase the window duration (e.g. to 10 seconds). That would result in a more stable multilateration result.

If we detect that the device is moving, we could decrease the window duration (e.g. to 3 seconds). That would result in less delay of the multilateration result.

@Steppschuh Steppschuh added enhancement General improvement core lib Core Library labels Oct 25, 2018
@Steppschuh Steppschuh added this to the 0.5.0 milestone Oct 25, 2018
@Steppschuh Steppschuh added this to To Do in Java Core Library via automation Oct 25, 2018
@Steppschuh Steppschuh added accuracy enhancement Improves positioning accuracy and removed enhancement General improvement labels Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accuracy enhancement Improves positioning accuracy core lib Core Library
Projects
Development

No branches or pull requests

1 participant