-
When I jit a function that contains nap.compute_wavelet_transform, I got error:
The sig I'm feeding in is a Tsd, so I wonder if it's some issue with jax.
-
I was following your tutorial for plotting time-frequency representation using the compute_wavelet_transform() function and realized the plot would benefit from having a corresponding heatmap color le…
-
-
Thank you very much for sharing, and I would like to ask how you trained the wavelet transform part to get the weights.Looking forward to hearing from you
-
-
I came across the following error when I used **ezmsg.sigproc.wavelets.CWT** to do wavelet transform:
```
2024-11-03 09:59:44.909 - pid: 36349 - TaskThread - WARNING - windowing: windowing is non-…
-
I was doing a similar job recently and encountered the same problem. I would like to ask for your help. I want to input a (b, c, w, h, d) 3D image data. The output after discrete wavelet transform is …
RY-97 updated
6 months ago
-
HI! Congratulations on your successful submission,I checked your xnet.py and found that there are no wavelets in it, but I found that they are provided in your wavelet2D.py, is your wavelet a pre-proc…
-
I would like to take this opportunity to ask you if we have any inverse continuous wavelet transform algorithm that allows us to reconstruct the signal with wavelets, such as daubechies. I did a fair…
-
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) .