-
Hi,
thank you for providing this toolbox. Is there any future work planned toward allowing 3D stationary wavelet transform? E.g. on an array of shape (batch, channels, height, width, depth) .
-
Hi, thanks for this lib !
What I need to do is to measure the energy / power of two variables on a time-series
I was wondering if this library includes the continuous wavelet transform (cwt ) mo…
-
When I use the pywt.swt function for a level 1 transform I get different results than when doing a manual convolution with the low pass and high pass filters using wavelet.dec_lo and wavelet.dec_hi. I…
-
Hello,
First of all, thank you for the nice implementation of wavelet transform in PyTorch.
I tried to run your implementation of 2d stationary wavelet transform (or undecimated wavelet transf…
-
Continuous wavelet transform seems like an interesting alternative to STFT for time/frequency analysis.
See : http://www.phy.uct.ac.za/courses/python/examples/moreexamples.html#wavelet-analysis-conti…
-
Hello!
While working on [this issue](https://neuroimage.usc.edu/forums/t/missing-items-in-process-options-1-f-compensation-multiply-output-values-by-frequency/24452/14) and the [TF tutorial](https:…
-
See this page:
http://nicolas.brodu.net/en/programmation/incremfa/index.html
-
Hi, Is there any future work planned toward allowing 3D DWT transforms? E.g. on an array of shape `(batch, channels, height, width, depth) `.
I'd be very interested in working on this myself if yo…
-
I think it would be nice to have some demonstrations of the shift-invariant property of the dual-tree wavelet transform, as described in Chapter 4 of this paper:[ Complex Wavelets for Shift Invariant …
xir4n updated
1 month ago
-
[Python implementation](https://pycwt.readthedocs.io/en/latest/)