PyWavelets/pywt

Plotting inconsistencies with CWT function

Opened this issue · 0 comments

Hello,

For the past week, I have been trying to figure out a plotting issue with the continuous wavelet transform function. I know from literature that we should see peaks in the coefficients at the central frequency. However, using any form of plotter (imshow(), pcolormesh(), or pd.DataFrame()) to plot the coefficients against frequencies and translation doesn't align with our expectations. Any help here would be appreciated!

For reference, I want to examine exactly how the CWT works on example functions, so I have tested it here on gaus1 and gaus2 wavelets, as well as the Gaussian distribution.

proof