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

Added wavelet transform limit and efficiency improvements. #5

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

JeremyKarst
Copy link
Contributor

Should give a dramatic speedup from original code due to less intermediate results, more efficient data structures, and elimination of the random number generation step.

Also added LSMlimit, which should allow computing partial LSM arrays for limiting peak finding to periods a fraction of the full signal length. This feature also dramatically reduces memory use.

Should give a dramatic speedup from original code due to less intermediate results, more efficient data structures, and elimination of the random number generation.
@LucaCerina LucaCerina merged commit 1a98ebf into LucaCerina:master Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants