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

Stateful Filter Object #7

Open
GassiusODude opened this issue Jan 24, 2021 · 0 comments
Open

Stateful Filter Object #7

GassiusODude opened this issue Jan 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@GassiusODude
Copy link
Owner

The filter object allows for desigining a filter and applying it on a signal.

Currently it does not store the state of the buffer and thus does not support streaming application of the filter.

If comparing to scipy.signal.lfilter, this would be equivalent to storing the zi and updating zf to the internal state of the object.

@GassiusODude GassiusODude added the enhancement New feature or request label Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant