Skip to content

Can't accurately compute C_d for an arbitrary wavelet.  #1

Description

@aaren

Example code:

from wavelets import WaveletAnalysis
wa = WaveletAnalysis()

# hard coded Morlet value
print wa.C_d
print wa.wavelet.C_d

# override hard coding
wa.wavelet.C_d = None
# Now C_d is explicitly computed
print wa.C_d

The explicitly computed version is giving me a value of (0.13708 + 0j), rather than the 0.776 that we expect for a Morlet with w0 = 6 (which is the default).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions