Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

brick_wall

Removal of Boundary Wavelet Coefficients


Description

Removes the first n wavelet coefficients.

Usage

brick_wall(x, wave_filter, method)

Arguments

x

A field<vec> that contains the nlevel decomposition using either modwt or dwt.

wave_filter

A field<vec> containing filter information. Only "haar" is implemented.

method

A string to describe the mode. Choose between "modwt" and "dwt"

Details

The vectors are truncated by removing the first n wavelet coefficients. These vectors are then stored into the field that is returned. Note: As a result, there are no NA's introduced and hence the na.omit is not needed.

Value

A field<vec> with boundary modwt or dwt taken care of.


simts

Time Series Analysis Tools

v0.1.1
AGPL-3 | file LICENSE
Authors
Stéphane Guerrier [aut, cre, cph], James Balamuta [aut, cph], Roberto Molinari [aut, cph], Justin Lee [aut], Yuming Zhang [aut], Wenchao Yang [ctb], Nathanael Claussen [ctb], Yunxiang Zhang [ctb], Christian Gunning [cph], Romain Francois [cph], Ross Ihaka [cph], R Core Team [cph]
Initial release
2019-07-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.