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)

SMAC-Group/gmwm documentation built on June 10, 2025, 6:10 a.m.