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

Add impulse response filters (IIR, FIR) #113

Open
Ivorforce opened this issue Oct 7, 2024 · 0 comments
Open

Add impulse response filters (IIR, FIR) #113

Ivorforce opened this issue Oct 7, 2024 · 0 comments
Labels
feature New feature or request

Comments

@Ivorforce
Copy link
Owner

This is commonly used for frequency filtering, e.g. scipy.signal.lfilter.

xtensor has filtering in xtensor-signal. Notably it's not lazy, so we'll probably have to deal with copying, but that probably won't be the bottleneck.

@Ivorforce Ivorforce added the feature New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant