JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
184 stars 30 forks source link

Potential use of fast continous wavelet transform? #82

Open smj-edison opened 1 year ago

smj-edison commented 1 year ago

Hi! I recently was reading about wavelets, and I noticed that just recently there was a paper (and corrisponding code) on an implementation of the continous wavelet transform that had performance gains of ~30-120 times faster. Not sure if this is within the scope of this package, but I figured it might be something that would be applicable :)

gummif commented 1 year ago

I'm not sure but you may want to ask in https://github.com/UCD4IDS/ContinuousWavelets.jl if this can be implemented efficiently in julia.