View source: R/rendering_and_plotting.R
HHSpectrum | R Documentation |
Generates a Hilbert periodogram from the results of Sig2IMF
and EEMD
.
HHSpectrum(hres, dfreq, freq.span = NULL, time.span = NULL,
scaling = "none", verbose = TRUE)
hres |
This is the output generated by |
dfreq |
Frequency resolution of spectrum |
time.span |
Time span to render spectrum over; |
freq.span |
Frequency span to include in spectrum; |
scaling |
If |
verbose |
If |
HHSpectrum
sums Hilbert spectral data over the time domain to produce the equivalent of a periodogram.
The result can be plotted using HHSpecPlot
.
hspec |
A data structure containing the spectrum of each IMF. |
Daniel Bowman danny.c.bowman@gmail.com
HHRender
, HHSpecPlot
## Not run:
data(PortFosterEvent)
emd.result <- Sig2IMF(sig, tt)
dfreq <- 0.1
hspec <- HHSpectrum(emd.result, dfreq)
HHSpecPlot(hspec, show.fourier = TRUE, scale.fourier = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.