nickgeoca / cwt-tensorflow

Continuous wavelet transform (CWT) in tensorflow
Apache License 2.0
54 stars 15 forks source link

Add DWT #6

Open nickgeoca opened 6 years ago

nickgeoca commented 6 years ago

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.