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

Correct factors for complex Morlet wavelet #740

Open
itamwa opened this issue May 9, 2024 · 0 comments
Open

Correct factors for complex Morlet wavelet #740

itamwa opened this issue May 9, 2024 · 0 comments
Labels

Comments

@itamwa
Copy link

itamwa commented May 9, 2024

Hi there,

I'm using the continuous complex Morlet transform to compare a local energy spectrum and qualitatively I get what I expect (from Fourier transform, for example). Quantitatively, however, I'm pretty off.

I suspect two things:

  1. In the literature I see that for the wavelet I want to use should be in this form - psi1(x)= pi^(-0.25) * e^(iwx) * e^(-x^2/2), but the cwt function only allows me to use psi2(x)= (2pi)^(-0.5) * e^(iw*x) * e^(-x^2/2). Is there a way for me to conduct the transform with psi1(x) rather than psi2(x)
  2. In order to compare the amount of energy correctly, do I need to normalize my result by the scale? I believe in the literature it's refereed to as L1 normalization.

Thank you very much,
Itamar

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

No branches or pull requests

2 participants