multi_res_decomp: Multiresolution Decomposition

Description Usage Arguments Value Author(s)

Description

This function performs the actual decomposition, following the steps presented in Vickers and Marht 2003

A simple multiresolution spectra is produced when only col1 is defined, and a cospectra is produced if col2 is also defined

Usage

1
multi_res_decomp(df, col1, col2 = NULL, time_res = 0.2, inc_w_n = F)

Arguments

df

Data.frame containing the timeseries to be decomposed

col1

Name of first column

col2

Optional name of second column, when supplied cospectra of col1*col2 is produced

time_res

The current time resolution of the series in seconds.

inc_w_n

Default FALSE, when TRUE the intersitial "w_n" steps are returned. In this case function returns a list

Value

data.frame of spectra

Author(s)

W. S. Drysdale


willdrysdale/MultiresDecomp documentation built on May 16, 2019, 5:03 a.m.