Navigating the source! #14
Closed
gcliddellSoton
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @gcliddellSoton , good catch! Somehow not all the files were uploaded to github. I have uploaded the files on github now too, in case you like to use them. Also, when you install For block processing, I would suggest to use overlap-add method, that works well for most of processing techniques. This can be also parallarised (or use threading) to make them even faster. I hope that helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on environmental signal processing and event detection and have started implementing lots of functions that are in this package for block-wise processing on super long 1D signals that don't fit in my available memory. I'd love to look at some of the implementations in this package for style inspiration, so that if they turn out well I could hand them over, but I actually can't find the file where the entropy functions are implemented (not a great start!). I can see them being imported, e.g. "from .core.information_theory import entropy" but there is no file "core/information_theory.py" in the repository anywhere. Am I being a complete idiot?
Beta Was this translation helpful? Give feedback.
All reactions