-
Notifications
You must be signed in to change notification settings - Fork 88
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
bivariate EMD has some bugs #44
Comments
Thanks, @Orangeyzao for pointing this out, as I work on #42, I am realizing that the bivariate framework will require some debugging and improvement. I'll update here when it is fixed. |
Hi @Orangeyzao, Can you please re-install pyhht from the latest dev branch and check the bivariate EMD again? Please let me know if this works. |
Thinking about this a bit more, I'd expect the same modes as without the frequency translation, plus an additional mode at the frequency of the modulator (fc=0.1). |
@jaidevd |
@Orangeyzao, can you provide an example? Also, which MATLAB package are you using? |
self.nbit = 0 |
Could you elaborate further? |
"while not(stop_sift) and (self.nbit < self.maxiter):" |
That's a serious bug. Thanks for this. Fixing. |
@Orangeyzao can you please re-install from the dev branch and try again? |
Not sure if this was supposed to fix handling of complex-valued inputs, but I assume not as results on same are still incorrect. |
Hello, when I applied the code to complex list for bivariate EMD, the result is not cosistent with matlab's.
The text was updated successfully, but these errors were encountered: