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

Real-time filtering vs array filtering #15

Closed
tunakif opened this issue Feb 25, 2020 · 2 comments
Closed

Real-time filtering vs array filtering #15

tunakif opened this issue Feb 25, 2020 · 2 comments

Comments

@tunakif
Copy link

tunakif commented Feb 25, 2020

Hi! This library is very useful for my android project, thank you for doing this! My project actually does not need real-time filtering, but I can't find any reliable array filtering library. May I know the difference in result between real-time filtering vs array filtering?

@berndporr
Copy link
Owner

berndporr commented Feb 25, 2020

Realtime filtering won't know the next sample (i.e. the future). Array filtering can resort to the whole series. You can always do a loop and feed the data through it one by one. See the unit tests which simulate realtime filtering by feeding a recording/data into the filter one by one.

@tunakif
Copy link
Author

tunakif commented Feb 26, 2020

Oh alright! Thank you!

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

No branches or pull requests

2 participants