Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inverse cwt #30

Open
renskegelderloos opened this issue Apr 3, 2019 · 1 comment
Open

inverse cwt #30

renskegelderloos opened this issue Apr 3, 2019 · 1 comment

Comments

@renskegelderloos
Copy link

I believe there is a square root missing (sj) in the calculation of the inverse wavelet transform. It should be:

iW = (dj * np.sqrt(dt) / wavelet.cdelta * wavelet.psi(0) *
(np.real(W) / np.sqrt(sj)).sum(axis=0))

@jorgman1
Copy link

Yes, and a parenthesis around the first denominator. See pull request #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants