JuliaDSP / Wavelets.jl

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

Morlet wavelet #48

Closed nie12 closed 4 years ago

nie12 commented 5 years ago

Morlet wavelet analysis is needed in the analysis of waves. I hope it can be implemented.

cdane commented 5 years ago

There is a continuous wavelet transform with Morlet wavelets in this branch: https://github.com/dsweber2/Wavelets.jl e.g. xt = cwt(x, wavelet(WT.morl))

Conversation is here: https://github.com/JuliaDSP/Wavelets.jl/pull/35

Losses commented 5 years ago

Still not merged after 2 years...? :anguished:

gummif commented 4 years ago

35 has been merged.