PyWavelet

PyWavelet#

PyWavelet is a Python package for transforming 1D data into the wavelet domain.

To install the package, run the following command:

pip install pywavelet
Demo GIF

Acknowledging PyWavelet#

If you use PyWavelet in your research, please acknowledge it by citing the following works:

@ARTICLE{Cornish:2020:PhRvD,
       author = {{Cornish}, Neil J.},
       title = "{Time-frequency analysis of gravitational wave freqseries}",
       journal = {{Physical Review D}},
       keywords = {General Relativity and Quantum Cosmology, Astrophysics - High Energy Astrophysical Phenomena},
       year = 2020,
       month = dec,
       volume = {102},
       number = {12},
       eid = {124038},
       pages = {124038},
       doi = {10.1103/PhysRevD.102.124038},
       archivePrefix = {arXiv},
       eprint = {2009.00043},
       primaryClass = {gr-qc},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2020PhRvD.102l4038C},
       adsnote = {Provided by the SAO/NASA Astrophysics Coupled Data System},
       url = {https://arxiv.org/abs/2009.00043},
}

@misc{CornishWDMTransformRepo,
    author = {Neil Cornish},
    url = {https://github.com/eXtremeGravityInstitute/WDM_Transform},
    title = {WDM_Transform},
    year = {2020},
}

@misc{MCDigmanWDMTransformRepo,
    author = {MC Digman},
    url = {https://github.com/XGI-MSU/WDMWaveletTransforms},
    title = {WDMWaveletTransforms},
    year = {2023},
}