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 top of the scaleogram. When searching through the source codes, I found one function caveats which returns coi as the 3rd argument:
|
function caveats(n1, c::CWT{W}; J1::Int64=-1, dt::S=1/1000, s0::V=NaN) where {S<:Real, W<:WaveletBoundary, V <: Real} |
However, there is currently no test or example of calling this function.
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 top of the scaleogram. When searching through the source codes, I found one function
caveatswhich returnscoias the 3rd argument:ContinuousWavelets.jl/src/apply.jl
Line 233 in 6e4b54d
However, there is currently no test or example of calling this function.