| HHSpectrum {hht} | R Documentation | 
Generate Hilbert spectrum
Description
Generates a Hilbert periodogram from the results of Sig2IMF and EEMD.
Usage
HHSpectrum(hres, dfreq, freq.span = NULL, time.span = NULL, 
    scaling = "none", verbose = TRUE)
Arguments
| 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  | 
Details
HHSpectrum sums Hilbert spectral data over the time domain to produce the equivalent of a periodogram.  
The result can be plotted using HHSpecPlot.
Value
| hspec | A data structure containing the spectrum of each IMF. | 
Author(s)
Daniel Bowman danny.c.bowman@gmail.com
See Also
Examples
## 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)
[Package hht version 2.1.6 Index]