brickwall: Brickwall functionality for MO/DWT

Description Usage Arguments Value Author(s) Examples

Description

Removes boundary coefficients

Usage

1
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

1
2
3
4
5
6
7
8
set.seed(999)
x = rnorm(100)
o = modwt(x, bw = FALSE)
brickwall(o)

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

gmwm documentation built on April 14, 2017, 4:38 p.m.