wavelets
wavelets copied to clipboard
Python implementation of the wavelet analysis found in Torrence and Compo (1998)
This can be used to filter out frequencies in the CWT and reconstruct the signal. When calling `reconstruction`, just provide the argument `wave` with the new wavelet_transform array. Set the...
Hi Aaren, first of all thanks a lot for this awesome clean implementation, it's a pleasure to use! I realized yesterday that somehow my power values where off quite a...
Hi, I am currently looking/ comparing different wavelet packages have to say yours is a very nice package. however there may be an issue in the correct calculation of the...
when i use global_wavelet_spectrum, how to plot the significance testing line?