Discrete Wavelet Transform (DWT) would be helpful because it is orders of magnitude faster. For comparison (using CPUs): this repo's CWT against Pywavelet's DWT, DWT was about 200,000x faster.
The question is what is the best way/algorithm to do it. If someone is knowledgeable, please chime in.
For DWT intro material, section 4 of this article looks good.
Discrete Wavelet Transform (DWT) would be helpful because it is orders of magnitude faster. For comparison (using CPUs): this repo's CWT against Pywavelet's DWT, DWT was about 200,000x faster.
The question is what is the best way/algorithm to do it. If someone is knowledgeable, please chime in.
For DWT intro material, section 4 of this article looks good.