This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Add generic dtcwt.sampling.{rescale,sample}_subbands functions #92
Labels
Milestone
Comments
Arose in comments of #90. |
Yes, I think this is what I need. As it stands (and assuming I'm using it correctly), I have a set of locations to sample from which are unique to a given subband, but the function does the rotation/sampling/rotation for every subband and I throw 5/6ths of these samples away. |
Super. Do you want to take a crack at it or shall I? If you want a go, I'll see if there's any sensible way to assign you. (If not, I'll just de-assign myself.) |
I can try; it's only fair considering I'm the one that needs this functionality. |
Have a go then. I may review for style but the quickest way to write code is not to have to do it :). |
(Don't forget to add some tests. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes one may want to sample from or rescale only specific subbands. Add
dtcwt.sampling.{rescale,sample}_subbands
functions whichdtcwt.sampling.{rescale,sample}_highpass
then become special cases of. E.g.:The text was updated successfully, but these errors were encountered: