Wavelets.jl icon indicating copy to clipboard operation
Wavelets.jl copied to clipboard

A Julia package for fast discrete wavelet transforms and utilities

Results 20 Wavelets.jl issues
Sort by recently updated
recently updated
newest added

I am working with non-squared matrix 2D (x != y) or 3D (x != y != z). For example an image of 220 x 160, when applying the DWT it...

Can someone explain what is needed here please? I am already passing a float variable of which all elements are already in decimal points. this statement wpt(x, wt, maketree(x)) return...

Hi, my team has developed an extension to your package Wavelets.jl which contains 2D-WPT, stationary transforms, group operations on signals (best basis, denoising, feature extraction). It would be really helpful...

I am sure I am missing something but I when I run dwt I can only see the first level wavelet detail coefficients. How can I see the other levels?

I may have missed it but some references for the algorithms and wavelets implemented in the README or in other docs would be hugely helpful. Hope this is appropriate to...

In the interest of not pestering you all the time with updates to the continuous wavelet transform, I split it out into a separate package [here](https://github.com/dsweber2/ContinuousWavelets.jl) (longterm home is likely...

Hi, may I know if you are planning to write 2D WPT as shown in the To-do list? If so, when will it be available? Thanks.

Dear All, I am working on Ph.D research and I would like to implement lifting transform of image using haar or any other using julia but i am not getting...

Hi, would it possible for someone to provide the Wavelets.jl code that recreates the example shown at the bottom [here](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.morlet2.html), the time-frequency analysis they show ?

Could this package have a build in api for calculating wavelet coherency? it's a very import method for neuroscience :D