Replies: 1 comment
-
Hi, I'm having a similar problem. See attached plots: 1) blue = input signal, orange = reconstructed. 2) Difference i.e. orange minus blue. Would be grateful for any suggestions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After fixing the bug from PR( #29 ), I test the following code and plot the original timeseries and iwave, but they are not fully same.
W, scales, freqs, coi, _, _ = wavelet.cwt(s, dt, dj, s0, J, mother)
iwave = wavelet.icwt(W, scales, dt, dj, mother)
And it seems in the example of https://pycwt.readthedocs.io/en/latest/, there is the same problem in fig a).
Have anyone met this and how to solve it?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions