This is not directly related to the repository of
pywavelets, but nonetheless I think this may be of interested to some of you. Recently, I ported the
CWT implementation of Aaren to
PyTorch so that wavelet filtering can be applied in parallel on a GPU. Motivation behind this is that I needed a way of rapidly processing a huge number of signals, which can now be done by running the filtering in batches on the GPU. Please find the code here:
https://github.com/tomrunia/PyTorchWavelets -- All suggestions and contributions are welcome. Happy filtering!
-- Tom