-
Notifications
You must be signed in to change notification settings - Fork 54
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
Can this library do the inverse CWT? #23
Comments
Not yet, will add it to the list. Are there more people that need this feature? |
An ICWT would be very helpful for my research! |
yes would be very handy |
I see there is great interest in a fast inverse CWT. In #36, I mentioned the difficulties with implementing an inverse CWT, however I will put it on my list for the next major update. Thank you for showing your interest. |
Yes it would also help me very much ! Side note, do any of you know any sound processing in the wavelet domain ? |
It will be very helpful! My research is ML which makes CWT data(image) |
inverse fcwt will be very helpful ~~~~l |
Agreed, I'm also interested in performing the inverse too! Thanks for this great tool! |
Likewise, would be interested in the implementation of inverse fCWT. |
I've been tinkering a bit to see whether an inverse fCWT was possible and it is actually very easy! I'm still planning to implement this in the next version, but due to other priorities in my PhD, this update is being postponed constantly. For now, you can sum all real valued rows of the time frequency matrix (wavelet coefficient matrix):
Note that we are not normalizing anything yet, so this is not correct if you are really interested in the absolute amplitudes of the signal. However, if you are planning to normalize the signal anyway, this could be a straightforward solution! |
This would be super handy for audio processing
The text was updated successfully, but these errors were encountered: