Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the continuous Wavelet transformation of a time series object using the Morlet Wavelet.
1 |
ts |
time series object to be transformed |
s0 |
lowest calculated scale in units of the time series |
noctave |
number of octaves |
nvoice |
number of voices per octave |
w0 |
time/frequency resolution omega_0 |
This function calls the function cwt of the Rwave package by Rene Carmona et al. and normalizes the resulting voices by sqrt(scale).
A matrix containing the (in general complex) Wavelet coefficients of dimension [length(intersection of ts1 and ts2)]x[nvoice*noctave+1]
D. Maraun
D. Maraun and J. Kurths, Nonlin. Proc. Geophys. 11: 505-514, 2004
1 | ##
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.