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

Description Usage Arguments Value Author(s) Examples

View source: R/modwt.R

Description

Brickwall functionality for MO/DWT

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)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.