Comparisons between fast algorithms for the continuous wavelet transform and applications in cosmology: the 1D case
Yun Wang, Ping He

TL;DR
This paper compares four fast algorithms for the 1D continuous wavelet transform, analyzing their accuracy and speed, and demonstrates their application in cosmology with publicly available code.
Contribution
It provides a comprehensive comparison of four fast CWT algorithms, detailing their performance, parameter settings, and boundary condition handling, with practical applications in cosmology.
Findings
FFTCWT is the most accurate but less robust to non-periodic signals.
O(N) algorithms are faster for large N but have larger constants.
V97CWT offers a speed comparable to FFTCWT for real wavelets.
Abstract
The continuous wavelet transform (CWT) is very useful for processing signals with intricate and irregular structures in astrophysics and cosmology. It is crucial to propose precise and fast algorithms for the CWT. In this work, we review and compare four different fast CWT algorithms for the 1D signals, including the FFTCWT, the V97CWT, the M02CWT, and the A19CWT. The FFTCWT algorithm implements the CWT using the Fast Fourier Transform (FFT) with a computational complexity of per scale. The rest algorithms achieve the complexity of per scale by simplifying the CWT into some smaller convolutions. We illustrate explicitly how to set the parameters as well as the boundary conditions for them. To examine the actual performance of these algorithms, we use them to perform the CWT of signals with different wavelets. From the aspect of accuracy, we find…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Filter Design and Implementation · Advanced Data Compression Techniques · Image and Signal Denoising Methods
