UCD4IDS / ContinuousWavelets.jl

wide array of continuous wavelet transforms using Julia
https://dsweber2.github.io/ContinuousWavelets.jl/dev/
Other
21 stars 7 forks source link

Function name clash #21

Closed markNZed closed 1 year ago

markNZed commented 3 years ago

Hi, it looks like Wavelets has implemented undocumented cwt and computeWavelets so the example needs to qualify those functions. It is great to have this package available - thanks!

dsweber2 commented 3 years ago

I was one of the people responsible for those functions in Wavelets.jl, but decided to separate them out for easier maintenance. There's an active pull request to remove them, so this should eventually resolve on Wavelet.jl's side. I suppose in the meantime I should include the necessary qualifications in the docs.

Glad to hear someone's finding use in this package!

markNZed commented 3 years ago

It is very cool that you have the spectrogram feature! I did not seen this for wavelets.jl

henry2004y commented 2 years ago

I guess the maintainer of Wavelets.jl is waiting for this package to become more stable for this https://github.com/JuliaDSP/Wavelets.jl/pull/70 to be merged. I don't know how much overlap these two packages have right now.