This repository was archived by the owner on Sep 25, 2023. It is now read-only.
This repository was archived by the owner on Sep 25, 2023. It is now read-only.
[FEA]Discrete Wavelet Transform #327
Open
Description
Is your feature request related to a problem? Please describe.
I wish I could use cuSignal to work on Discrete Wavelet Transforms in a way like I use PyWavelets
(cA, cD) = pywt.dwt(arr, 'db1',axis=-1)
Describe the solution you'd like
I would like to have a single api to take an array of data and the mother wavelets, which is GPU accelerated and produces output as in PyWavelets
Describe alternatives you've considered
cuSignal has CWT, but this does not work for our usecase. Also tried https://github.com/pierrepaleo/PDWT, but it does not work with variations in wavelets as input.
Additional context
A similar to PyWavelets
(cA, cD) = pywt.dwt(arr, 'db1',axis=-1)
Metadata
Metadata
Assignees
Type
Projects
Status
No status