ContinuousWavelets.jl
ContinuousWavelets.jl copied to clipboard
wide array of continuous wavelet transforms using Julia
My use case for wavelets involves analyzing complex baseband signals like chirps and tones. This crashes the wavelet transform, e.g. ``` yt = cwt(chirp, wave) ┌ Warning: the lowest frequency...
Hi, I've noticed some unexpected behaviour of the function `getMeanFreq`, which returns non-monotonous values for some wavelets. I stumbled upon this issue when playing around with the example code of...
Hi, is there any simple way to directly access any wavelet as a function ? For example, ``` m = Morlet() m(0.5) # should output the value of the Morlet...
Hello, I am very excited to see the scaleogram demos from continuous wavelet transform! One step further, I would love to see the addition of the cone of influence on...
We should probably document the features and some examples of the Morse wavelets at some point, both by changing the Mothers.svg file (generated in the [this file](https://github.com/UCD4IDS/ContinuousWavelets.jl/blob/712e04c0d6d6446747ba945edc8f6de12954d6ec/docs/allInOne.jl)). And in the...
Hi, I ran a CWT using ContinuousWavelets, Matlab WTC package (Grinstead), and R's Biwavelet package, on the same signal. The result are consistent between R and matlab, but not at...
Is the argument [nSpace](https://github.com/UCD4IDS/ContinuousWavelets.jl/blob/dbb242b9cf6749a78f79a5672e6df12796622d88/src/createWavelets.jl#L290C1-L290C48) supposed to be used here? I'm having a hard time figuring out what `computeWavelets` and `computeOmega` does, as I thought omega meant the frequency(0~Nyquist) but it...
ongoing problem where floating point can cause headaches for doctests, especially complex floating point