cwt-tensorflow
cwt-tensorflow copied to clipboard
Continuous wavelet transform (CWT) in tensorflow
there is an error in rickerWavelet, instead of ` tf.cast` its `cast`
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...
Thank you for nice implementation with gpu acceleration. Although your code works perfectly, it seems to apply only for data sampled at sampling rate = 1 Hz. Can I make...