Description Usage Arguments Value Author(s) References Examples
Continuous wavelet transform
1 2 3 |
d |
time series in matrix format ( |
pad |
pad the values will with zeros to increase the speed of the transform. Default is TRUE. |
dt |
length of a time step. |
dj |
spacing between successive scales. Default is 1/12. |
s0 |
smallest scale of the wavelet. Default is |
J1 |
number of scales - 1. |
max.scale |
maximum scale. Computed automatically if left unspecified. |
mother |
type of mother wavelet function to use. Can be set to |
param |
nondimensional parameter specific to the wavelet function. |
lag1 |
AR(1) coefficient of time series used to test for significant patterns. |
sig.level |
significance level. Default is 0.95. |
sig.test |
type of significance test. If set to 0, use a regular χ^2 test. If set to 1, then perform a time-average test. If set to 2, then do a scale-average test. |
do.sig |
perform significance testing if |
Returns a biwavelet
object containing:
coi |
matrix containg cone of influence |
wave |
matrix containing the wavelet transform |
power |
matrix of power |
power.corr |
matrix of bias-corrected power using the method described
by |
phase |
matrix of phases |
period |
vector of periods |
scale |
vector of scales |
dt |
length of a time step |
t |
vector of times |
xaxis |
vector of values used to plot xaxis |
s0 |
smallest scale of the wavelet |
dj |
spacing between successive scales |
sigma2 |
variance of time series |
mother |
mother wavelet used |
type |
type of |
signif |
matrix containg significance levels |
Tarik C. Gouhier (tarik.gouhier@gmail.com)
Code based on wavelet MATLAB program written by Christopher Torrence and Gibert P. Compo.
Torrence, C., and G. P. Compo. 1998. A Practical Guide to Wavelet Analysis. Bulletin of the American Meteorological Society 79:61-78.
Liu, Y., X. San Liang, and R. H. Weisberg. 2007. Rectification of the Bias in the Wavelet Power Spectrum. Journal of Atmospheric and Oceanic Technology 24:2093-2102.
1 2 3 4 5 6 7 |
biwavelet 0.20.11 loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.