Skip to content

inverse cwt #30

@renskegelderloos

Description

@renskegelderloos

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions