Giter Club home page Giter Club logo

Comments (10)

fastlib avatar fastlib commented on August 24, 2024 12

Not yet, will add it to the list. Are there more people that need this feature?

from fcwt.

fastlib avatar fastlib commented on August 24, 2024 3

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.

from fcwt.

aphoffmann avatar aphoffmann commented on August 24, 2024 2

An ICWT would be very helpful for my research!

from fcwt.

fastlib avatar fastlib commented on August 24, 2024 1

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):

signal = np.real(tfm).sum(axis=0)

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!

from fcwt.

filefolder avatar filefolder commented on August 24, 2024

yes would be very handy

from fcwt.

nicolasvair avatar nicolasvair commented on August 24, 2024

Yes it would also help me very much !

Side note, do any of you know any sound processing in the wavelet domain ?
If existing in python, it would be fontastic to use with neutone AI audio plugin.

from fcwt.

InitusNovus avatar InitusNovus commented on August 24, 2024

It will be very helpful!

My research is ML which makes CWT data(image)
If the fast ICWT exists, I will be able to put it in the learning loop, so I will have a chance to step further.

from fcwt.

GUIMINLONG avatar GUIMINLONG commented on August 24, 2024

inverse fcwt will be very helpful ~~~~l

from fcwt.

Sean-M-Devlin avatar Sean-M-Devlin commented on August 24, 2024

Agreed, I'm also interested in performing the inverse too! Thanks for this great tool!

from fcwt.

vctrbrtn avatar vctrbrtn commented on August 24, 2024

Likewise, would be interested in the implementation of inverse fCWT.

from fcwt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.