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

Wigner Ville Memory Error #171

Open
amChristonasis opened this issue Apr 7, 2020 · 2 comments
Open

Wigner Ville Memory Error #171

amChristonasis opened this issue Apr 7, 2020 · 2 comments
Milestone

Comments

@amChristonasis
Copy link

I am trying to compute the Wigner Ville Distribution for short audio clips. While it works correctly with small premade signals, the situation changes for wav files. The kernel crashes due to memory error. Huge arrays are needed when a NumPy array of zeroes is initiated. I can bypass this by downsampling my signal. The most I can get is around 20000 samples. More samples and the kernel dies due to the memory error. Am I doing something wrong or is the implementation that memory hungry?

@jaidevd
Copy link
Member

jaidevd commented Jan 11, 2021

Hi @amChristonasis - Sorry for the delay in responding. The WignerVille class is indeed memory intensive, but I'm sure some optimizations can be made to the implementation. I'll take a look over the next couple of weeks.

@jaidevd jaidevd added this to the v0.2 Release milestone Jan 11, 2021
@amChristonasis
Copy link
Author

amChristonasis commented Jan 11, 2021 via email

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

No branches or pull requests

2 participants