brickwall: Brickwall functionality for MO/DWT Removes boundary...

View source: R/modwt.R

brickwallR Documentation

Brickwall functionality for MO/DWT Removes boundary coefficients

Description

Brickwall functionality for MO/DWT

Removes boundary coefficients

Usage

brickwall(signal.decomp)

Arguments

signal.decomp

A modwt or dwt object that has not yet been brick walled

Value

A modwt or dwt object that has been brick walled

Author(s)

JJB

Examples

set.seed(999)
x = rnorm(100)
o = modwt(x, bw = FALSE)
brickwall(o)

x = rnorm(2^8)
j = dwt(x, bw = FALSE)
brickwall(j)

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.