fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
243 stars 49 forks source link

Other mother wavelets #60

Open Antguz opened 1 month ago

Antguz commented 1 month ago

Hi,

Great repository and speed. This is a request, not an issue.

Is there any way to add other wavelet types? For instance, a Gaussian wavelet where we can define a variance is quite common in spectroscopy.

AG.

lschneiderbauer commented 1 month ago

Hi, looking at the code, you probably need to implement a subclass of "Wavelet", like it is done for the "Morlet".