You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: