Description Usage Arguments Value Author(s) References See Also
View source: R/WaveletTransform.R
It computes the Morlet wavelet transformation of a given time series, subject to criteria concerning: the time and frequency resolution, an (optional) lower and/or upper Fourier period.
The output is further processed by higher-order functions wt
, WaveletCoherency
and
wc
, and can be retrieved from analyze.wavelet
and analyze.coherency
.
The name and layout were inspired by a similar function developed by Huidong Tian and Bernard Cazelles
(archived R package WaveletCo
).
1 2 |
x |
the time series to be analyzed |
dt |
time resolution, i.e. sampling resolution in the time domain, Default: |
dj |
frequency resolution, i.e. sampling resolution in the frequency domain, Default: |
lowerPeriod |
lower Fourier period (measured in time units determined by Default: |
upperPeriod |
upper Fourier period (measured in time units determined by Default: |
A list of class analyze.wavelet
with the following elements:
Wave |
complex wavelet transform of the series |
Phase |
phases |
Ampl |
amplitudes |
Period |
the Fourier periods
(measured in time units determined by |
Scale |
the scales (the Fourier periods divided by the Fourier factor) |
Power |
wavelet power in the time/frequency domain |
nc |
number of columns = number of observations = number of observation epochs; "epoch" meaning point in time |
nr |
number of rows = number of scales (Fourier periods) |
Angi Roesch and Harald Schmidbauer; credits are also due to Huidong Tian, and Bernard Cazelles.
Aguiar-Conraria L., and Soares M.J., 2011. The Continuous Wavelet Transform: A Primer. NIPE Working Paper Series 16/2011.
Carmona R., Hwang W.-L., and Torresani B., 1998. Practical Time Frequency Analysis. Gabor and Wavelet Transforms with an Implementation in S. Academic Press, San Diego.
Cazelles B., Chavez M., Berteaux, D., Menard F., Vik J.O., Jenouvrier S., and Stenseth N.C., 2008. Wavelet analysis of ecological time series. Oecologia 156, 287–304.
Liu Y., Liang X.S., and Weisberg R.H., 2007. Rectification of the Bias in the Wavelet Power Spectrum. Journal of Atmospheric and Oceanic Technology 24, 2093–2102.
Tian, H., and Cazelles, B., 2012. WaveletCo
.
Available at https://cran.r-project.org/src/contrib/Archive/WaveletCo/, archived April 2013; accessed July 26, 2013.
Torrence C., and Compo G.P., 1998. A practical guide to wavelet analysis. Bulletin of the American Meteorological Society 79 (1), 61–78.
wt
, WaveletCoherency
, wc
, analyze.wavelet
,
analyze.coherency
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.