fastlib / fCWT

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

Other mother wavelets #60

Open Antguz opened 6 months ago

Antguz commented 6 months 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 6 months ago

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