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

Rework downsampling #28

Open
mef51 opened this issue Sep 13, 2023 · 0 comments
Open

Rework downsampling #28

mef51 opened this issue Sep 13, 2023 · 0 comments
Labels
feature New feature or request

Comments

@mef51
Copy link
Owner

mef51 commented Sep 13, 2023

Right now you need to input a factor that evenly divides the shape for subsample to work, and any other value doesn't work
Either

  • Remake the interface so that the user inputs the factor they want to downsample by so that you don't need to directly input the number of channels, or,
  • Change the downsampling algorithm to handle different sizes. FFT downsampling? interpolating?
@mef51 mef51 added the feature New feature or request label Sep 13, 2023
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