I’ve explored multiple Julia packages like DSP.jl, Wavelets.jl, and ContinuousWavelets.jl for computing continuous Haar wavelet transforms. While it appears that ContinuousWavelets.jl supports Haar wavelets, the exact syntax for applying the continuous Haar wavelet transform to a function is unclear from the repository documentation.
If anyone knows the precise syntax for performing this operation using ContinuousWavelets.jl, or any alternative approach/package for achieving a continuous Haar wavelet transform in Julia, please share the details.
Following is the github repository of ContinuousWavelets.jl Package