using EmpiricalModeDecomposition
a=convert(Vector{Float64},rand(20))
s=
EMD_heping_1MX_V_35kV1=EmpiricalModeDecomposition.hht(a,s)
This is my code,I don’t know how the keyword S should be defined, this is the code in the Pkg description:
hht(signal::Vector{Float64}, s::EEMDSetting)
And this is Pkg’s website:
https://juliahub.com/docs/EmpiricalModeDecomposition/c9SYr/0.1.1/autodocs/
It doesn’t say what should s be.How do I define s?thanks!