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

Why are wavelet daubechies not supported in the CWT algorithm? #750

Open
Yecaergi opened this issue Jun 11, 2024 · 1 comment
Open

Why are wavelet daubechies not supported in the CWT algorithm? #750

Yecaergi opened this issue Jun 11, 2024 · 1 comment

Comments

@Yecaergi
Copy link

Hello everyone! In the version of Matlab R2016a I did some work implementing the daubechies wavelet in the continuous wavelet transform, CWT. I need to replicate these results in Python. Searching different libraries, I notice that none of them have implemented cwt for this type of wavelets. I don't understand the theoretical reason behind it. Is there any progress on this? Could they be implemented in the CWT? Thank you!

@agriyakhetarpal
Copy link
Collaborator

Hi, @Yecaergi! I cannot speak for the greater scientific wavelets community on the question of why wavelets libraries have not implemented the Daubechies wavelet for CWT in particular (I would have recommended looking through SciPy's signal subpackage instead, which I guess is deprecated and points to PyWavelets as of now), but I would like to point that nowadays PyWavelets is in maintenance mode to support its dependents; it does not plan to add new enhancements or features besides documentation upkeep and fixes for outstanding bugs. It looks like this has been a previously requested and much-sought feature, though – please refer to gh-365 for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants