Extras

Extra Functions

hilbert_transform(signal::Vector{Float64})

Compute the Hilbert transform using the DFT approximation.

source
hht(signal::Vector{Float64}, s::EMDSetting)

Return the instantaneous energies and frequencies of the IMFS computed via the Hilbert-Huang transform with EMD settings specified.

source
hht(signal::Vector{Float64}, s::EEMDSetting)

Return the instantaneous energies and frequencies of the IMFS computed via the Hilbert-Huang transform with EEMD settings specified.

source