-
Notifications
You must be signed in to change notification settings - Fork 203
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
Kernel for folding vector #317
Comments
Could you rewrite your example in Python? Do you suggest a kernel that looks smth like this
Essentially a combination of |
|
So the function signature should look like this?
|
Everything is up for discussion really, maybe this kernel doesn't even make sense? But this is a common operation when you decimate in the frequency domain if you want it to be equivalent to decimation in the time domain. |
"fold" seems to be more general than this suggested kernel -- which I like the idea of, BTW. MATLAB "fold" recursively applies a function to a set of data, like what "reduce" in Octave does. Hence I'd suggest we use some other name ... it can include "fold", but it should be more precise. |
There doesn't seem to be a kernel for folding a vector by a divisor. This is essential for decimation in the frequency domain.
The text was updated successfully, but these errors were encountered: